mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
14 lines
467 B
Markdown
14 lines
467 B
Markdown
|
# `nuxi init`
|
||
|
|
||
|
```{bash}
|
||
|
npx nuxi init|create [--verbose|-v] [--template,-t] [dir]
|
||
|
```
|
||
|
|
||
|
The `init` command initializes a fresh Nuxt project.
|
||
|
|
||
|
Option | Default | Description
|
||
|
-------------------------|-----------------|------------------
|
||
|
`--verbose, -v` | `false` | Log informations about the installation process.
|
||
|
`--template, -t` | `nuxt/starter#v3` | Specify a Git repository to use as a template.
|
||
|
`dir` | `nuxt-app` | Name of the install directory.
|