标签:png pre index 使用 das htm app ref reac
$ cnpm install -g create-react-app
$ create-react-app my-app
$ cd my-app/
$ npm start
src目录的index是入口文件,可以写login、home页面组件化提供index文件作为入口载入,将App文件删除并新建login、home文件(放入文件夹内)。
如图:
安装路由
npm install react-router-dom —save
标签:png pre index 使用 das htm app ref reac
原文地址:https://www.cnblogs.com/fger/p/12347020.html