A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:9091
npm run dev
# for serving the index.html you can use the following command if you are on a mac
python -mSimpleHTTPServer 7998
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm run test