create-react-app使用yarn创建react项目

我们用create-react-app如何结合yarn去创建项目呢?

1.全局安装create-react-app
​​yarn global add create-react-app​​
2.创建项目
​​yarn create react-app my-demo​​
create-react-app使用yarn创建react项目_第1张图片
即可

你可能感兴趣的:(react,react.js,前端,yarn)