react环境搭建
2019-07-05 本文已影响0人
把我推进深海的你真善良
1. 安装create-react-app
npm install -g create-react-app
2.新建demo
create-react-app demo
3. 运行
npm start
1. 安装create-react-app
npm install -g create-react-app
2.新建demo
create-react-app demo
3. 运行
npm start