test
A Vue.js project
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
换肤实现
主题的设置 改变color.scss
中的 $theme-type
这个参数 就可以修改主题颜色,目前只有teachep
mock.js
用法,找到main.js的useMock(' ')里面的参数,ture为打开,false为关闭
For a detailed explanation on how things work, check out the guide and docs for vue-loader.