mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
docs: add instructions for bun package manager (#12182)
This commit is contained in:
@@ -218,7 +218,7 @@ If you need to configure some vite plugins, please create a `vite.config.ts` fil
|
||||
|
||||
### build.packageManager
|
||||
|
||||
- Type: `'npm' | 'yarn' | 'pnpm'`
|
||||
- Type: `'npm' | 'yarn' | 'pnpm' | 'bun'`
|
||||
- Default: `yarn`
|
||||
|
||||
`npm` package manager.
|
||||
|
@@ -220,7 +220,7 @@ module.exports = {
|
||||
|
||||
### build.packageManager
|
||||
|
||||
- Type: `'npm' | 'yarn' | 'pnpm'`
|
||||
- Type: `'npm' | 'yarn' | 'pnpm' | 'bun'`
|
||||
- Default: `yarn`
|
||||
|
||||
指定使用的包管理器。
|
||||
|
Reference in New Issue
Block a user