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