cli icon indicating copy to clipboard operation
cli copied to clipboard

⚡️ Nuxt Generation CLI Experience.

Results 143 cli issues
Sort by recently updated
recently updated
newest added

Enabling HMR testing when developing the Nuxt applicative itself can be intuitive. By introducing a new `--test` flag to `dev` command, we can initiate `@test/utils` and pass existing instance of...

enhancement

It would be nice to have such command directly to build a module. The CLI could automatically install `nuxt-module-builder` if not installed in order to run it.

enhancement
discussion

When running `yarn nuxi devtools` in a nuxt project, the usage output indicates that `COMMAND` is a required argument, but the (sub) commands are not listed. This should not be...

### Environment ```sh Nuxt CLI v3.0.0-rc.4 ------------------------------ - Operating System: `Linux` - Node Version: `v16.15.0` - Nuxt Version: `0.0.0` - Package Manager: `unknown` - Builder: `webpack` - User Config: `-`...

enhancement

### Describe the feature I was thinking there should be a way to add modules to the project when creating it. Heres an example: `npx nuxi@latest init project-name -M tailwindcss...

I am running nuxt over proxy to custom local domain and it was previously working correctly with `protocol` and `host` defined in vite.server.hmr config. In 3.6.5 defined protocol and host...

### Discussed in https://github.com/nuxt/cli/discussions/224 Originally posted by **angelhdzmultimedia** September 25, 2023 Hi! Great job with nuxi! Big fan! 🔥🤯💚 It would be nice if `nuxi module add` checked if the...

enhancement

Using nuxi testing without having testing packages installed causes the following behavior There are multiple points about it: 1. Along with `Vitest`, It asks for `@nuxt/test-utils` or `@nuxt/test-utils-edge`. can it...

enhancement

Hello, When creating a Nuxt app with a server part, sometimes, I do not want to start the Vite part but only the Nitro part. In fact, Vite part could...

### Environment - Operating System: `Darwin` - Node Version: `v18.16.0` - Nuxt Version: `3.6.2` - Nitro Version: `2.5.2` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `devtools`, `modules`...