Daniel Roe

Results 536 issues of Daniel Roe

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

https://twitter.com/zhizijun/status/1697957273489039566

We added a `prepare` command for nuxt-module-build which allows creating type stubs directly from the module without needing to apply to the playground as well. (https://github.com/nuxt/module-builder/pull/124) It's the default for...

Following the steps in https://github.com/nuxt/test-utils/issues/644, this PR migrates to the latest alpha of `@nuxt/test-utils` which includes `nuxt-vitest`. It's primarily intended for testing any potential regressions prior to release. (It looks...

This is a DX improvement when developing - we can avoid loading the entire barrel file at `#app` by using the new granular imports merged in https://github.com/nuxt/nuxt/pull/23951.

It's probably useful to allow removing the client-side bundle as well, for minimal deployments

enhancement

This is a DX improvement when developing - we can avoid loading the entire barrel file at `#app` by using the new granular imports merged in https://github.com/nuxt/nuxt/pull/23951.

### 🔗 Linked issue ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change...