rfcs
rfcs copied to clipboard
RFCs for changes to Nuxt.js
### Is your feature request related to a problem? Please describe. Users likely want Module Federation, ive spoken to maintainers of Nuxt on twitter and we agreed that MF would...
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
- POC: nuxt/nuxt.js#5818 (closed due to complexity on code-base and limitations) - Nuxt2 solution for extending: https://github.com/nuxt-community/nuxt-extend ## Background When the project structure grows, sometimes it is not convenient to...
**Update:** Implementation specs: https://gist.github.com/pi0/76bd2991ebe0b575a0eac08bb7a2e668 ## Introduction Introducing a `functions/` directory could have a powerful effect for users that want to add server functions but without having to go through the...
### TLDR I would like to implement some way for middleware to be ran in the context of server/client/isomorphic on a per middleware basis. ### Problem [Example Playground with Router,...
### TLDR A powerful engine is not usable without a good interface. Nuxt modular refactor made a long time ago but it is still lacking a good SDK. ### History...
Introduce a small change to `@nuxt/config` that infers if `${rootDir}/package.json` has `nuxt.modules` or `nuxt.devModules`, loads it and merges them into the config automatically. This would allow for some modules to...
Discussion Points: - [ ] Do we need to build different assets (modern and legacy) like: css with different `browsers` postcss preset ? - [ ] How to serve the...
Note: I suggested [this idea](https://cmty.app/nuxt/nuxt.js/issues/c7800) a few months ago. Since then, @manniL released a nice little [package](https://github.com/Developmint/nuxt-purgecss) to put inlined CSS through PurgeCSS. The thing I'm interested the most is...