cli icon indicating copy to clipboard operation
cli copied to clipboard

⚡️ Nuxt Generation CLI Experience.

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

I'm currently getting a lot of unnecessary tabs in `nuxt.config.ts`. For spaces, it works fine.

In #928, `--build` (`-b`) flag is automatically enabled when `references` is not empty, but there seems to be some configuration error that makes the typecheck fail with `Referenced project '[PATH]'...

bug

### Description The syntax of the command for installing Nuxt Starter Template recently changed to [this](https://ui.nuxt.com/getting-started/installation/nuxt#use-our-nuxt-starter). However this is not yielding the expected result as it is not pre-populating the...

windows

Hello, I have a custom Nitro output directory set via an environment variable (`VITE_OUTPUT_PATH`) defined in an `.env` file located outside the project root (e.g., `my-env/.env`). When running: ``` nuxi...

As for now, we only get build times for each client, server ~and nitro server~ individually: ![Image](https://github.com/user-attachments/assets/824238c9-1a71-4b99-a171-e19b8922e69b) ![Image](https://github.com/user-attachments/assets/3d318b05-05db-4831-bd41-9489674b47f6) ![Image](https://github.com/user-attachments/assets/9f01dbaf-0a51-42b9-9022-0c81ab038581) It would be nice to have a general build time after...

### Environment --- - Operating System: Mac OS 15.5 - Node Version: v22.13.1 - Nuxt Version: 3.17.4 - CLI Version: 3.25.1 - Nitro Version: 2.11.12 - Package Manager: [email protected] -...

would like a mode that outputs every console log in a single line and then lets users use arrow keys to move up + down, and expand to investigate the...

I'm wondering if it would be a good idea to show tips about CLI arguments when the user selects an option for the first time. Something like: ``` ✔ Initialize...

discussion

Wouldn't it be better to set the default values of the `confirm` prompts to `false` in the `init` command to allow for quick blank project setup? Currently, we're assuming that...

discussion