feat: add nuxt-convex-module (complete https://convex.dev integration) - #1619
slavarazum wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughAdds a registry entry for Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to The registry entry introduces no identified correctness, security, or availability risk and is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Hi Nuxt team 👋
This adds nuxt-convex-module — a Convex backend for Nuxt: live queries, mutations, actions, pagination, file storage and SSR, auto-imported and typed against your deployment. Under the hood it's a faithful Nuxt/Vue port of Convex's own official Next/React client.
The opt-in integrations follow Convex's own: Better Auth and Polar from the Convex components directory, plus the Clerk and Auth0 auth adapters — install the package and each one wires itself up.
>=4.1.0, category DatabaseConvex is a lovely fit for Nuxt's reactivity model, and I think it's a good addition to the ecosystem — one that I'm committed to supporting.
pnpm sync nuxt-convex-module qruto/nuxt-convex-moduleandpnpm buildboth run clean.With love for the Nuxt ecosystem! 💚🚀