"DashboardWorkplace/src/components/Radar/autoHeight.tsx" did not exist on "f7404bc5b102b1027e3678f4c66b6f0e2d6c2eba"
lint all file
陈帅 authored
f7404bc5
Name Last commit Last update
AccountCenter lint all file
AccountSettings lint all file
AdvancedForm lint all file
AdvancedProfile lint all file
Analysis lint all file
BasicForm lint all file
BasicList lint all file
BasicProfile lint all file
CardList lint all file
Exception403 lint all file
Exception404 lint all file
Exception500 lint all file
Monitor lint all file
ResultFail lint all file
ResultSuccess lint all file
SearchListApplications lint all file
SearchListArticles lint all file
SearchListProjects lint all file
StepForm lint all file
TableList lint all file
UserLogin lint all file
UserRegister lint all file
UserRegisterResult lint all file
Workplace 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 doc: add in pregress
jsconfig.json use new alias @ which default set in umi
package.json lint all file
tsconfig.json fix ts error
tslint.yml lint all file
typings.d.ts Monitor finish

pro-blocks

umi blocks of Ant Design Pro.

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

Usage

$ umi block add [the github url of block]

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

Contribute

$ cd [some block]
$ yarn # or npm install
$ yarn run dev # or npm run dev

Or

$ yarn # or npm install
$ APP_ROOT=[some block] yarn run dev # or APP_ROOT=[someblock] npm run dev