zendea/frontend
2021-02-22 14:50:10 +08:00
..
assets Add user watch 2020-05-14 16:27:21 +08:00
common Initial commit 2020-05-12 14:46:42 +08:00
components Fix copyright year 2021-02-22 14:50:10 +08:00
layouts Initial commit 2020-05-12 14:46:42 +08:00
middleware Initial commit 2020-05-12 14:46:42 +08:00
pages Fix about page 2021-02-22 14:36:05 +08:00
plugins Fix auth & oauth 2020-05-13 18:32:20 +08:00
static Initial commit 2020-05-12 14:46:42 +08:00
store Fix auth & oauth 2020-05-13 18:32:20 +08:00
.editorconfig Initial commit 2020-05-12 14:46:42 +08:00
.eslintrc.js Initial commit 2020-05-12 14:46:42 +08:00
.gitignore Update script 2020-05-13 16:26:18 +08:00
.prettierrc Initial commit 2020-05-12 14:46:42 +08:00
app.html Initial commit 2020-05-12 14:46:42 +08:00
Dockerfile Initial commit 2020-05-12 14:46:42 +08:00
jsconfig.json Initial commit 2020-05-12 14:46:42 +08:00
nuxt.config.example.js Update deps 2021-02-22 11:42:25 +08:00
package-lock.json Initial commit 2020-05-12 14:46:42 +08:00
package.json Update deps 2021-02-22 11:42:25 +08:00
README.md Update deps 2021-02-22 11:42:25 +08:00
start.sh Update script 2020-05-13 16:26:18 +08:00

介绍

本项目使用nuxt.js进行构建利用服务端渲染技术构建前端界面。

Build Setup

# install dependencies --registry=https://registry.npm.taobao.org
$ npm install

# edit configurations
$ cp nuxt.config.example.js nuxt.config.js

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout Nuxt.js docs.