package.json yarn -> pnpm (#1336)

* fix(modal): 取消全屏功能后关闭图标颜色异常

* chore: move to pnpm

Co-authored-by: liushiman <smliu@gk-estor.com>
This commit is contained in:
1sm
2021-11-08 09:24:22 +08:00
committed by GitHub
parent b5364fe546
commit 9999650a9a
4 changed files with 11 additions and 10 deletions

View File

@@ -70,20 +70,20 @@ git clone https://github.com/anncwb/vue-vben-admin.git
```bash
cd vue-vben-admin
yarn install
pnpm install
```
- 运行
```bash
yarn serve
pnpm serve
```
- 打包
```bash
yarn build
pnpm build
```
## 更新日志