Nuxt Module
[object Object]
This section documents what nuxt-convex adds on top of the shared Vue runtime. Use it when you need the exact Nuxt-facing contract rather than the shared composable behavior.
What this section covers
- the
convexmodule configuration key #convex,#convex/api,#convex/advanced, and optional#convex/storage- Nuxt auto-imports
- global renderless components
- storage scaffolding
- the Nuxt-side Cloudflare R2 helper
In other words, this section covers the public #convex, #convex/api, and #convex/advanced aliases, plus the Optional #convex/storage alias when the storage feature is enabled.
Related sections
- Read Nuxt for the top-level Nuxt track
- Read Integrations for Better Auth and R2
- Read Vue for shared composable behavior