打赏
摘要: 汇总常用依赖包: https://github.com/MengFangui/awesome-nodejs 阅读全文
posted @ 2022-02-02 22:27 孟繁贵 阅读(148) 评论(0) 推荐(0) 编辑
摘要: webpack 5的新特性:module federation,微前端的一种形式。 参考:https://juejin.cn/post/7117055274682155038 阅读全文
posted @ 2022-07-07 17:08 孟繁贵 阅读(32) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/7110230573100040228 阅读全文
posted @ 2022-06-18 18:09 孟繁贵 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1、vscode调试 https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_supported-nodelike-runtimes 主要配置: stopOnEntry args cwd env 2、参考配置 { "configurat 阅读全文
posted @ 2022-05-28 09:57 孟繁贵 阅读(164) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/7090942617868828679 阅读全文
posted @ 2022-04-28 10:57 孟繁贵 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 工作线程对于执行 CPU 密集型的 JavaScript 操作很有用。 它们对 I/O 密集型的工作帮助不大。 Node.js 内置的异步 I/O 操作比工作线程更高效。 与 child_process 或 cluster 不同,worker_threads 可以共享内存。 它们通过传输 Array 阅读全文
posted @ 2022-04-28 10:51 孟繁贵 阅读(86) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/7091068088975622175#heading-3 阅读全文
posted @ 2022-04-28 10:50 孟繁贵 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://www.npmjs.com/package/execa 阅读全文
posted @ 2022-02-02 16:05 孟繁贵 阅读(26) 评论(0) 推荐(0) 编辑
摘要: tmp-promise https://www.npmjs.com/package/tmp-promise 阅读全文
posted @ 2022-02-02 16:01 孟繁贵 阅读(67) 评论(0) 推荐(0) 编辑
摘要: glob https://www.npmjs.com/package/glob 阅读全文
posted @ 2022-02-02 15:35 孟繁贵 阅读(39) 评论(0) 推荐(0) 编辑
TOP