Skip to content

基于ant-design-pro v5精简了部分不常用功能并增加常用工具类库。开发人员fork开箱即用,无需再配置

License

Notifications You must be signed in to change notification settings

uzhan/ant-design-pro-template

Repository files navigation

Ant Design Pro 简化模版

基于 antd pro v5 增加工具库,并移除i18n。用法与antd pro一致

Config

所有接口地址配置文件.env,命名格式REACT_APP_**

Environment Prepare

Install node_modules:

yarn install

or

yarn

Provided Scripts

Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

yarn start

Build project

yarn run build

Check code style

yarn run lint

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

yarn run lint:fix

Test code

yarn test

More

You can view full document on our official website. And welcome any feedback in our github.

About

基于ant-design-pro v5精简了部分不常用功能并增加常用工具类库。开发人员fork开箱即用,无需再配置

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published