微信扫一扫
1.全局安装create-react-app
yarn global add create-react-app
2.创建项目
yarn create react-app my-demo
相关推荐