docs: add Project name placeholder (#9421)

With this it should be more obvious for the user that instead of `nuxt-app` the actual project name is meant. 
This was the case and example also in the nuxt 2 docs: https://nuxtjs.org/docs/get-started/installation/

Co-authored-by: Alexander Lichter <github@lichter.io>
This commit is contained in:
Dominik 2022-11-30 18:11:17 +01:00 committed by GitHub
parent 3ed5495363
commit 0965b7585c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -50,19 +50,19 @@ Open a terminal (if you're using [Visual Studio Code](https://code.visualstudio.
::code-group
```bash [npx]
npx nuxi init nuxt-app
npx nuxi init <project-name>
```
```bash [pnpm]
pnpm dlx nuxi init nuxt-app
pnpm dlx nuxi init <project-name>
```
::
Open `nuxt-app` folder in Visual Studio Code:
Open your project folder in Visual Studio Code:
```bash
code nuxt-app
code <project-name>
```
Install the dependencies: