yautah / pro-blocks

Blocks of Ant Design Pro.

Home Page:https://preview.pro.ant.design/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pro-blocks

fork 自 AntDesign 的 pro-blocks。使用区块可以快速生成列表脚手架,区块相关概念参见:

Ant Design Pro V4

UmiJS 区块

Ant Design Pro Blocks

使用

umi block add [block github url]

开发和调试

npm install
npm run start 'block_name'

扩展区块

TableListModal

基本表格列表,弹窗进行数据的新增、编辑,适用于简单表单的数据列表。更多说明见: TableListModal.

umi block add https://github.com/yautah/pro-blocks/tree/master/TableListModal --path=/path --js

TableListPage

基本表格列表,跳转新路由的方式进行数据的新增、编辑,适用于表单较复杂的数据列表。更多说明见: TableListPage.

umi block add https://github.com/yautah/pro-blocks/tree/master/TableListPage --path=/path --js

About

Blocks of Ant Design Pro.

https://preview.pro.ant.design/

License:MIT License


Languages

Language:TypeScript 88.3%Language:CSS 8.9%Language:JavaScript 2.7%