美文网首页
Mac环境 Sublime Text 3 配置 node.js

Mac环境 Sublime Text 3 配置 node.js

作者: 童星 | 来源:发表于2018-02-27 18:03 被阅读305次

亲测在Sublime Text 3上可以
Tools -> Build System -> New Build System...
Enter the below text in the new file
Save the file as "nodejs.sublime-build"

{
  "shell_cmd": "node ${file}",
  "selector" : "source.js"
}

Prerequisite is to have node.js installed

相关文章

网友评论

      本文标题:Mac环境 Sublime Text 3 配置 node.js

      本文链接:https://www.haomeiwen.com/subject/zyvmxftx.html