1、cnpm add antd --安装antd插件
2、yarn add react-router --安装route路由
react-router-dom依赖react-router,所以我们使用npm安装依赖的时候,只需要安装相应环境下的库即可,不用再显式安装react-router。基于浏览器环境的开发,只需要安装react-router-dom;基于react-native环境的开发,只需要安装react-router-native。npm会自动解析react-router-dom包中package.json的依赖并安装。
3、 yarn add react-router-dom axios less-loader --安装必要插件
来源:CSDN
作者:weixin_43233988
链接:https://blog.csdn.net/weixin_43233988/article/details/103897153