Mac环境 Sublime Text 3 配置 node.js

2018-02-27  本文已影响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

上一篇 下一篇

猜你喜欢

热点阅读