Vue.js multiple pages cli which uses Vue 2, Webpack3, and Postcss
Base on Plortinus/vue-multiple-pages
Inspired by vuejs-templates/webpack
$ npm install -g vue-cli
$ vue init ElvisKang/vue-multi-pages new-project
$ cd new-project
$ npm install / yarn
# serve with hot reload at localhost:8010
$ npm run dev / yarn dev
visit http://localhost:8080/customer.html
$ npm run build / yarn build
MIT