react 学习笔记

一, 安装 react 脚手架

  • npm install -g create-react-app

  • create-react-app my-app

二, 安装react dom 插件

  npm install --save react-router-dom

三, 安装 (路由) 插件

  npm install react-router --save

四, 安装样式sass

  npm install resolve-url-loader sass-loader node-sass --save

五, 安装redux

  npm install react-redux --save

  npm install redux-thunk --save

六, 安装框架 antd-mobile

  npm install --save antd-mobile

posted @ 2018-12-18 18:03  申继林  阅读(107)  评论(0编辑  收藏  举报