mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
update installation instructions
This commit is contained in:
@@ -10,15 +10,15 @@ description: tRPC-Nuxt provides first class integration with tRPC.
|
||||
::code-group
|
||||
|
||||
```bash [pnpm]
|
||||
pnpm add @trpc/server@next @trpc/client@next trpc-nuxt@beta zod
|
||||
pnpm add @trpc/server@next @trpc/client@next trpc-nuxt zod
|
||||
```
|
||||
|
||||
```bash [npm]
|
||||
npm install @trpc/server@next @trpc/client@next trpc-nuxt@beta zod
|
||||
npm install @trpc/server@next @trpc/client@next trpc-nuxt zod
|
||||
```
|
||||
|
||||
```bash [yarn]
|
||||
yarn add @trpc/server@next @trpc/client@next trpc-nuxt@beta zod
|
||||
yarn add @trpc/server@next @trpc/client@next trpc-nuxt zod
|
||||
```
|
||||
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user