All Projects → Zenquan → react-admin-template

Zenquan / react-admin-template

Licence: other
react + antd + vite/webpack5 后台管理系统模板

Programming Languages

typescript
32286 projects
Less
1899 projects

Projects that are alternatives of or similar to react-admin-template

React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (+0%)
Mutual labels:  admin, admin-dashboard, antd
3yadmin
基于react全家桶+antd构建的专注通用权限控制与表单的后台管理系统模板
Stars: ✭ 381 (+421.92%)
Mutual labels:  admin, admin-dashboard, antd
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (+20.55%)
Mutual labels:  admin, admin-dashboard, antd
Ant Admin
基于 antd 的后台管理平台, 在 react 中玩转 D3.js
Stars: ✭ 455 (+523.29%)
Mutual labels:  admin, admin-dashboard, antd
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1698.63%)
Mutual labels:  admin, admin-dashboard, antd
Appy
🚀 A full stack boilerplate web app
Stars: ✭ 225 (+208.22%)
Mutual labels:  admin, admin-dashboard
Forest Rails
🌱 Rails Liana for Forest Admin
Stars: ✭ 247 (+238.36%)
Mutual labels:  admin, admin-dashboard
vue-admin-better
🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro
Stars: ✭ 12,962 (+17656.16%)
Mutual labels:  admin, admin-dashboard
PlusAdmin-Free-Bootstrap-Admin-Template
Free Admin template featuring horizontal and vertical navbar. Built using Bootstrap 4.
Stars: ✭ 98 (+34.25%)
Mutual labels:  admin, admin-dashboard
Ember Cli Admin
Ember-cli-admin is a powerful admin dashboard for ember-cli projects
Stars: ✭ 178 (+143.84%)
Mutual labels:  admin, admin-dashboard
uiw-admin
UIW-Admin Panel Framework, Powered by React and @uiwjs.
Stars: ✭ 21 (-71.23%)
Mutual labels:  admin, admin-dashboard
carpatin-dashboard-free
Carpatin is a React JS Admin Dashboard Template that focuses on the management flows of a back-office application. We leverage the Material-UI power of stylizing the components in a way that feels more professional.
Stars: ✭ 51 (-30.14%)
Mutual labels:  admin, admin-dashboard
Laradmin
Laradmin后台管理系统
Stars: ✭ 197 (+169.86%)
Mutual labels:  admin, admin-dashboard
Vue Antd Admin
🐜 Ant Design Pro's implementation with Vue
Stars: ✭ 2,766 (+3689.04%)
Mutual labels:  admin, antd
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+99960.27%)
Mutual labels:  admin, admin-dashboard
Notus React
Notus React: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 173 (+136.99%)
Mutual labels:  admin, admin-dashboard
uni-admin
基于 uni-app,uniCloud 的 admin 管理项目模板
Stars: ✭ 135 (+84.93%)
Mutual labels:  admin, admin-dashboard
Inventory-Barang
Source Code Website Penyimpanan Barang Di Bangun Menggunakan Bahasa Pemrogramman Php Procedural Dan Database Mysql Sebagai Penyimpanan Database. (Ada Perbaikan)
Stars: ✭ 12 (-83.56%)
Mutual labels:  admin, admin-dashboard
Purple-React
Free React.js version of popular admin template Purple Admin.
Stars: ✭ 55 (-24.66%)
Mutual labels:  admin, admin-dashboard
7-react-admin-ts
用 ts + react-hooks 实现的管理后台
Stars: ✭ 23 (-68.49%)
Mutual labels:  admin, antd


react-admin-template

react + antd + vite2/webpack5 的管理后台系统方案

预览

预览地址

账号数据

  • 管理员 admin admin
  • 运营 zenquan zenquan

技术栈

react^17 + react-router-dom^4 + less + css modules + antd^4 + axios + mobx + echarts + react-i18next

开始

# git clone
git clone https://github.com/zenquan/react-admin-template.git
or
git clone -b <branch> https://github.com/zenquan/react-admin-template.git

# install
npm install

# start or dev
master or master-i18n -> npm run start
vite or vite-i18n -> npm run dev

# build
npm run build

功能、组件的封装

  • 系统首页
  • 表格
    • 可编辑行表格
    • 拖拽排序表格
  • 图表
    • 折线图
    • 饼图
  • 组件
    • 富文本编辑器
    • Markdown
    • JSON编辑器
  • Excel
    • 导出excel
  • 404页
  • 国际化

分支

  • webpack5:【master分支】
  • webpack5国际化: 【master-i18n分支】
  • vite: 【vite分支】
  • vite国际化: 【vite-i18n分支】

TODO

  • 适配移动端
  • 使用cra脚手架代替自己搭建的webpack脚手架
  • 优化登录,增加第三方登录
  • 增加权限管理
  • 优化vite搭建的脚手架
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].