nuxi init <dir>
The init command initializes a fresh Nuxt project
Arguments
Name | Description |
---|---|
dir | Name of the install directory |
Options
Name | Description |
---|---|
--verbose, -v | Log information about the installation process |
--template, -t | Specify a Git repository to use as a template |
--force | Force clone to any existing directory |
--prefer-offline | Try local cache first to download templates |
--shell | Open shell in cloned directory (experimental) |