cli icon indicating copy to clipboard operation
cli copied to clipboard

⚡️ Nuxt Generation CLI Experience.

Results 143 cli issues
Sort by recently updated
recently updated
newest added

This PR is to change the `` block in the templates for `component`, `layout`, and `page` to match official Vue [documentation](https://vuejs.org/guide/typescript/composition-api.html). Previous templates: `` Official Vue documentation: ``

https://github.com/nuxt/cli/issues/375 delete `nitro.srcDir`

1. set `nitro.output` ```nuxt.config.ts output: { dir: 'node-server', publicDir: 'node-server' } ``` 2. pnpm build 3. pnpm preview `nitro.json` is under `node-server`, but `preview` path is `server/node-server` ``` // preview...

One thing I'm really missing from `nuxi` is a way to quickly initialise a test setup. My proposal is that after people have initialised a project with `nuxi init`, they...

enhancement
pending
discussion

One of the new features of `nuxi cli`, is the ability to scaffold templates for common components such as pages, plugins, etc. Thanks to the nice initiative from @[Baroshem](https://github.com/Baroshem) (via...

enhancement

Hi @pi0, Hope you well Came across an interesting bug, if you run a nuxt app `pnpm run dev`, and run another nuxt app using `pnpm run dev --host`, the...

Context: followup for issues in #193 Due to open handlers (watcher, timeout, etc), the build process can be stuck. With the new `nuxi` we don't force close process anymore any...

discussion
dx

### Describe the feature It would be usefull to set the `hostname` in replacement of the default `localhost` ``` "scripts": { "dev": "nuxt --hostname myhost" } ``` ### Additional information...

Setting this when using Nuxi 3.11.0: ` app: { buildAssetsDir: '_nuxt_example' } ` I get this error on "npm run dev (nuxt dev)" **[Vue Router warn]: No match found for...

### Describe the feature I think the `nuxi dev` command should have the option of `--skip-prepare`, to allow users to explicitly skip running the prepare step as part of the...

enhancement
command:dev