Html 使用 Eclipse IDE 开发 HTML5 应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9636125/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-28 23:01:19  来源:igfitidea点击:

Developing HTML5 application with Eclipse IDE

eclipsehtml

提问by Erik Sapir

I am looking for a good IDE for developing HTML5 applications. I understand that I can do that with Eclipse, which I already use in my developments.

我正在寻找一个好的 IDE 来开发 HTML5 应用程序。我知道我可以用 Eclipse 做到这一点,我已经在我的开发中使用了它。

Currently I use Eclipse Helios Release. Should I download Eclipse Helios Service Release 2, in order to develop HTML5 (with JS)?

目前我使用 Eclipse Helios Release。我应该下载 Eclipse Helios Service Release 2,以便开发 HTML5(使用 JS)吗?

Is there anything else I need? Also - can you recommend me good tutorials for developing HTML5 applications with Eclipse?

还有什么我需要的吗?另外 - 你能推荐我用 Eclipse 开发 HTML5 应用程序的好教程吗?

Thanks.

谢谢。

采纳答案by bedwyr

Have you looked at Aptana? It's a web-development IDE based on Eclipse. I've used it for web development in Javascript and HTML, but not specifically HTML5.

你看过Aptana吗?它是一个基于 Eclipse 的 Web 开发 IDE。我已经将它用于 Javascript 和 HTML 中的 Web 开发,但不是专门用于 HTML5。

回答by Erik Sapir

Actually, I think eclipse would be best suited for HTML5 development since I find it more responsive than Aptana. You also have the advantage of working with Java, PHP, Ruby, and Python server-side scripting in the same IDE you use to develop HTML5 apps. For me that is a must since a lot of code on my sites lay on the server-side for managing posts and such. Go for aptana, just install the software from the repository and you're good to go. Also install the Javascript, PHP, and web installations.

实际上,我认为 eclipse 最适合 HTML5 开发,因为我发现它比 Aptana 响应更快。您还可以在用于开发 HTML5 应用程序的同一 IDE 中使用 Java、PHP、Ruby 和 Python 服务器端脚本编写。对我来说这是必须的,因为我网站上的很多代码都位于服务器端,用于管理帖子等。选择 aptana,只需从存储库安装软件即可。还要安装 Javascript、PHP 和 Web 安装。

回答by user3468569

I guess there's always Dreamweaver... been using it since 10+ years. Hevan't tried with html5 yet but should work - at least you get a WYSIWYG editor, somethign I haven't seen in Eclipse yet :-(

我想一直有 Dreamweaver ...... 10 多年以来一直在使用它。Hevan 还没有尝试过 html5,但应该可以工作 - 至少你得到了一个所见即所得的编辑器,我在 Eclipse 中还没有见过:-(

回答by Raju Neve

You can look at www.html5rocks.comfor more information about HTML5. Its developed and maintained by google.

您可以访问www.html5rocks.com以了解有关 HTML5 的更多信息。它由谷歌开发和维护。