Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 1.6 KB

README.md

File metadata and controls

70 lines (48 loc) · 1.6 KB

欢迎使用 Remix Antd Admin

一个基于 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

部署

bun

├── package.json
├── Dockerfile
├── pnpm-lock.yaml
├── build/
   ├── client/    # 静态资源
   └── server/    # 服务器端代码
└── public/        # 静态资源
└── server/
    └── index.js   # 服务器启动入口文件

Docker

bun run docker:build

样式

您可以使用 TailwindCSS、Antd 以及其他 CSS 或 CSS-in-JS 解决方案来控制样式。

一杯咖啡

如果我的项目对您有帮助,请给我买一杯咖啡 💌buy-me-a-coffee💌

许可证

Copyright (c) 2023-present Yong-

使用 React Router 和其他开源技术,带着 ❤️ 构建。