mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
docs: bunx
-> bun x
(#28277)
This commit is contained in:
parent
a1c736d5b5
commit
00ddd7bdac
@ -26,7 +26,7 @@ pnpm dlx nuxi upgrade
|
||||
```
|
||||
|
||||
```bash [bun]
|
||||
bunx nuxi upgrade
|
||||
bun x nuxi upgrade
|
||||
```
|
||||
|
||||
::
|
||||
|
@ -50,7 +50,7 @@ pnpm dlx nuxi@latest init <project-name>
|
||||
```
|
||||
|
||||
```bash [bun]
|
||||
bunx nuxi@latest init <project-name>
|
||||
bun x nuxi@latest init <project-name>
|
||||
```
|
||||
|
||||
::
|
||||
|
@ -29,7 +29,7 @@ pnpm dlx nuxi generate
|
||||
```
|
||||
|
||||
```bash [bun]
|
||||
bunx nuxi generate
|
||||
bun x nuxi generate
|
||||
```
|
||||
|
||||
::
|
||||
|
@ -28,7 +28,7 @@ pnpm dlx nuxi init -t module my-module
|
||||
```
|
||||
|
||||
```bash [bun]
|
||||
bunx nuxi init -t module my-module
|
||||
bun x nuxi init -t module my-module
|
||||
```
|
||||
::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user