cli
cli copied to clipboard
⚡️ Nuxt Generation CLI Experience.
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...
## 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)...
I have a pnpm monorepo including a Nuxt3 application with the following structure: ``` packages/ app/ package.json