Redux环境设置

来源:互联网 发布:淘宝最毒的差评语 编辑:程序博客网 时间:2024/06/15 06:07
  1. npm install -g create-react-app
  2. create-react-app myApp
  3. npm install --save redux
  4. npm install --save react-redux
  5. npm install --save react-router
  6. npm install --save redux-saga
  7. npm install --save isomorphic-fetch
  8. npm install --save redux-logger


原创粉丝点击