chore: use yarn replace npm

This commit is contained in:
xiaoxian521
2021-09-16 12:30:12 +08:00
parent 1ffe435f69
commit aab808d9dd
5 changed files with 4695 additions and 15430 deletions

View File

@@ -53,20 +53,20 @@ git clone https://github.com.cnpmjs.org/xiaoxian521/vue-pure-admin.git
```bash
cd vue-pure-admin
npm install
yarn install
```
- 运行
```bash
npm run serve
yarn serve
```
- 打包
```bash
npm run build
yarn build
```
## 更新日志