mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 16:39:58 +00:00
docs: added @latest
to install commands (#21702)
This commit is contained in:
parent
dd5dff37d5
commit
cfd14e4572
@ -52,11 +52,11 @@ Open a terminal (if you're using [Visual Studio Code](https://code.visualstudio.
|
|||||||
::code-group
|
::code-group
|
||||||
|
|
||||||
```bash [npx]
|
```bash [npx]
|
||||||
npx nuxi init <project-name>
|
npx nuxi@latest init <project-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash [pnpm]
|
```bash [pnpm]
|
||||||
pnpm dlx nuxi init <project-name>
|
pnpm dlx nuxi@latest init <project-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user