摘要: Nexus npm 搭建私有仓库 很好很强大 https://www.jianshu.com/p/e437d8e694a0 主要想到这个包的话比较大 所以要是有个私有仓库 就方便许多 https://www.electronjs.org/ npm i nrm -g nrm ls nrm use [仓 阅读全文
posted @ 2021-11-16 16:34 彭成刚 阅读(292) 评论(0) 推荐(0) 编辑
摘要: const ruleNumber2DecimalPlaces = [ { required: true, trigger: 'blur,change', message: '不能为空' }, { validator: (rule, value, callback) => { let reg = /^ 阅读全文
posted @ 2021-11-16 15:33 彭成刚 阅读(347) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/zh-CN/docs/Web/API/Window/postMessage 阅读全文
posted @ 2021-11-16 11:09 彭成刚 阅读(28) 评论(0) 推荐(0) 编辑