Build Eclipse's Nodejs development environment diagram
In the previous article, we learned how to use Nodejs and some basic theories.
工欲善其事 its prerequisite, this article mainly teaches to build Eclipse's NODEJS development environment.
Q: Who is suitable to read this article?
A: Developers who are already very skilled in using eclipse.
[Note: If you have installed the Nodejs.exe]
First, we need to download an eclipse, and I'm downloading the latest version of the current one.
"Download Eclipse standard 4.3.1 (32-bit)"
Http://www.eclipse.org/downloads/packages/eclipse-standard-431/keplersr1
"Install these three plugins in Eclipse"
node. JS Plugin--Nodeclipse
Update Address: Http://www.nodeclipse.org/updates
If garbled, update this: http://dl.bintray.com/nodeclipse/nodeclipse/0.6.0/
JavaScript Editor Plugin--Vjet
Update Address: http://download.eclipse.org/vjet/updates-0.10
Google V8 plugin (debug prerequisites)
Update Address: http://chromedevtools.googlecode.com/svn/update/dev/
The HTML editor
This is a Japanese website, do not want to log on this site to go to my Baidu network disk download it.
http://sourceforge.jp/projects/amateras/downloads/57710/tk.eclipse.plugin.htmleditor_2.2.0.jar/
Http://pan.baidu.com/s/11NRO4
Here we download a jar package and copy it directly to the Eclipse/dropins folder to restart Eclipse and install it automatically.
[Hint: Because we are doing web development, so HTML magic must. ]
How do I install plugins?
On the Eclipse toolbar, click "Help", "Install New Software"
One input address, and then installation is the next step in the next thing.
[Note: Each plug-in will be restarted after installation]
How do I create a Nodejs project?
"New Project"
[Note: If you create a project that relies on other node_module, such as the Express Web framework, then you need to open Package.json, right-click and select npm install]
Wait for automatic download of dependent packages ....
OK, Project Construction completed
Build Eclipse's Nodejs development environment diagram