react使用之Ant Design

121 阅读1分钟

react脚手架官网

1、使用脚手架新建项目

yarn create react-app my-app
cd my-app
yarn start