Skip to content

A rapid development template for middle and backend UI based on vite, react, tailwindcss and shadcn. 一个基于vite、react、tailwindcss和shadcn的中后台ui快速开发模板

License

Notifications You must be signed in to change notification settings

pipijoe/xryder-web

Repository files navigation

X.Ryder

简介

这是一个基于vite、react、tailwindcss和shadcn的中后台ui快速开发模板。搭配xryder-server这个基于Spring Boot的后台程序,可快速构建一个中后台系统的基础代码开发框架。

演示系统地址:X.Ryder
账号:admin
密码:admin123

系统截图

首页 首页 ai对话 ai对话 用户管理 用户管理 账户设置 账户设置 收件箱 收件箱 登录页 登录页

使用的组件

运行

npm install

npm run dev

打包

npm run build

已有功能

  • 登录、token刷新、多次登录失败锁定
  • AI对话
  • 用户管理
  • 角色管理、权限校验
  • 部门管理
  • 操作日志
  • 登录日志
  • 账户管理、头像修改、密码重置等
  • 职位管理
  • 通知公告
  • 403和500 page
  • 400异常处理
  • 自定义设置(国际化、深色模式)
  • 智能监控

参与开发

  1. 创建一个本地分支
    git checkout -b my-new-branch
    
  2. 提交你的修改
    git commit -a -m 'Description of the changes'
  3. 推送你的分支到远程仓库
    git push origin my-new-branch
  4. 去到远程仓库发起合并请求

📬 联系方式

你可以通过这些方式跟我联系:

感谢你在我的互联网角落停留片刻! 💫

Star History

Star History Chart

About

A rapid development template for middle and backend UI based on vite, react, tailwindcss and shadcn. 一个基于vite、react、tailwindcss和shadcn的中后台ui快速开发模板

Resources

License

Stars

Watchers

Forks