Skip to content

Commit afd6155

Browse files
feat: add nuxt-convex module (#1349)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 9ed9b81 commit afd6155

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

icons/convex.svg

Lines changed: 5 additions & 0 deletions
Loading

modules/convex.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: convex
2+
description: >-
3+
Nuxt module for Convex - reactive backend with real-time sync, file storage,
4+
and auto-imports
5+
repo: onmax/nuxt-convex
6+
npm: nuxt-convex
7+
icon: convex.svg
8+
github: https://github.com/onmax/nuxt-convex
9+
website: https://nuxt-convex.onmax.me
10+
learn_more: https://docs.convex.dev
11+
category: Database
12+
type: 3rd-party
13+
maintainers:
14+
- name: Max
15+
github: onmax
16+
twitter: _onmax
17+
bluesky: onmax.bsky.social
18+
compatibility:
19+
nuxt: '>=3.0.0'
20+
requires: {}

0 commit comments

Comments
 (0)