remove import css
陈帅 authored
19596a22
Name Last commit Last update
AccountCenter fix ts error
AccountSettings fix ts error
DashboardAnalysis beta name
DashboardMonitor beta name
DashboardWorkplace remove import css
Exception403 fix ts error
Exception404 use export default
Exception500 use export default
FormAdvancedForm beta name
FormBasicForm beta name
FormStepForm beta name
ListBasicList beta name
ListCardList beta name
ListSearch beta name
ListTableList beta name
ProfileAdvanced beta name
ProfileBasic beta name
ResultFail lint all file
ResultSuccess lint all file
SearchListApplications new block SearchList
SearchListArticles lint all file
SearchListProjects use check-prettier
UserLogin lint all file
UserRegister lint all file
UserRegisterResult lint all file
_scripts lint all file
.editorconfig remove unnecessary 'x' permission of some configuration files
.eslintignore fix reloadSW no trigger error
.eslintrc.js use node:latest-browsers images (#2966)
.gitignore add .firebase in gitignore
.prettierignore lint all file
.prettierrc lint all file
.stylelintrc.json lint all file
.umirc.js migrate workplace to ts
LICENSE feat: init blocks for Ant Design Pro V4!
README.md add link
README.zh-CN.md add link
jsconfig.json use new alias @ which default set in umi
package.json new block SearchList
tsconfig.json fix ts error
tslint.yml lint all file
typings.d.ts Monitor finish

pro-blocks

中文 README

umi blocks of Ant Design Pro.

A part of Ant Design Pro V4, still in progress.

dev

Usage

umi block add [the github url of block]

You can visit umi doc for find out more info about umi block.

Contribute

Enter the block you want to dev

cross-env PAGES_PATH='block_name' umi

In complex typescript definitions, vscode may crash or tslint reports an error. You can restart the typescript service by "ctrl+shift+p > reload window"