使用sublime直接调试js
时间:2016-02-05 12:16:51
收藏:0
阅读:189
下载node.js
tool-------->Bulid System--->new Bulid System---->粘贴如下语句:--保存---选择Node--console.log调试
{
"cmd": ["node", "$file"],
"selector": "source.js"
}原文:http://ehealth.blog.51cto.com/10942284/1741180
评论(0)