cli
cli copied to clipboard
⚡️ Nuxt Generation CLI Experience.
Not sure if this expected, when running the `add` command (for example `npx nuxi@latest module add nuxt-viewport`) in a project using `nuxt.config.js` a new file is created `nuxt.config.ts` with the...
This PR adds support for using the `add` command on projects that use `nuxt.config.ts`. Resolves #400
resolves https://github.com/nuxt/cli/issues/360 This corrects types for the `--dotenv` flag and sets the default value at source.
### Describe the feature Currently nuxt build overrides NODE_ENV to production, which is not always desirable. We have staging builds, which require the inclusion of different keys, currently it is...
When you create a component using the nuxi add command, the basic contents are created as follows. ``` Component: common/TheHeader ``` But, I would like to create a component with...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `b4ffde6` -> `0ad4b8f` | ---...
We've just discovered some behavior that causes our projects to completely stop working after the first request. To give some context, we currently have our projects on nuxt v3.6.5. After...
### Environment Stackblitz ```` ------------------------------ - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.11.1 - CLI Version: 3.11.1 - Nitro Version: 2.9.5 - Package Manager: [email protected] -...
### Environment Nuxt 3.7 ### Reproduction Nuxt 3.7 ### Describe the bug Config: ``` javascript nitro:{ devProxy: { '/proxy': { target: `http://localhost:8080`, changeOrigin: true, ws: true, }, } ``` In...
### Environment ------------------------------ - Operating System: Darwin - Node Version: v20.10.0 - Nuxt Version: 3.10.1 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: -...