A vue-ssr based scaffolding.
Scaffolding mainly integrates the following packages:
- vue 2.x
- koa2
- vue-router
- vuex
- axios
- webpack 4.x
- babel 7.x
- autoprefixer
- eslint
- less
- stylus
- pug
# dev mode
npm run dev
# production build
npm run build
# production mode
npm start
# eslint check
npm run lint
# eslint fix
npm run lint-fix