react项目初始化常用
安装与开库
npm install -g create-react-app create-react-app edu-client cd edu-client
清理文件
安装proptypes
yarn add prop-types
2,安装router
yarn add react-router-dom
App.js使用的地方可以添加
import { BrowserRouter as Router, Route, Link } from 'react-route..
原创
2020-06-04 22:16:49 ·
1060 阅读 ·
0 评论