How I can start with Nodejs [closed]

馋奶兔 提交于 2019-12-13 09:55:52

问题


I must start with node.js and I use Nodeclipse to write my code. What do you think abount nodeclipse, it is a good IDE or not? In the future, I must create a plugin. I read some documents abount "how write a node.js plugin". Does anyone know how I can create plugin with nodeclipse?


回答1:


You should write the code, not the IDE, so it doesn't matter. You can use nodeclipse, notepad or piece of chalk and the road to write a code.

You can learn all the basics of NPM in official Getting Started guide (also how to create your own module and publish it using node package manager).

To learn Node.js basics follow this answer, there are tons of links to some tutorials and courses: [stackoverflow] How do I get started with Node.js



来源:https://stackoverflow.com/questions/32439920/how-i-can-start-with-nodejs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!