Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuxt 3 #194

Closed
P4sca1 opened this issue Oct 17, 2021 · 2 comments
Closed

Nuxt 3 #194

P4sca1 opened this issue Oct 17, 2021 · 2 comments

Comments

@P4sca1
Copy link
Contributor

P4sca1 commented Oct 17, 2021

Would be great if there was a filter to only show modules compatible with Nuxt.js 3.

From https://v3.nuxtjs.org/getting-started/migration#module-compatibility:

All Nuxt 2 modules should be forward compatible with Nuxt 3 as long as they migrate to bridge or if they are already following guidelines.
All (upcoming) modules made with @nuxt/kit should be backward compatible with Nuxt 2 projects (even without bridge) as long as they are not depending on a Nuxt 3 / Bridge-only feature.

Maybe compatiblity can be auto-detected by amalyzing if the module uses @nuxt/kit.

@atinux
Copy link
Member

atinux commented Oct 25, 2021

Hi @P4sca1

Indeed we plan to add meta information for each module to be able to track their compatibility with Bridge & Nuxt 3.

See on-going discussion on https://github.com/nuxt/framework/discussions/751

@pi0
Copy link
Member

pi0 commented Oct 27, 2021

Hi @P4sca1. Compatibility information is now added to modules DB and website: https://modules.nuxtjs.org/

Feel free to make a PR to improve it.

Maybe compatibility can be auto-detected by analyzing if the module uses @nuxt/kit.

Nuxt kit is a new way of making modules but doesn't cover Nuxt 3 compatibility entirely.

@pi0 pi0 closed this as completed Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants