Skip to content

Commit 0318220

Browse files
committed
docs: pass v3 template to create nuxt examples
1 parent 6945b4a commit 0318220

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/1.getting-started/02.installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ Open a terminal (if you're using [Visual Studio Code](https://code.visualstudio.
3939
::code-group{sync="pm"}
4040

4141
```bash [npm]
42-
npm create nuxt <project-name>
42+
npm create nuxt <project-name> -- -t v3
4343
```
4444

4545
```bash [yarn]
46-
yarn create nuxt <project-name>
46+
yarn create nuxt <project-name> -t v3
4747
```
4848

4949
```bash [pnpm]
50-
pnpm create nuxt <project-name>
50+
pnpm create nuxt <project-name> -t v3
5151
```
5252

5353
```bash [bun]
54-
bun create nuxt <project-name>
54+
bun create nuxt <project-name> -t v3
5555
```
5656

5757
```bash [deno]
58-
deno -A npm:create-nuxt@latest <project-name>
58+
deno -A npm:create-nuxt@latest <project-name> -t v3
5959
```
6060

6161
::

0 commit comments

Comments
 (0)