vue-init-demo
Vue2 + Vue Router + webpack3
Install
// install dependencies
npm install
Run
Development
// For the first time, run init to create index.html
npm run init
npm run dev
Production(Build)
npm run build
Vue2 + Vue Router + webpack3
// install dependencies
npm install
// For the first time, run init to create index.html
npm run init
npm run dev
npm run build