A Vue.js project (project init by vue-cli) vuex + vue-router + axios + ES6
# install dependencies
npm/yarn install
# serve with hot reload at localhost:3000
npm/yarn run dev
# build for production with minification
npm/yarn run build
# build for production and view the bundle analyzer report
npm/yarn run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.