cli
cli copied to clipboard
⚡️ Nuxt Generation CLI Experience.
### Environment ------------------------------ - Operating System: Darwin - Node Version: v20.5.1 - Nuxt Version: 3.7.0 - CLI Version: 3.7.0 - Nitro Version: 2.6.1 - Package Manager: [email protected] - Builder: -...
this could be integrated with `defineNuxtModule` from nuxt/kit - modules could expose a step that allows scaffolding or running a small interactive CLI to set themselves up. For example, creating...
Hello everyone, I have a monorepo (turbo) with several Nuxt 3 applications and an old Nuxt Bridge application. At the moment, I can't upgrade the Nuxt Bridge application to Nuxt...
if there's already a directory existing when creating a new project, perhaps we could prompt to override rather than throwing an error
### Environment npm nuxi info ### Reproduction Init new project using Nuxi. ``` npx nuxi init nuxt-auth ```  ### Describe the bug when i use npx nuxi init nuxt-auth...
### Use case It would be nice to be able to add multiple modules in one command, e.g. `nuxi-ng module add @vueuse/nuxt @unocss/nuxt` and in some cases, we need to...
Upstream (nypm): https://github.com/unjs/nypm/issues/98 There are frequent issues with multiple versions of hoisted dependencies. Shared by @QuiiBz, just saw https://github.com/QuiiBz/sherif. I think a package like this could be nice to at...
would be handy to have a command to diagnose issues. It could include utilities to resolve package dependency issues, such as: 1. outdated versions of unjs utils (defu, untyped) https://github.com/nuxt/nuxt.js/issues/14768...
Recently having this warning in CLI console outputs more frequently. ``` [Vue Router warn]: No match found for location with path "/_nuxt/ ```
[Nuxt module template](https://github.com/nuxt/starter/tree/module) is a bit complicated to copy-paste easily from github. I suggest to extend `nuxi add` command and include modules creation, too