Build Setup
# install dependencies cnpm is fast
cnpm install
# serve with hot reload at localhost:9696
npm run dev
# serve with hot reload at localhost:9696 and view the bundle analyzer report
npm run dev --report
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report