我们用create-react-app如何结合yarn去创建项目呢?
create-react-app
yarn
1.全局安装create-react-app yarn global add create-react-app 2.创建项目 yarn create react-app my-demo 即可
yarn global add create-react-app
yarn create react-app my-demo