From 6b898e836c299fac99144bef2c373682b279420c Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sat, 12 Nov 2022 21:15:19 -0800 Subject: [PATCH] update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e39d395..0160b2a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ End-to-end typesafe APIs with [tRPC.io](https://trpc.io/) in Nuxt applications. +

+

+ Demo +
+

+ The client above is not importing any code from the server, only its type declarations. +

+
+
+

+ Docs: https://trpc-nuxt.vercel.app For version 3 of this module (tRPC v9, auto-imports, auto handlers), [go here](https://github.com/wobsoriano/trpc-nuxt/tree/v3).