The `prepare` command creates a [`.nuxt`](/docs/guide/directory-structure/nuxt) directory in your application and generates types. This can be useful in a CI environment or as a `postinstall` command in your [`package.json`](/docs/guide/directory-structure/package).
`--envName` | | The environment to use when resolving configuration overrides (default is `production` when building, and `development` when running the dev server)