mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
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:
parent
3ed5495363
commit
0965b7585c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user