All Projects → kuhami → React Ant

kuhami / React Ant

Licence: mit
(基于pro 2.0)基于Ant Design Pro 的 (多标签页tabs、拖拽、富文本、拾色器、多功能table、多选Select)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Ant

React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-68.4%)
Mutual labels:  antd, tabs, ant-design
React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (-80.95%)
Mutual labels:  webpack, antd, ant-design
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (-61.9%)
Mutual labels:  antd, tabs, ant-design
React Ant Pro
(基于pro 1.0)基于Ant Design Pro 后台项目修改的多标签页tabs(多标签tabs、拖拽、富文本、多功能table、多选Select、React Hooks)
Stars: ✭ 64 (-72.29%)
Mutual labels:  webpack, antd, tabs
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+468.4%)
Mutual labels:  webpack, antd, ant-design
Fc Angular
快速搭建angular后台管理系统的admin template。Fast development platform based on angular8, ng.ant.design built multi-tab page background management system (continuous upgrade) ^_^
Stars: ✭ 171 (-25.97%)
Mutual labels:  antd, ant-design
Dynamic Antd Theme
🌈 A simple plugin to dynamic change ant-design theme whether less or css.
Stars: ✭ 174 (-24.68%)
Mutual labels:  antd, ant-design
Ant Design Vue
🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
Stars: ✭ 15,749 (+6717.75%)
Mutual labels:  antd, ant-design
React Ui Roundup
A one-stop-shop for comparing the features of all the best React frameworks. Useful for designers and engineers alike!
Stars: ✭ 177 (-23.38%)
Mutual labels:  antd, ant-design
Bad Ass Salesforce Stack
B.A.S.S. Starter: react / redux / typescript / antd / ts-force / sfdx / webpack / salesforce
Stars: ✭ 126 (-45.45%)
Mutual labels:  webpack, antd
Abp React Antd
一个基于 ABP + React + Ant Design Pro 的快速开发框架
Stars: ✭ 175 (-24.24%)
Mutual labels:  antd, ant-design
React Molin
react-molin是一个全新的基于webpack3、react15、react-router4、antd-mobile的前端架构实现方案(h5)
Stars: ✭ 184 (-20.35%)
Mutual labels:  webpack, ant-design
Easyfun
a project using react antd webpack es6
Stars: ✭ 150 (-35.06%)
Mutual labels:  webpack, antd
Vuepress Theme Antdocs
🔥🎨 An Ant Design style theme for VuePress. (QQ Group: 867711329)
Stars: ✭ 147 (-36.36%)
Mutual labels:  antd, ant-design
Vue Admin
基于and-design-vue的vue后台管理系统模板
Stars: ✭ 226 (-2.16%)
Mutual labels:  webpack, ant-design
Antd Schema Form
Based on Ant Design, interactive forms can be generated through JSON Schema configuration. - 基于Ant Design,可以通过JSON Schema配置生成可交互的表单。
Stars: ✭ 137 (-40.69%)
Mutual labels:  antd, ant-design
Bear Admin
一個簡潔的 antd-react-admin 應用。a clean antd-react-admin application
Stars: ✭ 176 (-23.81%)
Mutual labels:  webpack, antd
Nowa Gui
Stars: ✭ 202 (-12.55%)
Mutual labels:  webpack, antd
Input Number
React Input Number
Stars: ✭ 199 (-13.85%)
Mutual labels:  antd, ant-design
Antd Img Crop
🔪 An image cropper for Ant Design Upload
Stars: ✭ 207 (-10.39%)
Mutual labels:  antd, ant-design

简体中文 | English | Русский

Ant Tabs Pro (多标签tabs)

开箱即用的中台前端/设计解决方案。

CircleCI Status Build status Dependencies DevDependencies Gitter

特性

  • 💎 优雅美观:基于 Ant Design 体系精心设计
  • 📐 常见设计模式:提炼自中后台应用的典型页面和场景
  • 🚀 最新技术栈:使用 React/umi/dva/antd 等前端前沿技术开发
  • 📱 响应式:针对不同屏幕大小设计
  • 🎨 主题:可配置的主题满足多样化的品牌诉求
  • 🌐 国际化:内建业界通用的国际化方案
  • ⚙️ 最佳实践:良好的工程实践助您持续产出高质量代码
  • 🔢 Mock 数据:实用的本地数据调试方案
  • UI 测试:自动化测试保障前端产品质量

模板

- 社区精选组件
  - 拖拽
  - 富文本编译器
  - 拾色器
  - 滚动条
- 组件封装
  - 多功能 table
  - SelectTree
- Dashboard
  - 分析页
  - 监控页
  - 工作台
- 表单页
  - 基础表单页
  - 分步表单页
  - 高级表单页
- 列表页
  - 查询表格
  - 标准列表
  - 卡片列表
  - 搜索列表(项目/应用/文章)
- 详情页
  - 基础详情页
  - 高级详情页
- 结果
  - 成功页
  - 失败页
- 异常
  - 403 无权限
  - 404 找不到
  - 500 服务器出错
  - 触发报错
- 个人页
  - 个人中心
  - 个人设置

使用

使用命令行

$ git clone https://github.com/kuhami/react-ant.git --depth=1
$ cd react-ant
$ npm install
$ npm start         # 访问 http://localhost:8000

使用 docker

# preview 
$ docker pull kuhami/react-ant
$ docker run -p 80:80 kuhami/react-ant
# open http://localhost

# dev 
$ npm run docker:dev

# build 
$ npm run docker:build


# production dev 
$ npm run docker-prod:dev

// production build 
$ npm run docker-prod:build

更多信息请参考 使用文档

支持环境

现代浏览器及 IE11。

IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari OperaOpera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

参与贡献

我们非常欢迎你的贡献,你可以通过以下方式和我们一起共建 😃:

  • 在你的公司或个人项目中使用 React Ant。
  • 通过 Issue 报告 bug 或进行咨询。
  • 提交 Pull Request 改进 Pro 的代码。
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].