https://github.com/charleewa/nuxt-trpc-crud-api
Nuxt.js、TypeScript、Tailwind CSS、tRPC、Prisma、Postgres、Docker
https://github.com/charleewa/nuxt-trpc-crud-api
Last synced: 5 months ago
JSON representation
Nuxt.js、TypeScript、Tailwind CSS、tRPC、Prisma、Postgres、Docker
- Host: GitHub
- URL: https://github.com/charleewa/nuxt-trpc-crud-api
- Owner: CharleeWa
- License: mit
- Created: 2024-07-10T03:38:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T08:46:32.000Z (10 months ago)
- Last Synced: 2024-12-22T19:53:02.094Z (5 months ago)
- Language: TypeScript
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt-tRPC-CRUD-API
Nuxt.js、TypeScript、Tailwind CSS、tRPC、Prisma、Postgres、Docker> 目前这种技术栈的组合实现起来,不太幸福!
首先,就是 `prisma-nuxt` 这个包本身还有许多问题,实现的过程中,Pirsma 客户端一直失败。另外,nuxt 项目启动的时候,一直报 #imports 错误,我没还有找到怎么解决的办法。
此外,我对 tRPC 的理解还不到位。
所以,先暂停这个组合的尝试,后面有机会再尝试。