cli
cli copied to clipboard
⚡️ Nuxt Generation CLI Experience.
Context: https://github.com/nuxt/cli/pull/302 made by @stafyniaksacha initially because of https://github.com/nuxtlabs/nuxt-component-meta/pull/60#discussion_r1391400165 to export some useful utils. Mainly `@nuxt/kit` is the canonical place where useful _nuxt_ utils should go and we usually use...
Closes #37.
(context: https://github.com/nuxt/cli/pull/227 by @warflash) Allows `nuxi --cwd ` allows to add package scripts that bound to a cwd. This requires a fix in citty.
### Describe the feature When working with Nuxt Layers and you add a Nuxt module using the Nuxt Devtools or using nuxi `nuxi module add tailwind` it adds the module...
### Environment - Operating System: `Darwin` - Node Version: `v21.6.2` - Nuxt Version: `3.10.3` - CLI Version: `3.10.1` - Nitro Version: `2.9.3` - Package Manager: `[email protected]` - Builder: `-` -...
I try to install a nuxt project but it stuck after `types generated...`. I wait for long but nothing change... ``` ...$ npm i > postinstall > nuxt prepare ℹ...
Nitro introduced new (experimental) [tasks API](https://nitro.unjs.io/guide/tasks#using-cli). In the future it should be possible to directly run tasks using CLI (`nuxi task run db:migrate`) This feature is in early stages and...
### Environment Nuxt 3.7+ ### Reproduction Note: the exact same codebase on Stackblitz works (including same node/npm versions), I suspect this is somehow related to my local environment. Here is...
closes #65
### Environment Nuxt project info: ------------------------------ - Operating System: Windows_NT - Node Version: v20.10.0 - Nuxt Version: 3.10.2 - CLI Version: 3.10.1 - Nitro Version: 2.8.1 - Package Manager: [email protected]...