版本查看:yarn -v 建立新工程 :yarn init 添加依赖包:yarn add 安装全局依赖包:yarn global add 更新依赖包:yarn upgrade 移除依赖包:yarn remove 脚本运行:yarn serve 查看依赖包列表:yarn list 项目打包:yarn build
umi3 models 规范 https://blog.csdn.net/deletGlobal/article/details/106183217
umi2中的window.g_app = umi3中getDvaApp();
umi3配置:https://blog.csdn.net/deletGlobal/article/details/106183217 珠峰培训架构 http://www.zhufengpeixun.cn/2020/
nodejs笔记3(EventEmitter) https://www.jianshu.com/p/0e0ea9040677
TypeScript: https://ts.xcatliu.com/basics/type-of-function.html
TS 版 Promise 详解 https://blog.csdn.net/weixin_34204722/article/details/87961589