# antd-modal **Repository Path**: sjrwyu/antd-modal ## Basic Information - **Project Name**: antd-modal - **Description**: 用简单的代码实现antd的modal - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 操作方法 mkdir antd-modal cd antd-modal git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/sjrwyu/antd-modal.git git push -u origin master