Eclipse 调试Node.js

先安装Node.js,然后安装Eclipse插件

1.Node.js环境安装:http://www.nodejs.org/
Nodejs
2.Nodeclipse 插件地址:http://www.nodeclipse.org/updates/
Nodeclipse
3.VJET 插件地址:http://download.eclipse.org/vjet/updates-0.10/
VJET
4.Nodeclipse和Express路径设置
Nodeclipse_path
5.新建一个Express项目
Express_project1
Express_project2
6.自动下载模块express,ejs
Express_project3
7.run -> run as node application
Express_project4
8.谷歌浏览器打开http://localhost:3000
Express_project5
 

 

发表评论