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
development
build:npm run build:dev
- To run
production
build:npm run build:prod
- Server side rendering build
- Fix for sourcemap
- Linter integration and configuration
- Express proxy middleware
- General plugin(service) creation guidelines