simple Vue2 + Webpack2 + HotModuleReplacement + Express template
Build Setup
# install dependencies
npm i
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run app
npm startCopy the code
Directory
- build webpack config
- client front end project
- server back end project (router/view)
- app.js app entry
License
The MIT License