移动端Node web项目,全栈项目。
后续持续更新中,,
Koa + Nuxt + vue + vue-router + vuex + Vant + axios + ES6 + TS + sass
服务端ssr渲染;
Rem适配;
数据库
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for test and launch server
$ npm run build
$ npm start:test
# build for production and launch server
$ npm run build
$ npm start:prod
# generate static project
$ npm run generate