mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
466 B
466 B
nuxi init
npx nuxi init|create [--verbose|-v] [--template,-t] [dir]
The init
command initializes a fresh Nuxt project.
Option | Default | Description |
---|---|---|
--verbose, -v |
false |
Log information 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. |