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

Commit

Permalink
docs: 包管理从 yarn 改为 pnpm (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
clddup authored Jul 23, 2024
1 parent 6480b47 commit efc88d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
$ git clone [email protected]:vbenjs/vue-vben-admin-doc.git

# 或者使用 yarn
$ yarn install
$ pnpm install

# 启动开发服务器
$ yarn dev
$ pnpm dev
```
4 changes: 2 additions & 2 deletions guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
git clone https://github.com/vbenjs/vue-vben-admin-doc

# 安装依赖
yarn
pnpm install

# 运行项目
yarn dev
pnpm dev
```

## 需要掌握的基础知识
Expand Down

0 comments on commit efc88d8

Please sign in to comment.