mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
33 lines
848 B
Markdown
33 lines
848 B
Markdown
<p align="center">
|
|
<figure>
|
|
<img src="https://trpc-nuxt.vercel.app/cover.jpg" alt="trpc-nuxt cover image" />
|
|
</figure>
|
|
</p>
|
|
|
|
# tRPC-Nuxt
|
|
|
|
End-to-end typesafe APIs with [tRPC.io](https://trpc.io/) in Nuxt applications.
|
|
|
|
<p align="center">
|
|
<figure>
|
|
<img src="https://i.imgur.com/3AZlBZH.gif" alt="Demo" />
|
|
<figcaption>
|
|
<p align="center">
|
|
The client above is <strong>not</strong> importing any code from the server, only its type declarations.
|
|
</p>
|
|
</figcaption>
|
|
</figure>
|
|
</p>
|
|
|
|
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).
|
|
|
|
## Recommended IDE Setup
|
|
|
|
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
|
|
|
|
## License
|
|
|
|
MIT
|