基于 antd pro v5
增加工具库,并移除i18n
。用法与antd pro
一致
所有接口地址配置文件.env
,命名格式REACT_APP_**
。
Install node_modules
:
yarn install
or
yarn
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:
yarn start
yarn run build
yarn run lint
You can also use script to auto fix some lint error:
yarn run lint:fix
yarn test
You can view full document on our official website. And welcome any feedback in our github.