最好的教程就是看开源程序了
https://github.com/zuiidea/antd-admin
下载后先跑起来
安装运行
1.下载或克隆项目源码
2.npm安装相关包文件(国内用户推荐yarn或者cnpm)
npm i 或者 yarn install
3.启动项目
npm start
4.打包项目
npm run build
5.打开 http://localhost:8000

参考文档:https://segmentfault.com/a/1190000009379222#articleHeader0

快速上手:
https://ant.design/docs/react/getting-started-cn