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

@@ -53,7 +53,7 @@ npm i vant
npm i vant@latest-v2
```
Using `yarn` or `pnpm`:
Using `yarn`, `pnpm`, or `bun`:
```bash
# with yarn
@@ -61,6 +61,9 @@ yarn add vant
# with pnpm
pnpm add vant
# with Bun
bun add vant
```
## Quickstart