⚡️ Nuxt Generation CLI Experience.
All commands are listed on https://nuxt.com/docs/api/commands.
nuxt/cli provides shell autocompletions for commands, options, and option values – powered by @bomb.sh/tab.
@bomb.sh/tab integrates with package managers. Autocompletions work when running nuxt directly within a Nuxt project:
pnpm nuxt <Tab> npm exec nuxt <Tab> yarn nuxt <Tab> bun nuxt <Tab>For package manager autocompletions, you should install tab's package manager completions separately.
# Install dependencies pnpm i # Build project and start watcher pnpm dev # Go to the playground directory cd playground # And run any commands pnpm nuxt <command>