A vue-cli based simple project,to address simplicity, template webpack-simple used,rather than webpack.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Thanks to codes and thoughts from https://github.com/timdongSuper/vuexSimpleDemo, which uses template webpack.