# antd-init **Repository Path**: wangyubin/antd-init ## Basic Information - **Project Name**: antd-init - **Description**: init antd pro for customize code - **Primary Language**: Shell - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-07 - **Last Updated**: 2022-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # antd pro 初始脚本 --- 该脚本的目的是为了将 antd pro 自动生成的工程中, antd 相关的内容进行替换. ## 替换的内容如下: 1. 替换 LOGO 为实际项目的 LOGO 2. 替换 favicon 为实际项目的 favicon 3. 增加自定义的 upload 组件 ## 使用方法 下载脚本 ```bash git clone git@gitee.com:wangyubin/antd-init.git chmod +x ./antd-init/antd-init.sh ln -s ./antd-init/antd-init.sh /YOUR/SYSTEM/PATH/antd-init ``` 在创建的 antd-pro 工程中使用脚本 ```bash mkdir test cd test yarn create umi # .... antd-init ```