a vue initial project includes scss slide, loading-bar fetch and common style etc
# install dependencies
npm install
# serve with hot reload at localhost:1024
npm run dev
# serve with api localhost:3000
npm run api
# build for production in dev environment
npm run build-dev
# build for production in pro environment
npm run build-pro
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm testFor a detailed explanation on how things work, check out the guide and docs for vue-loader.