/web

GoCN forum frontend

Primary LanguageCSS

GoBlogger web

GoBlogger forum frontend

Structure

|
+-- docs              # project develop docs
+-- config            # project config file
+-- src
|   +-- docs          # project documents
|   +-- forum         # project source code
+-- test 
|   +-- e2e           # e2e test case
|   +-- unit          # unit test case

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:1920
npm run dev

# build for production with minification
npm run build

# serve docs with hot reload at localhost:1921
npm run docs

Code style

For detailed explanation on how things work, checkout the guide and docs for vue-loader.