2014年6月26日 星期四

Eclipse install nodejs plugin

讓Eclipse 支援 nodejs

需先安裝好nodeJs

IDE:  




Step1.  open  nodeJs command line  (打開nodeJs 命令操作環境)
  •  Click   Start  (開始 ) ->  Node.js Folder  -> Node.js Command Prompt
Step2. install Nodeclipse  CLI  

  • npm install -g nodeclipse

Step3. install Express 

  • npm install -g express-generator
  • npm install -g express

Step4. install nodeclipse (安裝nodeclipse)

  • select Help > Install New Software
  • Enter the update site URL into the Work with text box: (在work with中輸入)
    http://www.nodeclipse.org/updates/
  • click add  (點擊 add)





PS.
  1.可加裝javascript 編輯器方便javascript開發

  • JSDT   or  VJET      (可使用Eclipse中的 Help > Eclipse Marketplace...  安裝)
    在搜尋欄中可輸入JSDT


參考文件:
  • http://www.nodeclipse.org/updates/    (nodeclipse)
  • http://www.oschina.net/project/tag/148?lang=28    (各種javascript plugin)