# ant-design-pro-template **Repository Path**: uzhan/ant-design-pro-template ## Basic Information - **Project Name**: ant-design-pro-template - **Description**: 基于ant-design-pro精简了部分功能,只保留了基础部分 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-19 - **Last Updated**: 2022-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ant Design Pro 简化模版 基于 `antd pro v5` 增加工具库,并移除`i18n`。用法与`antd pro`一致 ## Config 所有接口地址配置文件`.env`,命名格式`REACT_APP_**`。 ## Environment Prepare Install `node_modules`: ```bash yarn install ``` or ```bash 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 ```bash yarn start ``` ### Build project ```bash yarn run build ``` ### Check code style ```bash yarn run lint ``` You can also use script to auto fix some lint error: ```bash yarn run lint:fix ``` ### Test code ```bash yarn test ``` ## More You can view full document on our [official website](https://pro.ant.design). And welcome any feedback in our [github](https://github.com/ant-design/ant-design-pro).