项目地址: https://github.com/chenzn1/awesome-examples
模版地址: https://github.com/chenzn1/awesome-examples/tree/master/examples/nextjs-prisma-graphql-example
因为这个项目是打算做成模版库,所以是 Monorepo 的架构。
说回这个 Nextjs 、Graphql 模版,它集成了一下技术库:
.
├── prisma
├── src
│ ├── app
│ ├── client
│ │ ├── components
│ │ ├── graphql
│ │ ├── utils
│ ├── server
│ │ ├── drives
│ │ ├── entities
│ │ ├── errors
│ │ ├── interfaces
│ │ ├── resolvers
│ │ ├── servers
│ │ ├── graphql-builder.ts
│ │ ├── graphql-schema.ts
│ ├── shared
│ ├── tests
│ │ ├── fixtures
项目的文件命名风格是 {xx}-{xx}.{modal|entity|service|resolver|...}.{ts|tsx|...} ,比如:
如果大家觉得好用,就给个 star 吧,以后还会不定时更新其它的模版。
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.