Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit efc88d8

Browse files
authored
docs: 包管理从 yarn 改为 pnpm (#158)
1 parent 6480b47 commit efc88d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
$ git clone [email protected]:vbenjs/vue-vben-admin-doc.git
88

99
# 或者使用 yarn
10-
$ yarn install
10+
$ pnpm install
1111

1212
# 启动开发服务器
13-
$ yarn dev
13+
$ pnpm dev
1414
```

guide/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
git clone https://github.com/vbenjs/vue-vben-admin-doc
1919

2020
# 安装依赖
21-
yarn
21+
pnpm install
2222

2323
# 运行项目
24-
yarn dev
24+
pnpm dev
2525
```
2626

2727
## 需要掌握的基础知识

0 commit comments

Comments
 (0)