All Projects → DomeSy → Ant-Design-Pro-V5

DomeSy / Ant-Design-Pro-V5

Licence: other
Ant Design Pro V5 详细配置,包括分模块打包,ahooks的使用,L7 地图组件的封装,合理的初始化数据,更有动态表单、动态表格、OSS图片上传等优秀组件(项目会逐渐迭代)~

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ant-Design-Pro-V5

spring-batch-admin-ui
Spring Batch Admin 是一个后端采用spring boot 2, spring security , oauth2, Spring data jpa 作为基础框架,集成了quartz 提供调度能力,集成了Spring batch 提供批处理能力的管理系统。系统旨在提供更底层数据展示以及常见批处理的配置以及运行能力。
Stars: ✭ 41 (+46.43%)
Mutual labels:  dva, umi, ant-design-pro
react-drag
A drag and drop platform based on sortable.js front-end visualization. 一个基于sortable.js的前端可视化搭建的拖拽平台,ui组件采用antd-mobile.通过umi脚手架构建.技术栈采用dva+hooks+umi+antd-mobile+sortable.js+react-color.
Stars: ✭ 51 (+82.14%)
Mutual labels:  hooks, dva, umi
ant-design-mobile-pro
🛠 Use Ant Design Mobile like Ant Design Pro.
Stars: ✭ 22 (-21.43%)
Mutual labels:  dva, umi
umi-dva-antd-mobile-starter
Get started with Umi3.js and Ant Design Mobile.
Stars: ✭ 21 (-25%)
Mutual labels:  dva, umi
react-mobile
从0构建 react 移动端框架,包含 分模块打包,自动转为rem,强大的路由功能,并配置dva,and-mobile等优质组件(项目会逐渐迭代~)
Stars: ✭ 30 (+7.14%)
Mutual labels:  dva, ahooks
Alldemo
🍑 2020全栈学习Demo大合集 包含最新 hooks TS 等 还有umi+dva,数据可视化等实战项目 (持续更新中)
Stars: ✭ 189 (+575%)
Mutual labels:  hooks, dva
toutiao
模仿今日头条,实现 APP 端,Server 端, Web 管理端
Stars: ✭ 17 (-39.29%)
Mutual labels:  dva, umi
umi-dva-typescript-mock
基于umi + dva + typescript + mock + antd的react框架,内置PWA
Stars: ✭ 17 (-39.29%)
Mutual labels:  dva, umi
umi-react-native
umi preset plugins for react-native
Stars: ✭ 54 (+92.86%)
Mutual labels:  dva, umi
umi-plugin-antd-theme
🎨 Best theme plugin
Stars: ✭ 77 (+175%)
Mutual labels:  umi, ant-design-pro
umi-dva-antd-starter
Get started with Umi3.js and Ant Design.
Stars: ✭ 17 (-39.29%)
Mutual labels:  dva, umi
blog
一个博客全栈应用的前端部分
Stars: ✭ 16 (-42.86%)
Mutual labels:  dva, umi
turkeyvisited
Mark the cities you have visited in Turkey and share the map!
Stars: ✭ 82 (+192.86%)
Mutual labels:  map
KotlinProject
This repo help for all developer who want to learn android or want to work on advance feature of android. This repo created with help of @awesomeui, @materialdesign and android latest feature. this repo contain major feature like : @awesome UI, @Material design, @firebase (auth, realtime database, firestore, push notification), @database (Room d…
Stars: ✭ 40 (+42.86%)
Mutual labels:  map
NonEmptyCollections
A type-safe implementation for collections that cannot be empty. Life is too short for emptiness-checks!
Stars: ✭ 45 (+60.71%)
Mutual labels:  map
zoov
Use 🐻 Zustand with Module-like api
Stars: ✭ 24 (-14.29%)
Mutual labels:  hooks
railrouter-sg
A progressive web app that lets you explore MRT and LRT rail routes in Singapore
Stars: ✭ 29 (+3.57%)
Mutual labels:  map
zhooks
Display Zsh hook functions and arrays
Stars: ✭ 36 (+28.57%)
Mutual labels:  hooks
pinipig
🚀 Performant webservice framework
Stars: ✭ 25 (-10.71%)
Mutual labels:  hooks
go-multimap
Go-Multimap is an implementation of the `multimap` data structure in Go.
Stars: ✭ 31 (+10.71%)
Mutual labels:  map

Ant Design Pro V5

前言

以学习 Ant Design Pro V5 为目的,设置更简单的配置,更好用的组件,以项目为标准,创造属于自身项目的组件轮子,如果对大家有帮助,请不要吝惜你的 Star~

线上预览

如何使用

$ yarn install
$ yarn run start // 运行
$ yarn run build //打包(测试)
$ yarn run build:pre //打包(正式)

cli 安装

$ npm install domesy -g

// 在命令行中使用 domesy 命令即可

推荐模板

├── config                   # umi 配置,包含路由,构建等配置
├── mock                     # 本地模拟数据
├── public
│   └── favicon.png          # Favicon
├── src
│   ├── assets               # 本地静态资源
│   ├── commonPages          # 公共页面
│   ├── components           # 业务通用组件
│   ├── e2e                  # 集成测试用例
│   ├── layouts              # 通用布局
│   ├── models               # 全局 dva model
│   ├── pages                # 业务页面入口和常用模板
│   ├── services             # 后台接口服务
│   ├── utils                # 工具库
│   ├── locales              # 国际化资源
│   ├── global.less          # 全局样式
│   └── global.ts            # 全局 JS
├── tests                    # 测试工具
├── README.md
└── package.json
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].