1. react 安装
npm install -g create-react-app
create-react-app 项目名
cd 项目名
npm start
2. npm run eject 将所有配置文件和传递依赖直接放入项目中
【参考文献】 https://github.com/facebookincubator/create-react-app
1. react 安装
npm install -g create-react-app
create-react-app 项目名
cd 项目名
npm start
2. npm run eject 将所有配置文件和传递依赖直接放入项目中
【参考文献】 https://github.com/facebookincubator/create-react-app