└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # github-awesome-front-end-projects 2 | 3 | ### GitHub 值得收藏的前端项目 4 | 5 | 如果你觉得本文对你有帮助,可以点击下方赞助商广告(free),give me a cup of coffee.thx 👇 6 | 7 | 8 | Sponsor 9 | 10 | 11 | > http://microjs.com/# 12 | 13 | 该网站的资源都托管到了`github`,`microjs.com`是一个可以让你选择微型的`js`类库的网站,该网站里的`js`库都是压缩后不大于5KB的,非常实用 14 | 15 | 16 | 17 | >https://plainjs.com/(10.22更新) 18 | 19 | The Vanilla JavaScript Repository,该仓库都是用原生`js`写的插件和组件,很实用。里面的项目也都托管到了github 20 | 21 | 22 | 23 | # 目录 24 | 25 | * [综合/资源](#综合/资源) 26 | * [样式/UI/css](#样式/UI/css) 27 | * [测试/工具](#测试/工具) 28 | * [构建工具](#构建工具) 29 | * [canvas/数据可视化](#canvas/数据可视化) 30 | * [模块管理/加载器](#模块管理/加载器) 31 | * [动画](#动画) 32 | * [插件](#插件) 33 | * [框架、库和组件](#框架、库和组件) 34 | * [移动端](#移动端) 35 | * [Node.js相关](#Node.js相关) 36 | * [React相关](#React相关) 37 | * [HTML5](#HTML5) 38 | * [模板引擎](#模板引擎) 39 | * [浏览器兼容方案](#浏览器兼容方案) 40 | * [菊苣](#菊苣) 41 | * [其他](#其他) 42 | * [优秀开源组织](#优秀开源组织) 43 | 44 | 综合/资源 45 | ---- 46 | 47 | - [frontend-dev-bookmarks][3] 一个巨大的前端开发资源清单。`star:15000` 48 | 49 | - [front-end-collect][4] 分享自己长期关注的前端开发相关的优秀网站、博客、以及活跃开发者。`star:860` 50 | 51 | - [Front-end-Interview-questions][5] 史上最全前端开发面试问题及答案 52 | 53 | - [f2e-hub][6] 包含`Animation,UI,dialog,Carousels,color,image,workflow`等。`star:100` 54 | 55 | - [awesome-javascript][7] 一系列很棒的`javascript` 库,资源。`star:3100` 56 | 57 | - [fks][8] 前端技能汇总,包含前端知识架构,后端知识,`linux`,书籍推荐等。`star:4000` 58 | 59 | - [node123][9] `node.js`中文资料导航。`star:1200` 60 | 61 | - [mobile-web-favorites][10] 移动端web开发收藏夹。`star:200` 62 | 63 | - [gulp-book][11] `Gulp` 入门指南 64 | 65 | - [Front-end-tutorial][12] 最全的资源教程-前端涉及的所有知识体系。(12.25更新) 66 | - [use-gulp](https://github.com/Platform-CUF/use-gulp) 67 | 。gulp资料收集 68 | 69 | 样式/UI/css 70 | ---- 71 | 72 | - [Semantic-UI][13] 让你使用任何`HTML`标签 来表现UI控件。 73 | 这是一款语义化设计的前端框架,为攻城师而制作的可复用的开源前端框架。`star:17500` 74 | 75 | 76 | 77 | - [primer][15] `CSS`风格指南。`star:3600` 78 | 79 | - [glue][16] 一个生成CSS sprites的简单的命令行工具。star:2.5K (7.19更新) 80 | 81 | - [postcss][17] 用js插件来对css进行转换,类似Sass的预编译器,但实现了模块化,并且更加强大。`star:4.5K`(7.31更新) 82 | 83 | - [css3 PIE][18] 允许在IE上使用`CSS3`绝大部分的酷炫功能。官网:http://css3pie.com/ 84 | 85 | - [mui][19] 轻量级css框架。`star:1.5K`(10.15更新) 86 | 87 | - [img2css][20] 将图片转为纯css的黑科技。`star:1.5K`(12.25更新) 88 | - [WeUI](https://github.com/weui/weui)为微信 Web 服务量身设计。`star:8.2K+` 89 | - [resume-master](https://github.com/hawx1993/resume-master) 简洁易用的简历生成项目,可部署到github pages在线浏览。 90 | 91 | 测试/工具 92 | ----- 93 | 94 | - [mocha][21] 一个简单、灵活有趣的 `JavaScript` 测试框架,用于 `Node.js` 和浏览器上的 `JavaScript` 应用测试。 `star:6680` 95 | 96 | - [csscss][23] css代码冗余分析仪,用于分析冗余 。`star:2800` 97 | 98 | - [es6-tools][24] `es6` 工具集,包括`Grunt Tasks,Gulp Plugins,Broccoli Plugins,Brunch Plugins,Webpack plugins`等等。`star:1860` 99 | 100 | - [async][25] 一个工具模块,提供了直接而强大的 `JavaScript` 异步功能。虽然是为 `Node.js` 设计的,但是它也可以直接在浏览器中使用。`star:13000` 101 | 102 | - [simditor][26] 团队协作工具 `Tower` 使用的富文本编辑器。`star:1300` 103 | 104 | - [HTMLHint][27] `HTML` 静态代码分析工具,可以集成到`IDE`环境或编译系统中。`star:900` 105 | 106 | - [jshint][28] `js`静态代码分析工具,可以帮你检测`js`语法错误和潜在的问题。`star:5100` 107 | 108 | - [csslint][29] 分析和优化你的`CSS`样式表的工具。由[Nicholas C. 109 | Zakas][30]所写。`star:2700` 110 | 111 | - [protractor][31] 一款端对端的`angular apps` 测试框架。`star:4K` 112 | 113 | - [casperjs][32] 一个基于`PhantomJS`的开源导航脚本和测试工具。`star:4.8K` 114 | 115 | - [Karma][33] 自动化完成单元测试,允许你在多个浏览器里执行`js`代码。让你的`TDD`变得简单,快速,有趣。`star:5.3K` 116 | 117 | - [jasmine][34] 是一个简易的`JS`单元测试框架, 用来测试`Javascript`代码。`star:9.1K`(6.28更新) 118 | 119 | - [chai][35] 一个针对 `Node.js` 和浏览器的`TDD`(测试驱动开发)/`BDD`(行为驱动开发)的断言框架,可与任何 `JavaScript` 测试框架集成。`star:2K`(6.29更新) 120 | 121 | - [Qunit][36] 一个很容易使用的js单元测试框架,该框架是由`jQuery`团队的成员所开发,并且是`jQuery`的官方测试套件。`star:3.3K`(6.29更新) 122 | 123 | 构建工具 124 | ------------- 125 | 126 | - [Grunt][37] 基于`Node.js`的项目构建工具。拥有数量庞大的插件,是一款优秀的前端自动化工具。`star:9500+` 127 | 128 | - [yeoman][38] 一个强健的工具,库,及工作流程的组合。`star:960+` 129 | 130 | - [gulp][39] 基于`node.js`流的新一代前端构建系统。`star:14000+` 131 | 132 | - [spm][40] 是 `CMD` 的包管理工具,需要和 `Sea.js` 配合使用。 133 | 134 | 135 | 136 | canvas/数据可视化 137 | --------- 138 | 139 | - [echarts][41] 基于`Canvas`,纯`Javascript`图表库,提供直观,生动,可交互,可个性化定制的数据可视化图表。`star:6900` 140 | 141 | - [Chart.js][42] 使用``标签的简易HTML5图表。`star:14600` 142 | 143 | - [sketch.js][43] 跨平台`JavaScript`创意编码框架,`gzip`压缩后仅有2kb。`star:1500` 144 | 145 | - [d3][44] 一个基于数据操作文档的`js`数据可视化框架,最流行的可视化库之一。`star:38000` 146 | 147 | - [zrender][45] 一个轻量级的`Canvas`类库,MVC封装,数据驱动,提供类`DOM`事件模型,让`canvas`绘图大不同!`star:850` 148 | 149 | - [c3][46] 一个基于 `D3.js` 的可重用 `JavaScript` 图表库。几乎零学习曲线。`star:4.5K`(6.28更新) 150 | 151 | - [img2css][47] 将图片转为纯css代码。(11.3更新) 152 | 153 | - [highcharts](https://github.com/highcharts/highcharts) 基于SVG的JavaScript 图表框架 154 | 155 | 模块管理/加载器 156 | -------- 157 | 158 | - [ESL][48] 是一个浏览器端、符合`AMD`的标准加载器,适合用于现代`Web`浏览器端应用的入口与模块管理。 159 | 160 | - [seajs][49] 一个遵循`CommonJS`规范的`JavaScript`模块加载器。提供简单、极致的模块化开发体验。`star:4100` 161 | 162 | - [Component][50] 一个模块化的`JavaScript`框架,同时也是面向前端的包管理器。 163 | 164 | - [webpack][51]一个模块打包工具,你可以使用`WebPack`管理你的模块依赖,并编绎输出模块们所需的静态文件。`star:9K` 165 | 166 | 动画 167 | -- 168 | 169 | - [animate.css][52] 一个跨浏览器的`CSS`动画库。简单易用易上手。`star:23000` 170 | 171 | - [move.js][53] 极小的 `JavaScript` 库,支持 `CSS3` 的动画效果,非常简单优雅。`star:2600` 172 | 173 | - [TweenJS][54] 是一个简单但强大的 `Javascript` 动画库。`CreateJS` 套件的一部分。`star:1500` 174 | 175 | - [bounce.js][55] 一个用于制作漂亮的 `CSS3` 关键帧动画的 `JavaScript` 176 | 库,使用其特有的方式生成的动画效果。`star:3600` 177 | 178 | - [Swipe][56] 号称最精确的`Slider`触摸库,专为移动设备优化。`star:4.7K` 179 | 180 | - [tween.js][57] 一款可生成平滑动画效果的`js`动画库。`tween.js`允许你以平滑的方式修改元素的属性值。它可以通过设置生成各种类似CSS3的动画效果。`star:2.5K`(7.15更新) 181 | 182 | - [parallax.js][58]轻量级的的视差引擎,能对智能设备的方向作出反应。。`star:9K` (10.17更新) 183 | 184 | - [Velocity][59] 是一款和jQuery的`$.animate()`有相同API的动画引擎。很适合移动端的动画开发,还打包了颜色动画,转换,循环,easing效果,类动画、滚动等功能。`star:9.5K`(12月25更新) 185 | 186 | 187 | 188 | 插件 189 | -- 190 | 191 | - [front-end-plugins](https://github.com/iamjoel/front-end-plugins) 前端常用插件汇总 192 | 193 | - [jquery.transit](https://github.com/rstacruz/jquery.transit) 超级流畅的css3 transformations 和 transitions的jQuery插件。 `star:7K+` 194 | 195 | - [zepto.fullpage][60] 专注于移动端的全屏滚动插件。`star:510` 196 | 197 | - [fullPage.js][61] pc端的全屏滚动插件。 `star:9500` [view demo][62] 198 | 199 | - [onepage-scroll][63] 可以轻松建立一个动感的响应式的滚动效果页面,比较适用于单页面的专题站。支持现代浏览器和IE8以上版本。[View demo][64] 。`star:7700` 200 | 201 | - [slick][65] 一款完全响应式的 `jQuery` 图片滚动插件,能够根据容器自动适应宽度。`star:10000` [view demo][66] 202 | 203 | - [superslides][67] 致力于解决网站大部分特效展示问题。网站上常用的“焦点图/幻灯片”“Tab标签切换”“图片滚动”“无缝滚动”等只需要一个`SuperSlide`即可解决! [view demo][68] `star:1100` 204 | 205 | - [jQuery-One-Page-Nav][69] 当用户滚动网页时,实现平滑滚动和智能导航。`star:1100` 206 | 207 | - [slider][70] 一个`jquery`完全开源的`JavaScript`代码库,用户可以开发,调试和深度定制自己的滑块。`star:850` [view demo][71] 208 | 209 | - [github-hovercard][72] github 鼠标悬停显示用户,仓库等摘要信息。(10.15更新) 210 | 211 | - [onepage-scroll][73] 一款带有背景视觉差效果的`jQuery`整页滚动特效插件。star:8K (10.17更新)[view demo][74] 212 | 213 | - [justlazy.js][75] 轻量级js图片延迟加载插件。(10.22更新) 214 | 215 | - [awesome-browser-extensions-for-github][76] 收集关于github上优秀的浏览器插件。非常实用。star:200 (12.25更新) 216 | 217 | 框架、库和组件 218 | ----- 219 | 220 | - [polymer][77] `web`组件构建框架。一套以“一切皆组件、最少化代码量、最少框架限制”为设计理念的`Web UI`框架。 `star:9900` 221 | 222 | - [impress.js][78] 创建令人兴奋的演示。使用`CSS3`的转换和过渡,这个库允许你创建令人印象深刻的演示文稿。[view demo][79]。`star:24300` 223 | 224 | - [ionic][80] 先进的`HTML5` 移动端开发框架。帮助开发者使用HTML5, CSS3和`js`做出不可思议的`hybrid app`。`star:17000` 225 | 226 | - [reveal.js][81] 基于`CSS3`的3D幻灯片工具。能够制作绚丽的演示文稿并生成`HTML`格式,将它发布到web上。`star:21500` [view demo][82] 227 | 228 | - [pure.css][83] 一组很小的,响应式的`css`组件,你可以在网页的项目上到处使用。`star:12000` 229 | 230 | - [three.js][84] 是`JavaScript`编写的`WebGL`第三方库。提供了非常多的3D显示功能。`star:20000` 231 | 232 | - [TimelineJS][85] 轻松制作时间轴。`star:8000` 233 | 234 | - [jquery-pjax][86] 对`ajax` 和 `pushState`的封装,让你可以很方便的使用`pushState`技术,用以实现页面无刷新加载。`star:11500` 235 | 236 | - [highlight.js][87] `javascript`语法高亮。既可以运行在浏览器端也可以运行在服务端。`star:5500` 237 | 238 | - [commander.js][88] `Node.js`命令行工具。`star:3800` 239 | 240 | - [togetherjs][89] 由`Mozilla`打造的一款可以给网站添加实时协作功能的`JavaScript`库。`star:5K` 241 | 242 | - [HTML.js][90] 轻量级的简化与`DOM`操作的js库。[view demo][91] `star:1.5K` 243 | 244 | - [MEAN.JS][92] 全栈式javascript,使用`MongoDB, Express, 245 | AngularJS` 和 `Node.js`。`star:2.2K` 246 | 247 | - [wechat.js][93] 微信相关的 js 操作:分享、网络、菜单。`star:700` 248 | 249 | - [JavaScript-Load-Image][94] 一个`js`加载和转换图像文件的库。 `star:1.2K` [view 250 | demo][95] 251 | 252 | - [progress.js][96] 一个 `js` 和 `CSS3`的库,帮助开发人员为网页上的每个对象创建和管理进度条效果。`star:1.6K` [view demo][97] 253 | 254 | - [foundation][98] 号称世界上最先进的响应式前端框架,也是一款`Mobile First`的框架。`star:21K` 255 | 256 | - [Sugar][99] 一个`JavaScript`库。它扩展了现有的`JS`对象的方法,让你可以用更少的代码做更多的事情。`star:2.8K` 257 | 258 | - [todomvc][100] 帮你挑选一款MV*框架,它使用不同的最流行的`js MV*`框架实现了一个相同的`Todo`应用。`star:13K` 259 | 260 | - [yepnope.js][101] 这是一个异步的条件加载框架,速度超快,只为用户加载需要的脚本。使用非常简单,非常有用!`star:2.5K` 261 | 262 | - [Material UI][102] 是一个 `CSS` 框架和一组实现谷歌 Material Design 设计规范的 React 263 | 组件。`star:8.8K`(6.28更新) 264 | 265 | - [Pikaday][103] 是一个 `JavaScript` 日期选择器,特点是轻量级、无依赖和模块化的 266 | `CSS`。`star:2.8K` [view demo][104](7.1更新) 267 | 268 | - [vuejs][106] 用于构建交互式的 Web 界面的库。它提供了 `MVVM` 数据绑定和一个可组合的组件系统,具有简单、灵活的 API。`star:6K`(7.12更新) 269 | 270 | - [meteor][107] 超简单的,数据库无处不在的,用于自动化和简化实时运行的 `Web` 应用程序的开发。纯`JavaScript`的Web框架。`star:27K`(7.12更新) 271 | 272 | - [webuploader][108] 273 | 一个简单的以`HTML5`为主,`FLASH`为辅的现代文件上传组件。支持大文件分片并发上传,极大的提高了文件上传效率。`star:1.8K` 274 | 275 | - [fastclick][109]触摸UI上的消除点击延迟js库。`star:1W`(10.15更新) 276 | 277 | - [wangEditor][110] 轻量级web富文本框。 (10.15更新) 278 | 279 | - [benchmark.js][111]是强大的基准测试库,几乎适用于所有`JavaScript`平台。支持`high-resolution`定时器,并返回重要的统计结果。`star:1.7k`(10.15更新) 280 | 281 | - [headroom.js][112]是一个轻量级、纯 JS 组件,用来隐藏或展现页面上的元素,为你的页面留下更多展示内容的空间。`star:7.5K` (10.15更新) 282 | 283 | 284 | - [tooling][113] 快速开发web app 285 | 286 | - [ua-device](https://github.com/fex-team/ua-device)史上最全面的userAgent解析库,百度FEX出品。 287 | 288 | - [judge](https://github.com/hawx1993/judge)轻量级js判断类库 289 | - [share.js](https://github.com/overtrue/share.js)一键分享到微博、QQ空间、QQ好友、微信、腾讯微博、豆瓣等。 290 | 291 | 移动端 292 | --- 293 | 294 | - [Swipe][114] 加速移动触摸滑块与硬件之间的转换。`star:5000`。 295 | 296 | - [hammer.js][115] 一个支持多点触摸的手势库。`star:11000` 297 | 298 | - [amDoc][116] 无线`Web`解决方案 - 文档规范指南 299 | 300 | - [amazeui][117] 移动优先的跨屏前端框架。面向`HTML5`开发,使用`css3`做动画和交互。`star:4.1K` 301 | 302 | - [Zepto][118] 一款面向移动端设备、`API`与`jQuery`兼容的基础库。 303 | 304 | - [mui][119] 最接近原生APP体验的高性能框架 。`star:1.1K`(6.28更新) 305 | 306 | - [Swiper][120]纯`javascript`打造的滑动特效插件,面向手机、平板电脑等移动终端。能实现触屏焦点图、触屏Tab切换、触屏多图切换等常用效果。`star:6K`(10月18更新) 307 | 308 | - [SUI-Mobile][121]由阿里巴巴国际UED前端出品的移动端UI库,轻量精美 `star:2K`(2016.1.14更新) 309 | 310 | - [lib-flexible][122] 淘宝出品的移动端可伸缩布局方案。`star:1.3K+`(2016.1.14更新) 311 | 312 | 313 | Node.js相关 314 | --------- 315 | 316 | 317 | - [node-restify](https://github.com/restify/node-restify) node.js REST framework specifically meant for web service APIs。`star:5K+` 318 | 319 | - [http://nodeframework.com/][123] 专门收集`node.js`的`web`框架的网站。其项目同样均托管在`github`上。 320 | 321 | ![图片描述][124] 322 |
323 | 324 | - [nodeclub][125] 使用 `Node.js` 和 `MongoDB` 开发的社区系统。`star:3000` 325 | 326 | - [N-chat][126] 使用 `Express + Socket.IO` 搭建的多人聊天室 。`star:300` 327 | 328 | - [N-blog][127] 使用 `Express + MongoDB` 搭建多人博客。`star:1800` 329 | 330 | - [node-inspector][128] 基于`Blink`开发者工具的`Node.js`调试器。`star:7000` 331 | 332 | - [node-lessons][129]:`Node.js`包教不包会。`star:2.5K` 333 | 334 | - [nodePPT][130] 使用`nodejs`写的网络幻灯片。可能是迄今为止最好的网页版`PPT`。`star:1.6K` [view demo][131] 335 | 336 | - [hexo][132] 一款快捷,简单,强大的博客框架,基于`Nodejs`。`star:5.2K` 337 | 338 | - [koa][133] 下一代`Node.js` Web 框架。由 `Express` 团队设计。`star:6.3K` 339 | 340 | - [awesome-nodejs][134] 关于`Nodejs` 包和资源的收集。`star:7K` 341 | 342 | - [connect][135] `Node`平台的中间件框架。`Express`就是基于`Connect`开发的。`star:5.6K`(6.29更新) 343 | 344 | - [n][136] node版本管理,tj大神所写。`star:2.7K` 345 | 346 | - [nvm][137] node版本管理,通过bash脚本来管理。`star:7.5K` 347 | 348 | 349 | 350 | React相关 351 | ------- 352 | - [react-style][138] 是 `React.js` 可维护的样式组件 353 | 354 | - [react-component][139] 基于`reactjs`的组件。 355 | 356 | - [react-native][140] 一个用`React`构建`native apps`的框架。`star:15000` 357 | 358 | - [react-native-guide][141] 汇集了`react-native`学习资源与各类开源app。`star:850` 359 | 360 | - [awesome-react][142] 关于`react`的工具,资源,视频的集合。`star:700` 361 | 362 | - [Flux][143] 是一个`Facebook`开发的、利用单向数据流实现的应用架构,用于 363 | `React`。`Flux`应用有三个主要的部分组成:调度程序、存储和视图(React 组件)。`star:6.8K`(6.28更新) 364 | 365 | - [iscroll][144] 高性能,体积小,无外部依赖,跨平台的滚动组件 `star:6K`(7.19更新) 366 | 367 | - [react-tappable][145] Tappable component for React.(2016,1.4更新) 368 | 369 | - [react-native-lesson][146] `react-native`入门指南.`star:1.3K`(2016,1.4更新) 370 | - [react-web](https://github.com/taobaofed/react-web)用React Native构建 web app的框架。`star:1.2K+` 371 | 372 | HTML5 373 | ----- 374 | - [html5-boilerplate][147] 一套专业的前端模版,主要用于开发快速、健壮、适应性强的app或网站。`star:27K` (12.25更新) 375 | 376 | - [Browserquest][148] `Mozilla`开发的`HTML5`多人在线游戏。`star:5200` 377 | 378 | - [video.js][149] 开源的HTML5和Flash视频播放器。支持自定义进度条、按钮以及工具栏的底色。`star:9.1K` 379 | 380 | - [html5shiv][150] 主要解决`HTML5`提出的新的元素不被`IE6-9`识别。`star:6K`(7.15更新) 381 | 382 | - [brunch][151] 快速的前端 `HTML5` 构建工具。star:4.5K(7.19更新) 383 | 384 | - [ulkit][152] 一个轻量级的、模块化前端框架,它被用于快速开发强大的web界面。也是一款优秀的响应式HTML5 框架。`star:5.3K` (8.3更新) 385 | 386 | 387 | 模板引擎 388 | ---- 389 | 390 | - [Handlebars.js][153] 一个`js`语义模板库,能让你轻松高效的编写语义化模板。`star:8.6K`(6.29 update) 391 | 392 | - [artTemplate][154] 性能卓越的 `js` 模板引擎。`star:1.7K` 393 | 394 | - [jade][155] 一款高性能简洁易懂的模板引擎,`Jade`是`Haml`的`Javascript`实现。`star:8.7K` 395 | 396 | - [ejs][156] tj大神写的嵌入javascript的模板引擎,主要用于Node 397 | 398 | 浏览器兼容方案 399 | ------- 400 | 401 | - [es6-shim][157] 提供兼容性垫片,使ES6能兼容于传统的`JavaScript`引擎。`star:1.5K`(7.15更新) 402 | 403 | - [Modernizr][158] 用来检测浏览器功能支持情况的`JavaScript`库,可以检测18项`CSS3`功能以及40多项关于`HTML5`的功能。`star:16000` 404 | 405 | - [normalize.css][159] 一个可定制的 `CSS` 文件,使浏览器呈现的所有元素,更一致和符合现代标准。支持IE8+。`star:17000` 406 | 407 | - [html5shiv][160] 主要解决`HTML5`提出的新的元素不被`IE6-9`识别。`star:6K`(7.15更新) 408 | 409 | - [css3please][161] 跨浏览器自动生成`css3`前缀 410 | 411 | - [Babel][162] 是一款为了写下一代js的编译器,无需等待浏览器支持就可以使用新的语法。`star:8.3K` (7.29更新) 412 | 413 | - [f2etest](https://github.com/alibaba/f2etest) F2etest是一个面向前端、测试、产品等岗位的多浏览器兼容性测试整体解决方案。`star:1K` 414 | 415 | 菊苣 416 | ---- 417 | 418 | - [Evan You][163] 前端轻量级框架`MVVM`框架`vue.js`作者,前`Google`工程师。`followers:1.6K` 419 | 420 | - [TJ Holowaychuk][164] Luna 编程语言, `Koa, Express, Stylus, Cluster, Mocha, Jade, node-canvas, component` 等知名开源项目的创建和贡献者。 `followers:14.1K` 421 | 422 | - [PaulIrish][165] 著名的前端开发工程师,同时他也是`Chrome`开发者关系团队成员,jQuery团队成员,`Modernizr、Yeoman、CSS3 Please`和`HTML5 Boilerplate`的`lead developer`。`followers:15.7K` 423 | 424 | - [Mike Bostock][166] 知名可视化库 `D3.js`的主要作者。`followers:8.3K` 425 | 426 | - [Nicolas Gallagher][167] `Normalize.css` 作者。`followers:3.6K` 427 | 428 | 429 | - [司徒正美][168] 前端迷你`MVVM`框架`Avalon`作者。`followers:2.1K` 430 | 431 | - [sindresorhus](https://github.com/sindresorhus)github 排名第一的大神 432 | 433 | 其他 434 | -- 435 | 436 | - [javascript-style-guide][169] 最合理的使用`javascript`的方法。 `star:18000` 437 | 438 | - [Mars][170] 腾讯移动`Web`前端知识库。`star:1600` 439 | 440 | - [brackets][171] 一款使用 HTML,CSS,JavaScript 创建的开源的针对 Web 开发的编辑器。`star:23000` 441 | 442 | - [Ghost][172] `Node.js`开发最新博客系统, 简单简洁, 响应式设计, 支持完全自定义, 免费, 专注博客。`star:16000` 443 | 444 | - [io.js][173] 从`NodeJS`里分离出来的一条分支。`star:13000` 445 | 446 | - [2048 游戏][174] [view demo][175] `star:7000` 447 | 448 | - [ueditor][176] 百度前端团队出品的富本文编辑器。`star:1.1K` 449 | 450 | - [electron](https://github.com/electron/electron) 使用js,css,html构建跨平台的桌面应用。`star:32K+` 451 | 452 | - [hosts](https://github.com/racaljk/hosts) 最新可用的google hosts文件。`star:5.4K+` 453 | 454 | 455 | 优秀开源组织 456 | ---- 457 | 458 | - [AlloyTeam][177] 腾讯 `Web` 前端团队。 459 | 460 | 461 | - [fex-team][178] 百度前端团队。 462 | 463 | - [amfe](https://github.com/amfe)阿里前端团队,有很多高质量项目和优秀文章 464 | 465 | 466 | >说明 467 | 468 | 本篇文章会持续更新,欢迎star,可点击上面的watch下拉按钮,选中watching,以后更新会有提醒。 469 | 470 | 471 | 472 | [1]: /img/3.jpeg 473 | [2]: /img/2.jpeg 474 | [3]: https://github.com/dypsilon/frontend-dev-bookmarks 475 | [4]: https://github.com/foru17/front-end-collect 476 | [5]: https://github.com/hawx1993/Front-end-Interview-questions 477 | [6]: https://github.com/lvwzhen/f2e-hub 478 | [7]: https://github.com/sorrycc/awesome-javascript 479 | [8]: https://github.com/JacksonTian/fks 480 | [9]: https://github.com/youyudehexie/node123 481 | [10]: https://github.com/hoosin/mobile-web-favorites 482 | [11]: https://github.com/nimojs/gulp-book 483 | [12]: https://github.com/AutumnsWind/Front-end-tutorial 484 | [13]: https://github.com/Semantic-Org/Semantic-UI 485 | [14]: /img/1.jpeg 486 | [15]: https://github.com/primer/primer 487 | [16]: https://github.com/jorgebastida/glue#glue 488 | [17]: https://github.com/postcss/postcss#plugins 489 | [18]: https://github.com/lojjic/PIE 490 | [19]: https://github.com/muicss/mui 491 | [20]: https://github.com/javierbyte/img2css 492 | [21]: https://github.com/mochajs/mocha 493 | [22]: /img/5.png 494 | [23]: https://github.com/zmoazeni/csscss 495 | [24]: https://github.com/addyosmani/es6-tools 496 | [25]: https://github.com/caolan/async 497 | [26]: https://github.com/mycolorway/simditor 498 | [27]: https://github.com/yaniswang/HTMLHint 499 | [28]: https://github.com/jshint/jshint 500 | [29]: https://github.com/CSSLint/csslint 501 | [30]: http://www.nczonline.net/ 502 | [31]: https://github.com/angular/protractor 503 | [32]: https://github.com/n1k0/casperjs 504 | [33]: https://github.com/karma-runner/karma 505 | [34]: https://github.com/jasmine/jasmine 506 | [35]: https://github.com/chaijs/chai 507 | [36]: https://github.com/jquery/qunit 508 | [37]: https://github.com/gruntjs/grunt 509 | [38]: https://github.com/yeoman/yo 510 | [39]: https://github.com/gulpjs/gulp 511 | [40]: https://github.com/spmjs/spm 512 | [41]: https://github.com/ecomfe/echarts 513 | [42]: https://github.com/nnnick/Chart.js 514 | [43]: https://github.com/soulwire/sketch.js 515 | [44]: https://github.com/mbostock/d3 516 | [45]: https://github.com/ecomfe/zrender 517 | [46]: https://github.com/masayuki0812/c3 518 | [47]: https://github.com/javierbyte/img2css 519 | [48]: https://github.com/ecomfe/esl 520 | [49]: https://github.com/seajs/seajs 521 | [50]: https://github.com/component 522 | [51]: https://github.com/webpack/webpack 523 | [52]: https://github.com/daneden/animate.css 524 | [53]: https://github.com/visionmedia/move.js 525 | [54]: https://github.com/CreateJS/TweenJS 526 | [55]: https://github.com/tictail/bounce.js 527 | [56]: https://github.com/thebird/Swipe 528 | [57]: https://github.com/tweenjs/tween.js 529 | [58]: https://github.com/wagerfield/parallax 530 | [59]: https://github.com/julianshapiro/velocity 531 | [60]: https://github.com/yanhaijing/zepto.fullpage 532 | [61]: https://github.com/alvarotrigo/fullPage.js 533 | [62]: http://alvarotrigo.com/fullPage/#firstPage 534 | [63]: https://github.com/peachananr/onepage-scroll 535 | [64]: http://www.thepetedesign.com/demos/onepage_scroll_demo.html 536 | [65]: https://github.com/kenwheeler/slick 537 | [66]: http://kenwheeler.github.io/slick/ 538 | [67]: https://github.com/nicinabox/superslides 539 | [68]: http://nicinabox.com/superslides 540 | [69]: https://github.com/davist11/jQuery-One-Page-Nav 541 | [70]: https://github.com/jssor/slider 542 | [71]: http://www.jssor.com/demos/index.html 543 | [72]: https://github.com/Justineo/github-hovercard 544 | [73]: https://github.com/peachananr/onepage-scroll 545 | [74]: http://www.htmleaf.com/Demo/201412311045.html 546 | [75]: https://github.com/fhopeman/justlazy 547 | [76]: https://github.com/stefanbuck/awesome-browser-extensions-for-github 548 | [77]: https://github.com/Polymer/polymer 549 | [78]: https://github.com/bartaz/impress.js 550 | [79]: http://bartaz.github.io/impress.js/#/bored 551 | [80]: https://github.com/driftyco/ionic 552 | [81]: https://github.com/hakimel/reveal.js 553 | [82]: http://lab.hakim.se/reveal-js/#/ 554 | [83]: https://github.com/yahoo/pure/ 555 | [84]: https://github.com/mrdoob/three.js 556 | [85]: https://github.com/NUKnightLab/TimelineJS 557 | [86]: https://github.com/defunkt/jquery-pjax 558 | [87]: https://github.com/isagalaev/highlight.js 559 | [88]: https://github.com/tj/commander.js 560 | [89]: https://github.com/mozilla/togetherjs 561 | [90]: https://github.com/nbubna/HTML 562 | [91]: http://nbubna.github.io/HTML/ 563 | [92]: https://github.com/meanjs/mean 564 | [93]: https://github.com/sofish/wechat.js 565 | [94]: https://github.com/blueimp/JavaScript-Load-Image 566 | [95]: https://blueimp.github.io/JavaScript-Load-Image/ 567 | [96]: https://github.com/usablica/progress.js 568 | [97]: http://usablica.github.io/progress.js/ 569 | [98]: https://github.com/zurb/foundation 570 | [99]: https://github.com/andrewplummer/Sugar 571 | [100]: https://github.com/tastejs/todomvc 572 | [101]: https://github.com/SlexAxton/yepnope.js 573 | [102]: https://github.com/callemall/material-ui 574 | [103]: https://github.com/dbushell/Pikaday 575 | [104]: http://dbushell.github.io/Pikaday/ 576 | [105]: /img/bVmxon 577 | [106]: https://github.com/yyx990803/vue 578 | [107]: https://github.com/meteor/meteor 579 | [108]: https://github.com/fex-team/webuploader 580 | [109]: https://github.com/ftlabs/fastclick 581 | [110]: https://github.com/wangfupeng1988/wangEditor 582 | [111]: https://github.com/bestiejs/benchmark.js 583 | [112]: https://github.com/WickyNilliams/headroom.js 584 | [113]: https://github.com/egoist/tooling 585 | [114]: https://github.com/thebird/swipe 586 | [115]: https://github.com/hammerjs/hammer.js 587 | [116]: https://github.com/am-team/amDoc 588 | [117]: https://github.com/allmobilize/amazeui 589 | [118]: https://github.com/madrobby/zepto/ 590 | [119]: https://github.com/dcloudio/mui 591 | [120]: https://github.com/nolimits4web/Swiper 592 | [121]: https://github.com/sdc-alibaba/SUI-Mobile 593 | [122]: https://github.com/amfe/lib-flexible 594 | [123]: http://nodeframework.com/ 595 | [124]: /img/4.jpeg 596 | [125]: https://github.com/cnodejs/nodeclub 597 | [126]: https://github.com/nswbmw/N-chat 598 | [127]: https://github.com/nswbmw/N-blog 599 | [128]: https://github.com/node-inspector/node-inspector 600 | [129]: https://github.com/alsotang/node-lessons 601 | [130]: https://github.com/ksky521/nodePPT 602 | [131]: http://qdemo.sinaapp.com/ 603 | [132]: https://github.com/hexojs/hexo 604 | [133]: https://github.com/koajs/koa 605 | [134]: https://github.com/sindresorhus/awesome-nodejs 606 | [135]: https://github.com/senchalabs/connect 607 | [136]: https://github.com/tj/n 608 | [137]: https://github.com/creationix/nvm 609 | [138]: https://github.com/js-next/react-style 610 | [139]: https://github.com/react-component 611 | [140]: https://github.com/facebook/react-native 612 | [141]: https://github.com/ele828/react-native-guide 613 | [142]: https://github.com/enaqx/awesome-react 614 | [143]: https://github.com/facebook/flux 615 | [144]: https://github.com/cubiq/iscroll/ 616 | [145]: https://github.com/JedWatson/react-tappable 617 | [146]: https://github.com/vczero/react-native-lesson 618 | [147]: https://github.com/h5bp/html5-boilerplate/ 619 | [148]: https://github.com/mozilla/BrowserQuest 620 | [149]: https://github.com/videojs/video.js 621 | [150]: https://github.com/aFarkas/html5shiv 622 | [151]: https://github.com/brunch/brunch/ 623 | [152]: https://github.com/uikit/uikit 624 | [153]: https://github.com/wycats/handlebars.js 625 | [154]: https://github.com/aui/artTemplate 626 | [155]: https://github.com/jadejs/jade 627 | [156]: https://github.com/tj/ejs 628 | [157]: https://github.com/paulmillr/es6-shim 629 | [158]: https://github.com/Modernizr/Modernizr 630 | [159]: https://github.com/necolas/normalize.css 631 | [160]: https://github.com/aFarkas/html5shiv 632 | [161]: https://github.com/paulirish/css3please 633 | [162]: https://github.com/babel/babel/ 634 | [163]: https://github.com/yyx990803 635 | [164]: https://github.com/tj 636 | [165]: https://github.com/paulirish 637 | [166]: https://github.com/mbostock 638 | [167]: https://github.com/necolas 639 | [168]: https://github.com/RubyLouvre 640 | [169]: https://github.com/airbnb/javascript 641 | [170]: https://github.com/AlloyTeam/Mars 642 | [171]: https://github.com/adobe/brackets 643 | [172]: https://github.com/TryGhost/Ghost 644 | [173]: https://github.com/nodejs/io.js 645 | [174]: https://github.com/gabrielecirulli/2048 646 | [175]: http://gabrielecirulli.github.io/2048/ 647 | [176]: https://github.com/fex-team/ueditor 648 | [177]: https://github.com/AlloyTeam 649 | [178]: https://github.com/fex-team 650 | 651 | --------------------------------------------------------------------------------