A Vue.js project
# install dependencies
npm install
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run uitest tests
npm run uitest
# run service tests
npm run service
# run all tests
npm run test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.