https://github.com/easy-temps/nuxt-one
The best way to start a full-stack, typesafe Nuxt.js app. 开始一个全栈、类型安全的 Nuxt.js 应用程序的最佳方式。
https://github.com/easy-temps/nuxt-one
docker drizzle-orm fullstack nuxt pgsql tailwindcss trpc typesafe
Last synced: 15 days ago
JSON representation
The best way to start a full-stack, typesafe Nuxt.js app. 开始一个全栈、类型安全的 Nuxt.js 应用程序的最佳方式。
- Host: GitHub
- URL: https://github.com/easy-temps/nuxt-one
- Owner: easy-temps
- License: mit
- Created: 2024-07-10T03:38:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T09:20:50.000Z (17 days ago)
- Last Synced: 2025-04-08T09:46:28.980Z (17 days ago)
- Topics: docker, drizzle-orm, fullstack, nuxt, pgsql, tailwindcss, trpc, typesafe
- Language: Vue
- Homepage: https://create-nuxt-one.netlify.app
- Size: 571 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏔️ Nuxt One
The best way to start a full-stack, typesafe Nuxt.js app.
开始一个全栈、类型安全的 Nuxt.js 应用程序的最佳方式。
> ⚠️ **正在积极开发中**
## Stack
- [Nuxt.js](https://nuxt.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Shadcn Vue](https://www.shadcn-vue.com/)
- [Better Auth](https://better-auth.com/)
- [tRPC](https://trpc.io/)
- [Drizzle](https://orm.drizzle.team/)
- [Postgres](https://www.postgresql.org/)
- [Docker](https://www.docker.com/)## Todo List
- [x] 依赖更新、文档更新
- [x] ORM 使用 Drizzle 替换 Prisma
- [x] 集成 eslint 、commitlint
- [x] 集成 shadcn-vue
- [x] 暗黑(Dark Mode)模式
- [x] 国际化支持
- [x] Tailwind v4
- [x] Better Auth
- [ ] 单元测试(TDD)
- [ ] 创建帖子示例## License
Licensed under the [MIT license](https://github.com/easy-temps/nuxt-one/blob/main/LICENSE).