一个基于 React Router、React、Antd、TailwindCSS、Prisma 和 RBAC 的现代全栈 Web 解决方案(WIP)。
Remix Antd Admin 正在开发中,如果您有任何建议或问题,请随时提交 Issue 或 Pull Request。
- 🚀 使用 React Router 进行路由管理
- 🎉 使用 TailwindCSS 进行样式设计
- 🔒 默认使用 TypeScript
- 📖 使用 Prisma 作为 ORM
- 🔄 多种数据获取方式:redux/loader
- 🔐 RBAC 权限管理
- 🌐 使用 remix-i18n 进行国际化
- 📖 remix-antd-admin 文档
# git
git clone https://github.com/yyong008/remix-antd-admin.git
# 或者 gitee
git clone https://gitee.com/yyong008/remix-antd-admin.git
cd remix-antd-admin
# 开发环境
bun run dev # 在浏览器中打开端口
# 生产环境
bun run build
├── package.json
├── Dockerfile
├── pnpm-lock.yaml
├── build/
│ ├── client/ # 静态资源
│ └── server/ # 服务器端代码
└── public/ # 静态资源
└── server/
└── index.js # 服务器启动入口文件
bun run docker:build
您可以使用 TailwindCSS、Antd 以及其他 CSS 或 CSS-in-JS 解决方案来控制样式。
如果我的项目对您有帮助,请给我买一杯咖啡 💌buy-me-a-coffee💌
Copyright (c) 2023-present Yong-
使用 React Router 和其他开源技术,带着 ❤️ 构建。