A Vue.js project
# install dependencies
npm install
# json-server with hot reload at localhost:8081
npm run mock
# server with hot reload at localhost:8082
npm run dev
# build for production with minification
npm run prod
# build for production and view the bundle analyzer report
# npm run prod --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.