Vue2 + Webpack2 + Sass + CSS + Vuex + VueRouter Scaffolding
A general usable template code for starting development using VueJS
- To install node dependencies:
npm install - To run
developmentbuild:npm run build:dev - To run
productionbuild:npm run build:prod
- Server side rendering build
- Fix for sourcemap
- Linter integration and configuration
- Express proxy middleware
- General plugin(service) creation guidelines