主要 javascript 框架/库列表
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11422888/
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
List of major javascript frameworks/libraries
提问by Sergey
I'm beginning to dig a little deeper into javascript development and would like to cut time of discovering what tools do I have to do the job. I'm looking for some website where all major js libraries and frameworks would be listed by the category.
我开始更深入地研究 javascript 开发,并希望减少发现我必须使用哪些工具来完成这项工作的时间。我正在寻找一些网站,其中所有主要的 js 库和框架都将按类别列出。
Is in javascript world anything like this www.ruby-toolbox.com ?
在 javascript 世界中是否有这样的 www.ruby-toolbox.com ?
采纳答案by user123444555621
Is in javascript world anything like this www.ruby-toolbox.com ?
在 javascript 世界中是否有这样的 www.ruby-toolbox.com ?
There is not. I tried googling around a bit, and here are some that come close:
那没有。我试着在谷歌上搜索了一下,这里有一些很接近:
- http://www.javascriptplugins.com/
- https://developers.google.com/speed/libraries/devguide
- http://microjs.com/
- http://www.javascriptplugins.com/
- https://developers.google.com/speed/libraries/devguide
- http://microjs.com/
Also see https://stackoverflow.com/questions/394601/which-javascript-framework-jquery-vs-dojo-vs
另请参阅 https://stackoverflow.com/questions/394601/which-javascript-framework-jquery-vs-dojo-vs
回答by Boris Brdari?
I believe this is the most complete catalog for JavaScript libraries sorted in categories.
我相信这是按类别分类的最完整的 JavaScript 库目录。
回答by Ross Allen
A recent addition, and by far the most comprehensive of the ones suggested, is JSDB:
最近添加的,也是迄今为止建议的最全面的,是 JSDB:
回答by Pappa
This is a little tangential, but devdocs.io an excellent place to look for documentation on many of the major JS frameworks.
这有点无关紧要,但 devdocs.io 是查找有关许多主要 JS 框架的文档的绝佳场所。
回答by Bergi
There are too many libraries available to list them all. If you need a script for a specific purpose, google for that. However, I found some lists on the web:
可用的库太多,无法一一列出。如果您需要用于特定目的的脚本,请使用谷歌搜索。但是,我在网上找到了一些列表:
- microjs.com- compact-but-powerful microframeworks
- github.com/Modernizr- html5 polyfills
- wikipedia.org- "notable" JS libraries and frameworks
- microjs.com- 紧凑但功能强大的微框架
- github.com/Modernizr- html5 polyfills
- wikipedia.org- “值得注意的” JS 库和框架
You may also find the big frameworks when looking around at the major content delivery networks, like Google, Microsoftor (for smaller ones) cdnjs.
回答by axcdnt
回答by RobB
The resources available are likely highly subjective, however, you can consult Comparison of JavaScript frameworksfound in wikipedia.
可用资源可能非常主观,但是,您可以参考维基百科中的 JavaScript 框架比较。
There are many JavaScript frameworks available. The intention of this comparison is to show some examples of JavaScript frameworks with their different features.
有许多可用的 JavaScript 框架。此比较的目的是展示一些具有不同功能的 JavaScript 框架示例。
You can also find a list of notable libraries in the List of JavaScript librariesarticle, however, a comparison is missing.
您还可以在JavaScript 库列表文章中找到著名库的列表,但是缺少比较。
回答by Sergey
Not exactly the answer, but a usable alternative: http://search.npmjs.org/- I can just enter a keyword and it will list projects for that specific need. Although it doesn't show which tools are most used and trusted, it's the closest to what I'm looking for.
不完全是答案,而是一个可用的替代方案:http: //search.npmjs.org/- 我只需输入一个关键字,它就会列出满足该特定需求的项目。虽然它没有显示哪些工具最常用和最受信任,但它最接近我正在寻找的工具。