本文将会不断更新和整理。
* * *
9/8 更新:
* 增加**shim/polyfill**板块并整理,添加了core-js
* 增加了html2canvas
* 新增了react-transform-boilerplate,算是新版的hot-loader吧,不再使用`react-hot-loader`,而使用一个babel插件`babel-plugin-react-transform`
* * *
## HTML/CSS
* [html5-boilerplate](https://github.com/h5bp/html5-boilerplate)
* [html5demos](https://github.com/remy/html5demos)
* [web项目启航包](https://github.com/google/web-starter-kit)
* [CSS术语表](https://github.com/yisibl/css-vocabulary)
* [Respond(Media Query polyfill)](https://github.com/scottjehl/Respond)
* [Modernizr](https://github.com/Modernizr/Modernizr)
* [normalize.css](https://github.com/necolas/normalize.css)
* [bootstrap](https://github.com/twbs/bootstrap)
* [Semantic-UI](https://github.com/Semantic-Org/Semantic-UI)
* [amazeui](https://github.com/allmobilize/amazeui)
* [masonry 栅格布局库](https://github.com/desandro/masonry)
* [lost 栅格布局库](https://github.com/corysimmons/lost)
* [bootmetro win8 metro风格UI库](https://github.com/aozora/bootmetro)
* [CSS模拟各种设备](https://github.com/marvelapp/devices.css)
* [CSS spinners](https://github.com/jlong/css-spinners)
* [css-loaders](https://github.com/lukehaas/css-loaders)
* [loaders.css](https://github.com/ConnorAtherton/loaders.css)
* [animate.css](https://github.com/daneden/animate.css)
* [velocity](https://github.com/julianshapiro/velocity)
* [dashboard(Bootstrap模板)](https://github.com/keen/dashboards)
* [雪碧图生成工具](https://github.com/sprity/sprity)
* [svg-sprite-polyfill](https://github.com/frexy/svg-sprite-polyfill)
* [Snap.svg](https://github.com/adobe-webplatform/Snap.svg)
* [SVG图标集](https://github.com/frexy/glyph-iconset)
* [纯css图标](https://github.com/saeedalipoor/icono)
* [Font-Awesome](https://github.com/FortAwesome/Font-Awesome)
* [material-design-icons](https://github.com/google/material-design-icons)
* [Material Design Lite](https://github.com/google/material-design-lite)
* [Material风格css框架](https://github.com/Dogfalo/materialize)
* [fullPage.js](https://github.com/alvarotrigo/fullPage.js)
* [Fullpage原生实现](https://github.com/powy1993/fullpage)
* [bootstrap-daterangepicker](https://github.com/dangrossman/bootstrap-daterangepicker)
* [bootstrap-additions](https://github.com/mgcrea/bootstrap-additions)
* [pjax](https://github.com/welefen/pjax)
* [Ace(Cloud9的文本编辑器)](https://github.com/ajaxorg/ace)
* [quill 文本编辑器](https://github.com/quilljs/quill)
* [plupload](https://github.com/moxiecode/plupload)
* [postcss](https://github.com/postcss/postcss)
* [three.js](https://github.com/mrdoob/three.js)
* [stage.js](https://github.com/piqnt/stage.js)
* [html2canvas](https://github.com/niklasvh/html2canvas)
## Shim/Polyfill
* [ES5 shim](https://github.com/es-shims/es5-shim)
* [es6-shim](https://github.com/paulmillr/es6-shim)
* [html5shiv](https://github.com/aFarkas/html5shiv)
* [core-js](https://github.com/zloirock/core-js)
## 可能是常用的工具库
* [moment](https://github.com/moment/moment)
* [lodash](https://github.com/lodash/lodash)
* [highland 流式风格工具库](https://github.com/caolan/highland)
* [handlebars.js](https://github.com/wycats/handlebars.js)
* [FileAPI](https://github.com/mailru/FileAPI)
* [CryptoJS加密库](https://github.com/sytelus/CryptoJS)
* [Esprima(ECMAScript语法解析)](https://github.com/jquery/esprima)
* [jison 语法解析器生成器](https://github.com/zaach/jison)
* [bowser 判断浏览器](https://github.com/ded/bowser)
* [reqwest(Ajax实现)](https://github.com/ded/reqwest)
* [superagent](https://github.com/visionmedia/superagent)
* [es6-promise](https://github.com/jakearchibald/es6-promise)
* [core-js(各种js pollyfill集合)](https://github.com/zloirock/core-js)
* [svgo SVG优化工具](https://github.com/svg/svgo)
* [stateman 前端路由](https://github.com/leeluolee/stateman)
* [dragdealer](https://github.com/skidding/dragdealer)
* [pdf.js](https://github.com/mozilla/pdf.js)
* [filesize.js](https://github.com/avoidwork/filesize.js)
* [berserkJS](https://github.com/tapir-dream/berserkJS)
* [umd](https://github.com/umdjs/umd)
* [requirejs](https://github.com/jrburke/requirejs)
## 代码处理工具
* [babel](https://github.com/babel/babel)
* [traceur-compiler](https://github.com/google/traceur-compiler)
* [webpack](https://github.com/webpack/webpack)
* [node-browserify](https://github.com/substack/node-browserify)
* [amdclean](https://github.com/gfranko/amdclean)
* [gulp](https://github.com/gulpjs/gulp)
* [grunt](https://github.com/gruntjs/grunt)
* [jspm](http://jspm.io/)
* [rollup.js](http://rollupjs.org/)
## 移动端
* [Swipe](https://github.com/thebird/Swipe)
* [mobileTech 移动端资源收集](https://github.com/jtyjty99999/mobileTech)
## 测试框架和断言库
* [chai](https://github.com/chaijs/chai)
* [jasmine](https://github.com/jasmine/jasmine)
## Node.js
* [node](https://github.com/joyent/node)
* [io.js](https://github.com/nodejs/node)
* [nw.js](https://github.com/nwjs/nw.js)
* [PM2](https://github.com/Unitech/PM2)
* [connect](https://github.com/senchalabs/connect)
* [q](https://github.com/kriskowal/q)
* [async](https://github.com/caolan/async)
* [koa](https://github.com/koajs/koa)
* [node-restify](https://github.com/restify/node-restify)
* [node-static](https://github.com/cloudhead/node-static)
* [step](https://github.com/creationix/step)
* [then.js](https://github.com/teambition/then.js)
* [co](https://github.com/tj/co)
* [node-glob](https://github.com/isaacs/node-glob)
* [thunks](https://github.com/thunks/thunks)
* [forever](https://github.com/foreverjs/forever)
* [request](https://github.com/request/request)
* [bluebird](https://github.com/petkaantonov/bluebird)
* [FormData For node.js](https://github.com/form-data/form-data)
* [node fs模块扩展](https://github.com/jprichardson/node-fs-extra)
* [node-portfinder 获取可用的端口](https://github.com/indexzero/node-portfinder)
* [yargs 方便操作process.argv](https://github.com/bcoe/yargs)
* [Editor Framework桌面应用框架](https://github.com/fireball-x/editor-framework)
* [OAuth2orize](https://github.com/jaredhanson/oauth2orize)
* [Inquirer.js 命令行交互](https://github.com/SBoudrias/Inquirer.js)
* [jsdom](https://github.com/tmpvar/jsdom)
* [node-lessons包教不包会](https://github.com/alsotang/node-lessons)
* [nodemon](https://github.com/remy/nodemon)
* [node-supervisor](https://github.com/petruisfan/node-supervisor)
* [node-formidable](https://github.com/felixge/node-formidable)
* [node-xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)
* [bagpipe](https://github.com/JacksonTian/bagpipe)
## 模板引擎
* [swig](https://github.com/paularmstrong/swig)
* [dustjs](https://github.com/linkedin/dustjs)
* [doT](https://github.com/olado/doT)
* [marko](https://github.com/marko-js/marko)
* [mustache.js](https://github.com/janl/mustache.js)
* [hogan.js](https://github.com/twitter/hogan.js)
## 数据可视化
* [d3](https://github.com/mbostock/d3)
* [Echarts](https://github.com/ecomfe/echarts)
* [Chart.js](https://github.com/nnnick/Chart.js)
## React及相关库
* [react](https://github.com/facebook/react)
* [React Awesome系列](https://github.com/enaqx/awesome-react)
* [react-router](https://github.com/rackt/react-router)
* [flux](https://github.com/facebook/flux)
* [Reflux](https://github.com/reflux/refluxjs)
* [Redux](https://github.com/rackt/redux)
* [Relay](https://github.com/facebook/relay)
* [react-native](https://github.com/facebook/react-native)
* [immutable-js](https://github.com/facebook/immutable-js)
* [Morearty.js](https://github.com/moreartyjs/moreartyjs)
* [ReactUI](https://github.com/Lobos/react-ui)
* [material-ui](https://github.com/callemall/material-ui)
* [ant-design](https://github.com/ant-design/ant-design)
* [Redux入门](https://github.com/happypoulp/redux-tutorial)
* [Redux Awesome系列](https://github.com/xgrommx/awesome-redux)
* [react-starter(React新手包)](https://github.com/webpack/react-starter)
* [react-hot-loader各种例子](https://github.com/gaearon/react-hot-loader/tree/master/docs#starter-kits)
* [react-transform-boilerplate](https://github.com/gaearon/react-transform-boilerplate)
* [同构路由样例](https://github.com/nicolashery/example-isomorphic-one)
* [React + Flux + ServerSideRendering样例](https://github.com/koba04/react-boilerplate)
* [react-demos 阮一峰](https://github.com/ruanyf/react-demos)
* [React UI Builder](https://github.com/ipselon/react-ui-builder)
* [React Native入门指南](https://github.com/vczero/react-native-lession)
* [react-cursor](https://github.com/dustingetz/react-cursor)
* [react-style](https://github.com/js-next/react-style)
* [react-quill富文本编辑器组件](https://github.com/zenoamaro/react-quill)
* [react-canvas](https://github.com/Flipboard/react-canvas)
* [react-engine](https://github.com/paypal/react-engine)
* [react-templates](https://github.com/wix/react-templates)
* [React-news(React写的项目)](https://github.com/echenley/react-news)
* [deku(类似React的UI库)](https://github.com/dekujs/deku)
* [delorean Flux](https://github.com/deloreanjs/delorean)
* [Virtual DOM](https://github.com/Matt-Esch/virtual-dom)
## Angular.js
* [angular](https://github.com/angular/angular)
* [AngularLearning](https://github.com/dolymood/AngularLearning)
* [ng-file-upload](https://github.com/danialfarid/ng-file-upload)
* [angular-bootstrap](https://github.com/angular-ui/bootstrap)
* [ui-router](https://github.com/angular-ui/ui-router)
* [angular-ui-awesome](https://github.com/eisneim/angular-ui-awesome)
* [angular-strap](https://github.com/mgcrea/angular-strap)
* [bindonce](https://github.com/Pasvaz/bindonce)
* [ng-annotate](https://github.com/olov/ng-annotate)
* [angular-deckgrid](https://github.com/akoenig/angular-deckgrid)
* [angular-semantic](https://github.com/caitp/angular-semantic)
* [restangular](https://github.com/mgonto/restangular)
* [material](https://github.com/angular/material)
* [famous-angular](https://github.com/Famous/famous-angular)
## 其他优秀js框架
* [avalon](https://github.com/RubyLouvre/avalon)
* [meteor](https://github.com/meteor/meteor)
* [vue](https://github.com/yyx990803/vue)
* [fibjs](https://github.com/xicilion/fibjs)
* [aurelia](https://github.com/aurelia/framework)
* [mootools-core](https://github.com/mootools/mootools-core)
* [polymer](https://github.com/Polymer/polymer)
* [regular](https://github.com/regularjs/regular)
* [jquery](https://github.com/jquery/jquery)
* [zepto](https://github.com/madrobby/zepto)
## 函数式编程相关
* 函数式编程指南GitBook版 [中文版](https://github.com/llh911001/mostly-adequate-guide-chinese) [英文版](https://github.com/DrBoolean/mostly-adequate-guide)
* [ramda](https://github.com/ramda/ramda)
* [fantasy-land](https://github.com/fantasyland/fantasy-land)
## Nginx
* [Nginx配置用例](https://github.com/h5bp/server-configs-nginx)
## Git
* [gitflow](https://github.com/nvie/gitflow)
* [gitolite](https://github.com/sitaramc/gitolite)
## 代码风格
* [eslint](https://github.com/eslint/eslint)
* [JavaScript代码风格指南](https://github.com/airbnb/javascript)
* [standard](https://github.com/feross/standard)
* [广发证券团队代码风格](https://github.com/gf-web/es6-coding-style)
* [Flow](https://github.com/facebook/flow)
* [css-creating](https://github.com/cssdream/css-creating)
## 未来科技
* [常用ES7 decorators](https://github.com/jayphelps/core-decorators.js)
* [ES7 decorator介绍](https://github.com/wycats/javascript-decorators)
## EBooks或是学习资源
* [awesome系列首页](https://github.com/sindresorhus/awesome)
* [JavaScript知识体系图](https://github.com/coodict/javascript-in-one-pic)
* [前端技能图(朴灵)](https://github.com/JacksonTian/fks)
* [前端开发资源大集合](https://github.com/dypsilon/frontend-dev-bookmarks)
* [ES6学习资源列表](https://github.com/ericdouglas/ES6-Learning)
* [Front-end-Developer-Interview-Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions)
* [javascript框架设计](https://github.com/RubyLouvre/jsbook)
* [SunLn-F2E-Bookmarks](https://github.com/SunLn/SunLn-F2E-Bookmarks)
* [front-end-collect](https://github.com/foru17/front-end-collect)
* [Understanding ECMAScript 6](https://github.com/nzakas/understandinges6)
* 理解HTTP 2.0 [中文版](https://github.com/ye11ow/http2-explained-chinese) [英文版](http://daniel.haxx.se/http2/)
* [mvvm技术概览](https://github.com/JsAaron/mvvm)
## 其他
* [百度前端技术学院](https://github.com/baidu-ife/ife)
* [博客框架discourse](https://github.com/discourse/discourse)
* [AlloyStick 骨骼动画](https://github.com/AlloyTeam/AlloyStick)
* [hexo](https://github.com/hexojs/hexo)
- 前端篇
- 常用知识点
- 表单处理
- 前后端分离
- 提供模板渲染工具
- 页面优化
- css3动画部分
- 前端工程与模块化框架
- 服务器XML标签用法
- 微信JSSDK
- 小技巧
- 纯CSS实现自适应正方形
- 通用媒体查询
- css 黑科技
- H5性能优化方案
- 10个最常见的 HTML5
- 常见坑
- 资源收集
- 前端组件化开发实践
- 应用秒开计划
- AJAX API部分
- 静态资源处理优化
- 后端篇
- 微信对接与管理
- 微信消息处理
- API插件开发
- Plugin开发
- 后端插件开发
- 组件开发
- XML标签开发
- RESTFUL设计
- Admin GUI
- 设计篇
- 设计规范
- 微信开发库v.js
- 使用方法
- 微信JSSDK集成
- 调试面板使用
- 插件-http功能
- 插件-layer弹出层
- 插件-music 音乐播放器
- 插件-store 本地存储
- 插件 emitter 事件管理器
- 插件-shake 摇动功能
- 插件-lazyload 延迟加载
- 插件-t 模板渲染
- 插件-ani 动画功能
- 插件-is 类型侦测器
- 插件-ease 缓动函数库
- 插件-os 设备检测
- 插件 $ 类Jquery插件
- 插件-md5 散列计算
- 插件-svg动画loading
- 后台页面成功GUI
- 列表渲染List
- 表单生成Config
- 树状列表Tree
- 排序操作Sort
- Js 风格指南
- Vuep
- 内置动画库
- 组件库
- 内置插件库
- PSD自动切图