Daniel Roe
Daniel Roe
As a complete rewrite of Nuxt 2, Nuxt 3 was developed in a separate repository: `nuxt/framework`. Nuxt 3 even has its own documentation on [nuxt.com](http://nuxt.com/), versus the Nuxt 2 documentation...
This is a 'canary' pull request. It aims to ensure that the ecosystem is ready for a shift in the default Nuxt TypeScript module resolution from 'Legacy' to 'Bundler': https://github.com/nuxt/nuxt/pull/24837....
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...
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 - [ ] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] ๐ Bug fix (a non-breaking...
### Description context https://github.com/nuxt/nuxt/issues/20245 This adds out-of-the-box compatibility for Nuxt, which also needs to be able to parse markdown files with a query string. ### Linked Issues ### Additional context
This is a 'canary' pull request. It aims to ensure that the ecosystem is ready for a shift in the default Nuxt TypeScript module resolution from 'Legacy' to 'Bundler': https://github.com/nuxt/nuxt/pull/24837....
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.