docs: add instructions for bun package manager (#12182)

This commit is contained in:
Colin McDonnell
2023-08-13 22:18:25 -07:00
committed by GitHub
parent bd9bce8070
commit feba5e742f
24 changed files with 83 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ npm i vant
npm i vant@latest-v2
```
当然,你也可以通过 `yarn``pnpm` 进行安装:
当然,你也可以通过 `yarn``pnpm``bun` 进行安装:
```bash
# 通过 yarn 安装
@@ -65,6 +65,9 @@ yarn add vant
# 通过 pnpm 安装
pnpm add vant
# 通过 bun 安装
bun add vant
```
## 快速上手