diff --git a/icons/nuxt-actions.svg b/icons/nuxt-actions.svg new file mode 100644 index 000000000..675e69302 --- /dev/null +++ b/icons/nuxt-actions.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/nuxt-actions.yml b/modules/nuxt-actions.yml new file mode 100644 index 000000000..e01700e75 --- /dev/null +++ b/modules/nuxt-actions.yml @@ -0,0 +1,18 @@ +name: nuxt-actions +description: >- + Type-safe server actions with Standard Schema validation, middleware, + optimistic updates, streaming, and SSR queries +repo: billymaulana/nuxt-actions +npm: nuxt-actions +icon: nuxt-actions.svg +github: https://github.com/billymaulana/nuxt-actions +website: https://billymaulana.github.io/nuxt-actions/ +learn_more: https://billymaulana.github.io/nuxt-actions/guide/getting-started +category: Request +type: 3rd-party +maintainers: + - name: Billy Maulana + github: billymaulana +compatibility: + nuxt: ^3.7.0 || ^4.0.0 + requires: {}