我已经启动并运行了 Nodeclipse (Enide Studio),我可以在 Enide 中编辑代码并运行一个简单的“Hello World”Node.js 应用程序。但是,我不知道如何将一个 Node.js 项目从 Github 导入 Enide 并在“Node”视角下运行它。有人可以告诉我步骤吗?
2440 次
2 回答
5
跑
npm install -g nodeclipse
并从源代码目录运行
nodeclipse -p
之后,您可以像正常项目一样导入:文件->导入->常规/现有项目到工作区
于 2014-11-23T14:53:40.480 回答
0
正确的名称是 Nodeclipse 和 Enide Studio。
这实际上与 Nodeclipse 项目无关。
使用 EGit,您可以 File -> Import -> Git -> Project from Git
或使用 CLI git clone
,
然后你nodeclipse -p
从项目文件夹中。
最后在 Eclipse 或 Enide Studio File -> Import -> General -> Existing project into Workspace。
于 2014-02-27T01:43:46.410 回答