👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Evil 4ac15c01f1 feat: 更新脚手架 2 years ago
.husky fix: 使用6.0模板发现的一些问题 (#10033) 4 years ago
config feat: 更新脚手架 2 years ago
mock feat: 更新脚手架 2 years ago
public feat: 更新脚手架 2 years ago
src feat: 更新脚手架 2 years ago
tests feat: 升级到 antd@5 (#10377) 3 years ago
types feat: 更新脚手架 2 years ago
.editorconfig remove unnecessary 'x' permission of some configuration files 8 years ago
.eslintignore 🎨 chore: fix eslint error 5 years ago
.eslintrc.js feat: 升级到 antd@5 (#10377) 3 years ago
.gitignore feat: 升级到 antd@5 (#10377) 3 years ago
.prettierignore fix: 使用6.0模板发现的一些问题 (#10033) 4 years ago
.prettierrc.js feat: 升级到 antd@5 (#10377) 3 years ago
CODE_OF_CONDUCT.md script: use default prettier 7 years ago
LICENSE fix: add present to LICENSE (#10092) 4 years ago
README.md feat: 更新脚手架 2 years ago
jest.config.ts fix: ci (#10613) 3 years ago
jsconfig.json 修复vscode点击代码引用不会跳转到组件 (#9104) 5 years ago
package.json feat: 更新脚手架 2 years ago
tsconfig.json feat: 升级到 antd@5 (#10377) 3 years ago

README.md

Environment Prepare

Install node_modules:

npm install

or

yarn

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

More