Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 635 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 635 Bytes

render

Some project with Vue2 and HumanUI

Build Setup

# 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.