2021年9月28日
摘要: 1. 这里使用react-router-config配置静态路由 npm install react-router-dom--save npm install react-router-config --save "react-router-config": "^5.1.1", "react-rou 阅读全文
posted @ 2021-09-28 14:16 Yseraaa 阅读(681) 评论(0) 推荐(0) 编辑
摘要: 1. 安装 mobx mobx-react npm install mobx mobx-react --save "mobx": "^6.3.3", "mobx-react": "^7.2.0" 2. 安装 @babel/plugin-proposal-decorators 装饰器 npm inst 阅读全文
posted @ 2021-09-28 13:59 Yseraaa 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 在不使用npm run eject暴露配置的情况下 1. 安装 node-sass sass-resources-loader npm install node-sass sass-resources-loader --save "node-sass": "^6.0.1", "sass-resour 阅读全文
posted @ 2021-09-28 13:46 Yseraaa 阅读(327) 评论(0) 推荐(0) 编辑