File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
default/content/2.essentials Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ Use the `level` prop to define which heading will be used for the steps.
393393 #### Start a fresh new project
394394
395395 ```bash [Terminal]
396- npx nuxi init -t github:nuxt-content/docus
396+ npm create nuxt@latest -- -t github:nuxt-content/docus
397397 ```
398398
399399 #### Run docus CLI to run your dev server
@@ -410,7 +410,7 @@ Use the `level` prop to define which heading will be used for the steps.
410410 #### Start a fresh new project
411411
412412 ```bash [Terminal]
413- npx nuxi init -t github:nuxt-content/docus
413+ npm create nuxt@latest -- -t github:nuxt-content/docus
414414 ```
415415
416416 #### Run docus CLI to run your dev server
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ Use the `level` prop to define which heading will be used for the steps.
393393 #### Start a fresh new project
394394
395395 ```bash [Terminal]
396- npx nuxi init -t github:nuxt-content/docus
396+ npm create nuxt@latest -- -t github:nuxt-content/docus
397397 ```
398398
399399 #### Run docus CLI to run your dev server
@@ -410,7 +410,7 @@ Use the `level` prop to define which heading will be used for the steps.
410410 #### Start a fresh new project
411411
412412 ```bash [Terminal]
413- npx nuxi init -t github:nuxt-content/docus
413+ npm create nuxt@latest -- -t github:nuxt-content/docus
414414 ```
415415
416416 #### Run docus CLI to run your dev server
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes
392392 #### Démarrer un nouveau projet
393393
394394 ```bash [Terminal]
395- npx nuxi init -t github:nuxt-content/docus
395+ npm create nuxt@latest -- -t github:nuxt-content/docus
396396 ```
397397
398398 #### Lancer le CLI docus pour démarrer votre serveur de dev
@@ -409,7 +409,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes
409409 #### Démarrer un nouveau projet
410410
411411 ```bash [Terminal]
412- npx nuxi init -t github:nuxt-content/docus
412+ npm create nuxt@latest -- -t github:nuxt-content/docus
413413 ```
414414
415415 #### Lancer le CLI docus pour démarrer votre serveur de dev
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ Use the `level` prop to define which heading will be used for the steps.
393393 #### Start a fresh new project
394394
395395 ```bash [Terminal]
396- npx nuxi init -t github:nuxt-content/docus
396+ npm create nuxt@latest -- -t github:nuxt-content/docus
397397 ```
398398
399399 #### Run docus CLI to run your dev server
@@ -410,7 +410,7 @@ Use the `level` prop to define which heading will be used for the steps.
410410 #### Start a fresh new project
411411
412412 ```bash [Terminal]
413- npx nuxi init -t github:nuxt-content/docus
413+ npm create nuxt@latest -- -t github:nuxt-content/docus
414414 ```
415415
416416 #### Run docus CLI to run your dev server
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes
392392 #### Démarrer un nouveau projet
393393
394394 ```bash [Terminal]
395- npx nuxi init -t github:nuxt-content/docus
395+ npm create nuxt@latest -- -t github:nuxt-content/docus
396396 ```
397397
398398 #### Lancer le CLI docus pour démarrer votre serveur de dev
@@ -409,7 +409,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes
409409 #### Démarrer un nouveau projet
410410
411411 ```bash [Terminal]
412- npx nuxi init -t github:nuxt-content/docus
412+ npm create nuxt@latest -- -t github:nuxt-content/docus
413413 ```
414414
415415 #### Lancer le CLI docus pour démarrer votre serveur de dev
You can’t perform that action at this time.
0 commit comments