From 78d28f1dbed765c4edee71ac9c960ae4b5e4e82c Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sat, 21 Dec 2024 11:56:01 -0800 Subject: [PATCH] Create nuxt-rpc --- modules/nuxt-rpc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/nuxt-rpc diff --git a/modules/nuxt-rpc b/modules/nuxt-rpc new file mode 100644 index 000000000..62b61ee02 --- /dev/null +++ b/modules/nuxt-rpc @@ -0,0 +1,16 @@ +name: nuxt-rpc +description: `nuxt-rpc` allows you to call your backend-functions from the frontend, as if they were local. No need for an extra language or DSL to learn and maintain. Based off of [nuxt-remote-fn](https://github.com/wobsoriano/nuxt-remote-fn) & [nuxt-serverfn](https://github.com/antfu/nuxt-server-fn) +repo: gsxdsm/nuxt-rpc +npm: nuxt-rpc +icon: '' +github: https://github.com/gsxdsm/nuxt-rpc +website: https://www.npmjs.com/package/nuxt-rpc +learn_more: '' +category: Request +type: community +maintainers: + - name: gsxdsm + github: gsxdsm +compatibility: + nuxt: >=3.0.0 + requires: {}