Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 519 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 519 Bytes

vue2.x + Mock + element-ui + echarts

vue-mange

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.

git的使用

git status
git remote add silk-road-admin [email protected]:huasanli/silk-road-admin.git
git remote -v

git add .
git commit -m "版本更新标注"
git push silk-road-admin master
git status