All Projects → myqianlan → Antd Admin Boilerplate

myqianlan / Antd Admin Boilerplate

[deprecated][废弃] 以 antd 为基础组件构建的一套中后台管理系统的基本架构模板

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Antd Admin Boilerplate

React Admin
✨ react-admin system solution : react 后台管理系统解决方案
Stars: ✭ 5,975 (+5700.97%)
Mutual labels:  antd, admin-template
Ant Back
🚀 react后台,后台管理系统
Stars: ✭ 90 (-12.62%)
Mutual labels:  antd, admin-template
3yadmin
基于react全家桶+antd构建的专注通用权限控制与表单的后台管理系统模板
Stars: ✭ 381 (+269.9%)
Mutual labels:  antd, admin-template
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-25.24%)
Mutual labels:  admin-template
React Blog
react blog build with react hooks + koa2 + sequelize + mysql for personal usage.
Stars: ✭ 83 (-19.42%)
Mutual labels:  antd
Typescript React Hot Reload
A very simple boilerplate for creating React web applications with TypeScript.
Stars: ✭ 92 (-10.68%)
Mutual labels:  antd
Layui Admin
基于layui和thinkphp6.0的快速后台开发框架。快速构建完善的管理后台,内置表单、表格的php生成,以及完善的RBAC权限管理。
Stars: ✭ 101 (-1.94%)
Mutual labels:  admin-template
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+1056.31%)
Mutual labels:  admin-template
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (-4.85%)
Mutual labels:  admin-template
Scm Biz Suite
供应链中台系统基础版,集成零售管理, 电子商务, 供应链管理, 财务管理, 车队管理, 仓库管理, 人员管理, 产品管理, 订单管理, 会员管理, 连锁店管理, 加盟管理, 前端React/Ant Design, 后端Java Spring+自有开源框架,全面支持MySQL, PostgreSQL, 全面支持国产数据库南大通用GBase 8s,通过REST接口调用,前后端完全分离。
Stars: ✭ 1,310 (+1171.84%)
Mutual labels:  antd
Neteasecloudmusic
React 16.13.1 - Create React App 实现网易云音乐(网页版)
Stars: ✭ 98 (-4.85%)
Mutual labels:  antd
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (-14.56%)
Mutual labels:  antd
Ant Design Mobile
Fluent and powerful mobile component library based on React.
Stars: ✭ 9,489 (+9112.62%)
Mutual labels:  antd
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1174.76%)
Mutual labels:  antd
Square React Dashboard
👨‍🎤 React Dashboard Template built with TypeScript
Stars: ✭ 81 (-21.36%)
Mutual labels:  admin-template
Antv
Ant Design of Vue.js 2.0
Stars: ✭ 99 (-3.88%)
Mutual labels:  antd
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-29.13%)
Mutual labels:  antd
Antd Jsonschema Form
Aother ui implement for react-jsonschema-form
Stars: ✭ 86 (-16.5%)
Mutual labels:  antd
Bootstrap Simple Admin Template
The most reliable HTML, CSS, and JavaScript simple admin template for developing responsive, mobile first web applications on the web.
Stars: ✭ 92 (-10.68%)
Mutual labels:  admin-template
Torch Web
🌍 Web interface to tcping servers
Stars: ✭ 103 (+0%)
Mutual labels:  antd

antd-admin-boilerplate

以 antd 为基础组件构建的一套中后台管理系统的基本架构模板

本项目已废弃

建议使用官方 ant-design-pro

预览

http://myqianlan.com/antd-admin-boilerplate/dist/#/login

账户密码随便输入即可

目的

使用 antd 和 react 来构建中后台系统,从上家公司开始,已经用来构建过三四个系统了,这个算是沉淀下来的一些东西,放出来给大家参考参考吧。

技术栈

  • react
  • antd
  • webpack
  • es6(babel)

兼容性

原则上支持 IE9+ 及现代浏览器

环境

  • node 4 LTS 版本
  • npm 建议 3+
  • webpack 3

npm 建议使用cnpm, 通过设置 alias 的方式;(在私有npm还没搭建起来的时候)

开发

    cnpm install

    npm run dev

设置 api 代理

可在 webpack.dev.config.js 里面的 devServer 配置项设置 api 代理

其他

其他功能问题请阅读本项目源代码,或者提 issue

鸣谢

其中很多代码参考了前同事范峻植的最初版本,在此表示感谢。

License

MIT

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].