integration, 3rd party examples, demos
Opened this issue · 0 comments
Context :
Integrations 3rd party examples and demos are very useful to learn how to use Nuxt, and they are missing from nuxt/examples (or nuxt/nuxt).
Many community members and maintainers create examples in individual repositories :
- https://github.com/Hebilicious/nuxt-openai-vercel-edge-demo
- https://github.com/Atinux/nuxt-todos-edge
- https://github.com/Atinux/atinotes
- https://github.com/Atinux/coffee-or-tea
- https://github.com/danielroe/nuxt-vercel-isr
- https://github.com/danielroe/n3dium
These examples are fantastic, but they are hard to find (especially the community ones), and newcomers have no way to find them, or to know they exist.
It would be great if there was a monorepo where we could find all of them.
nuxt/examples
comes to mind, but we could also use nuxt/nuxt
or a new repository.
Bonus suggestions :
Remote examples
"remote" examples, ie https://github.com/wundergraph/wundergraph/tree/main/examples/nuxt could be listed too, but I'm not sure what would be the best approach here.
They could be duplicated which is very straightforward, or maybe we could have logic that handle nuxt code from remote sources? (ie something similar to nuxt/modules
)
Contribution
To incentivise community contribution, we could use each example package.json
author field and increase the nuxters score accordingly, as well as display each contributor profile on the nuxt/examples
home page (same as sponsor)