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 know this is a fairly unsual setup. Due to the corporate restrictions on the company laptop I'm using, I cannot keep my `node_modules` folder in the root of my...

npx nuxi module add command doesn't use behind a corporate proxy. Development machines are windows based. Based on the logs none of the requests go through the proxy which cause...

here the @bombshell-dev team will track progress over beautifying the nuxi cli using clack. @43081j @dreyfus92

### Describe the feature In development mode, large chunks of JS code create a large number of parallel HTTP/1.1 requests. And browsers like Chromium limit the max-connections-per-server to 6, which...

When using plain Vite, you can run `vite --profile` to easily record a cpu profile of your application server, which is helpful for finding performance bottleneck. Having the same feature...

enhancement

## Problem As a full-stack Nuxt developer, I would like to have a way to execute commands within Nuxt's compilation context (with all imports and aliases functioning identically to Nuxt...

Nuxt version: `v4.0.1` Running with `NUXT_SOCKET=0` When I opened the developer tools menu that "The request has been cancelled." error come up and caused the dev server to rebuild the...

### Environment - Operating System: `Darwin` - Node Version: `v23.6.0` - Nuxt Version: `4.0.0` - CLI Version: `3.26.2` - Nitro Version: `2.12.0` - Package Manager: `deno@deno 2.4.1 (stable, release, aarch64-apple-darwin)...

workaround available

I have a pnpm monorepo including a Nuxt3 application with the following structure: ``` packages/ app/ package.json