cli
cli copied to clipboard
⚡️ Nuxt Generation CLI Experience.
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]'...
### 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...
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:    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...
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...