first commit

This commit is contained in:
zouzhibing 2022-03-24 12:17:27 +08:00
parent dc7cd0be52
commit 5f6baf75da
1 changed files with 4 additions and 6 deletions

View File

@ -1,19 +1,17 @@
# admin3
# vue-admin-plus
## Project setup
## 下载依赖
```
yarn install
```
### Compiles and hot-reloads for development
### 运行
```
yarn serve
```
### Compiles and minifies for production
### 打包
```
yarn build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).