npm install -g create-react-app
create-react-app reactantd
npm install antd --save
在需要使用组件的页面进行引入并使用
react使用ant-design组件库
原文:https://www.cnblogs.com/yuyujuan/p/10335919.html