是否有任何离线 HTML CSS JavaScript 编辑器,如 JSFiddle、jsbin、codepen 等?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11455667/
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
Are there any offline HTML CSS JavaScript editors like JSFiddle, jsbin, codepen etc.?
提问by Jitendra Vyas
Are there any offline tools like JSFiddle.net to play with JavaScript, HTML, CSS without Internetin the fashion of JSFiddle.net?
有没有像 JSFiddle.net 这样的离线工具,可以像 JSFiddle.net 那样在没有互联网的情况下玩 JavaScript、HTML、CSS ?
采纳答案by SpaceBeers
You can install the excellent JSBinlocally.
您可以在本地安装优秀的JSBin。
https://github.com/remy/jsbin/wiki/How-to-install-JS-Bin-in-your-own-environment
https://github.com/remy/jsbin/wiki/How-to-install-JS-Bin-in-your-own-environment
回答by Peter-Paul van Gemerden
I would say installing JSBin, like SpaceBeers suggested, is a pretty neat solution. But if that's not what you want, you could try one of the auto-reloading browser pluginsthat are out there.
我会说安装 JSBin,就像 SpaceBeers 建议的那样,是一个非常巧妙的解决方案。但如果这不是您想要的,您可以尝试使用现有的自动重新加载浏览器插件之一。
For example, the Auto Reload extension for Firefoxreloads the page as soon as the local file is changed.
回答by Stephan
回答by Can G?me?
You can use http://kodtest.comon offline.Very simple to use. Like jsfiddle.
您可以离线使用http://kodtest.com。使用非常简单。就像 jsfiddle。
回答by David Augustus
回答by MarkFisher
Saving and getting JSFiddle to run locally might be a bit daunting, but there is a cruder but effective one @ http://htmledit.squarefree.com/. You can't do everything in RTHE that you can in JSFiddle, but it is remarkably tiny and runs locally with no modification.
保存并让 JSFiddle 在本地运行可能有点令人生畏,但有一个更粗略但有效的方法 @ http://htmledit.squarefree.com/。您无法在 RTHE 中完成您在 JSFiddle 中可以做的所有事情,但它非常小,并且无需修改即可在本地运行。
Also, check out Aptana (http://www.aptana.com/), it will execute your JS right from the IDE, very nice if very big.
另外,请查看 Aptana ( http://www.aptana.com/),它会直接从 IDE 执行您的 JS,如果非常大则非常好。