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

@@ -32,6 +32,9 @@ yarn add @vant/cli -D
# via pnpm
pnpm add @vant/cli -D
# via Bun
bun add @vant/cli -D
```
Please add the followed config to `package.json` file.