Skip to content

Remix Antd Admin 是一个全站网站解决方案。基于 Remix/Express 和 Antd/TailwindCSS 以及 Prisma,包含 rbac 权限管理系统,内置了 remix-i18n 解决方案。

TIP

💻💻💻Remix Antd Admin 还在紧锣密鼓的开发和测试中...

阅读文档

快速开始

sh
git clone https://github.com/yyong008/remix-antd-admin.git

cd remix-antd-admin

pnpm i

pnpm run dev

Remix Antd Admin 是一个全站的解决方案。能帮助使用主流技术栈快速完成开发任务。

Remix Antd 集成了当前主流的技术栈。以及 RBAC 权限控制、用户管理、角色管理、菜单管理、日志管理等模块。

技术栈

  • Remix
  • Express
  • TypeScript
  • React
  • Ant Design
  • Tailwind CSS
  • Vitest
  • ReduxToolkit
  • Prisma ORM

Remix 充当前后端路由层。服务从 Express 启动,vite 作为编译工具, Antd 作为主要的 UI 组件层。Redux 作为全局状态管理和请求工具。Prisma 作为 ORM 框架。