Skip to content

yautah/pro-blocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.4%
  • CSS 8.9%
  • JavaScript 2.7%