cli
cli copied to clipboard
⚡️ Nuxt Generation CLI Experience.
### Environment Working directory: D:/src/testing/nuxt-app nuxi 7:36:30 pm Nuxt project info: (copied to clipboard) nuxi 7:36:30 pm ------------------------------ - Operating System: Windows_NT - Node Version: v23.7.0 - Nuxt Version: 3.16.2...
### Environment I don't know what should I write. My problem starts when starting ### Reproduction Latest. ### Describe the bug I want to report this issue. When I run...
### Environment - Operating System: `Linux` - Node Version: `v16.13.0` - Nuxt Version: `3.0.0-rc.1` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `target`, `alias`, `nitro`, `ssr`, `meta`, `css`,...
### 🔗 Linked issue resolves https://github.com/nuxt/cli/issues/593 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...
App created with ```bash deno -A npm:nuxi@latest init ``` When I try ```bash deno run -A npm:nuxi@latest module add vuetify-nuxt-module ``` I get an error: ``` Could not find referrer...
The command `nuxi init` results in the following error: ``` Need to install the following packages: [email protected] Ok to proceed? (y) [nuxi 11:28:51 AM] ERROR Error: Failed to download template...
Something like **package.json** ``` "scripts": { "===NUXT===":"Build scripts", "?": "nuxi info", "dev": "nuxt dev", "preview": "nuxt preview", "typecheck": "nuxt typecheck", "clean": "nuxt cleanup", "build": "nuxt build", "generate": "nuxt generate", "prepare":...
Currently, configuring Nuxt to full SPA is more complicated than in the Nuxt 2 days. In nuxt 2: ```js ssr: false ``` But in nuxt 3, there is more configuration...
### 🔗 Linked issue Not a related issue but this state of Dan about the failure of the build-head from size for forks https://github.com/nuxt/cli/pull/702#issuecomment-2614130360 ### ❓ Type of change -...
currently `nuxi` is a single executable that inlines all its dependencies. this is great. makes a difference in speed when initialising a new app. (it also opens the door to...