A Vue.js project
# install dependencies
npm install
(alias: `npm i`)
# serve with hot reload at localhost:8080
npm start
# build for production with minification and uglyfication
npm run build
# run lint and then run tests once
npm run test
# run tests once
npm run test:once
# run tests once and generate coverage
npm run test:coverage
# run tests with watch mode
npm run test:watch
# run linter
npm run lint