
node
cloudspider
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
electron dowloading 太慢
开发 electron app 的时候, npm install, 会遇到electron 下载非常慢,还是老问题:下载源在国外,设置一下下载源就可以了, npm config set ELECTRON_MIRROR "https://npm.taobao.org/mirrors/electron/" 改为淘宝下载源,速度会很快,免得你痛苦焦躁的等待。 ...原创 2019-07-01 21:29:19 · 1325 阅读 · 0 评论 -
VS Code 常用 调试配置
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830...原创 2019-07-09 22:07:18 · 487 阅读 · 0 评论