Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 738 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 738 Bytes

my-vue-admin

演示地址:https://github.me7.cn/dynamic-Router-master3/dist

Project setup

yarn add node-sass
//如果安装不上,请切换淘宝源
yarn config set registry https://registry.npm.taobao.org
//卸载后再次进行安装,首次安装比较久,耐心等待...
yarn remove node-sass

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.