mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
9a0fc57724
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
467 B
467 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 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. |