문제

Is there a way to build a NodeJs application using Nodeclipse on Eclipse IDE?

I´m trying to find an option in the plugin, but nothing about it is shown. Can you help me?

Thanks.

도움이 되었습니까?

해결책

It is not quite clear question. So I am giving possible answer to stay in Q-A format of this site.

JavaScript does not required building any binaries, so there is no build step, unless you want to minimize .js

When creating new application, you can use any tool (most of them use CLI). Then run
nodeclipse -p in project folder, and import in Eclipse as existing Eclipse project. See https://npmjs.org/package/nodeclipse . Or you can create empty project, then press Ctrl+Alt+D to open shell for selected project/folder and continue in shell to generate project.

Since 0.10 there is code completion for base Node.js modules.

If you have spesific ideas and request, raise an issue at https://github.com/nodeclipse/nodeclipse-1/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top