Some project with Vue2 and HumanUI
# install dependencies
yarn install
# copy local config (!important)
# cp src/env/config.js src/env/config.local.js
yarn run config
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn 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 test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.