| 综合类 | 地址 |
|---|---|
| 前端知识体系 | http://www.cnblogs.com/sb19871023/p/3894452.html |
| 前端知识结构 | https://github.com/JacksonTian/fks |
| Web前端开发大系概览 | https://github.com/unruledboy/WebFrontEndStack |
| Web前端开发大系概览-中文版 | http://www.cnblogs.com/unruledboy/p/WebFrontEndStack.html |
| Web Front-end Stack v2.2 | https://raw.githubusercontent.com/unruledboy/WebFrontEndStack/master/Web%20Front%20End%20Stack.png |
| 免费的编程中文书籍索引 | https://github.com/justjavac/free-programming-books-zh_CN |
| 前端书籍 | https://github.com/dypsilon/frontend-dev-bookmarks |
| 前端免费书籍大全 | https://github.com/vhf/free-programming-books |
| 前端知识体系 | http://www.cnblogs.com/sb19871023/p/3894452.html |
| 免费的编程中文书籍索引 | https://github.com/justjavac/free-programming-books-zh_CN |
| 智能社 – 精通JavaScript开发 | http://study.163.com/course/introduction/224014.htm |
| 重新介绍 JavaScript(JS 教程) | https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/A_re-introduction_to_JavaScript |
| 麻省理工学院公开课:计算机科学及编程导论 | http://v.163.com/special/opencourse/bianchengdaolun.html |
| JavaScript中的this陷阱的最全收集–没有之一 | http://segmentfault.com/a/1190000002640298 |
| JS函数式编程指南 | https://llh911001.gitbooks.io/mostly-adequate-guide-chinese/content/ch1.html |
| JavaScript Promise迷你书(中文版) | http://liubin.github.io/promises-book |
| 腾讯移动Web前端知识库 | https://github.com/AlloyTeam/Mars |
| Front-End-Develop-Guide 前端开发指南 | https://github.com/Front-End-Developers-Hunan/Front-End-Develop-Guide |
| 前端开发笔记本 | https://li-xinyang.gitbooks.io/frontend-notebook/content |
| 大前端工具集 – 聂微东 | https://github.com/nieweidong/fetool |
| 前端开发者手册 | https://dwqs.gitbooks.io/frontenddevhandbook/content |
| 入门类 | 地址 |
|---|---|
| 前端入门教程 | http://www.cnblogs.com/jikey/p/3613082.html |
| 瘳雪峰的Javascript教程 | http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000 |
| jQuery基础教程 | http://www.imooc.com/view/11 |
| 前端工程师必备的PS技能——切图篇 | http://www.imooc.com/view/506 |
| 结合个人经历总结的前端入门方法 | https://github.com/qiu-deqing/FE-learning |
| 效果类 | 地址 |
|---|---|
| 弹出层 | http://www.imooc.com/learn/58 |
| 焦点图轮播特效 | http://www.imooc.com/learn/18 |
| 工具类 | 地址 |
|---|---|
| css sprite 雪碧图制作 | http://www.imooc.com/learn/93 |
| 版本控制入门 – 搬进 Github | http://www.imooc.com/learn/390 |
| Grunt-beginner前端自动化工具 | http://www.imooc.com/learn/30 |
| 慕课专题 | 地址 |
|---|---|
| 张鑫旭 – 慕课系列 | http://www.imooc.com/space/teacher/id/197450 |
| lyn – 慕课系列 | http://www.imooc.com/space/teacher/id/104593 |
| 艾伦 – 慕课系列 | http://www.imooc.com/space/teacher/id/290139 |
| 碧仔 – Hello,移动WEB | http://www.imooc.com/view/494 |
| 周报类 | 地址 |
|---|---|
| 平安科技移动开发二队技术周报 | https://github.com/PaicHyperionDev/MobileDevWeekly |
| 开发中心 | 地址 |
|---|---|
| mozilla js参考 | https://developer.mozilla.org/zh-CN/docs/Web/JavaScript |
| chrome开发中心(chrome的内核已转向blink) | https://developer.chrome.com/extensions/api_index.html |
| safari开发中心 | https://developer.apple.com/library/safari/navigation |
| microsoft js参考 | https://msdn.microsoft.com/zh-cn/library/d1et7k7c(v=vs.94.aspx |
| js秘密花园 | http://sanshi.me/articles/JavaScript-Garden-CN/html/index.html |
| js秘密花园 | http://bonsaiden.github.io/JavaScript-Garden/zh |
| w3help | http://www.w3help.org 综合Bug集合网站 |
| 综合搜索 | 地址 |
|---|---|
| javascripting | http://www.javascripting.com |
| 各种流行库搜索 | http://microjs.com |
| 综合API | 地址 |
|---|---|
| runoob.com-包含各种API集合 | http://www.runoob.com |
| 开源中国在线API文档合集 | http://tool.oschina.net/apidocs |
| devdocs | http://devdocs.io 英文综合API网站 |
| jQuery | 地址 |
|---|---|
| jQuery API 中文文档 | http://www.jquery123.com |
| hemin 在线版 | http://hemin.cn/jq |
| css88 jq api | http://www.css88.com/jqapi-1.9/on |
| css88 jqui api | http://www.css88.com/jquery-ui-api |
| 学习jquery | http://learn.jquery.com |
| jquery 源码查找 | http://james.padolsey.com/jquery |
| Ecmascript | 地址 |
|---|---|
| Understanding ECMAScript 6 – Nicholas C. Zakas | https://leanpub.com/understandinges6/read |
| exploring-es6 | https://leanpub.com/exploring-es6/read |
| exploring-es6翻译 | https://github.com/es6-org/exploring-es6 |
| exploring-es6翻译后预览 | http://es6-org.github.io/exploring-es6 |
| 阮一峰 es6 | http://es6.ruanyifeng.com |
| 阮一峰 Javascript | http://javascript.ruanyifeng.com |
| ECMA-262,第 5 版 | http://yanhaijing.com/es5 |
| es5 | http://es5.github.io |
| Js template | 地址 |
|---|---|
| template-chooser | http://garann.github.io/template-chooser |
| artTemplate | https://github.com/aui/artTemplate |
| tomdjs | https://github.com/aui/tmodjs/blob/master/README.md |
| 淘宝模板juicer模板 | http://juicer.name/docs/docs_zh_cn.html |
| Fxtpl v1.0 繁星前端模板引擎 | http://koen301.github.io/fxtpl |
| laytpl | http://laytpl.layui.com |
| mozilla – nunjucks | https://github.com/mozilla/nunjucks |
| Juicer | https://github.com/PaulGuo/Juicer |
| dustjs | http://akdubya.github.io/dustjs |
| etpl | http://ecomfe.github.io/etpl |
| 弹出层 | 地址 |
|---|---|
| artDialog 最新版 | https://github.com/aui/artDialog |
| artDialog 文档 | http://aui.github.io/artDialog/doc/index.html |
| google code 下载地址 | https://code.google.com/p/artdialog/downloads/list |
| 贤心弹出层 | http://layer.layui.com |
| 响应式用户交互组件库 | https://github.com/bh-lay/UI |
| sweetalert-有css3动画弹出层 | http://t4t5.github.io/sweetalert |
| CSS | 地址 |
|---|---|
| CSS 语法参考 | http://tympanus.net/codrops/css_reference |
| CSS3动画手册 | http://isux.tencent.com/css3/index.html |
| 腾讯css3动画制作工具 | http://isux.tencent.com/css3/tools.html |
| 志爷css小工具集合 | http://linxz.github.io/tianyizone |
| css3 js 移动大杂烩 | http://www.note12.com/category/blog/2014-6-5/538fe0a9f786f1b7019a4dfb |
| bouncejs 触摸库 | http://bouncejs.com |
| css3 按钮动画 | http://fian.my.id/Waves |
| animate.css | http://daneden.github.io/animate.css |
| 全局CSS的终结(狗带 [译] | http://www.alloyteam.com/2015/10/8536 |
| Angularjs | 地址 |
|---|---|
| Angular.js 的一些学习资源 | https://github.com/dolymood/AngularLearning |
| angularjs中文社区 | http://angularjs.cn |
| Angularjs源码学习 | http://www.cnblogs.com/xuwenmin888/p/3739096.html |
| Angularjs源码学习 | http://www.ifeenan.com/?c=AngularJS |
| angular对bootstrap的封装 | http://angular-ui.github.io/bootstrap |
| angularjs + nodejs | https://cnodejs.org/topic/51404e0f069911196d2e3923 |
| 吕大豹 Angularjs | http://www.cnblogs.com/lvdabao/tag/AngularJs |
| AngularJS 最佳实践 | http://www.infoq.com/cn/news/2013/02/angular-web-app |
| Angular的一些扩展指令 | http://www.lovelucy.info/angularjs-best-practices.html |
| Angular数据绑定原理 | https://github.com/Pasvaz/bindonce |
| 一些扩展Angular UI组件 | https://github.com/angular-ui |
| Ember和AngularJS的性能测试 | http://voidcanvas.com/emberjs-vs-angularjs-performance-testing |
| 带你走近AngularJS – 基本功能介绍 | http://www.cnblogs.com/powertoolsteam/p/angularjs-introdection.html |
| Angularjs开发指南 | http://angular.duapp.com/docs/guide |
| Angularjs学习 | http://www.cnblogs.com/amosli/p/3710648.html |
| 不要带着jQuery的思维去学习AngularJS | http://www.rainweb.cn/article/angularjs-jquery.html |
| angularjs 学习笔记 | http://wangjiatao.diandian.com/?tag=angularjs |
| angularjs 开发指南 | http://www.angularjs.cn/T008 |
| angularjs 英文资料 | https://github.com/jmcunningham/AngularJS-Learning |
| angular bootstrap | http://angular-ui.github.io/bootstrap |
| angular jq mobile | https://github.com/opitzconsulting/jquery-mobile-angular-adapter |
| angular ui | http://mgcrea.github.io/angular-strap |
| 整合jQuery Mobile+AngularJS经验谈 | http://www.tuicool.com/articles/7ZZVr2 |
| 有jQuery背景,该如何用AngularJS编程思想 | http://blog.jobbole.com/46589/ |
| AngularJS在线教程 | http://each.sinaapp.com/angular |
| angular学习笔记 | http://www.zouyesheng.com/angular.html |
| React | 地址 |
|---|---|
| react.js 中文论坛 | http://www.react-china.org |
| react.js 官方网址 | https://facebook.github.io/react/index.html |
| react.js 官方文档 | https://facebook.github.io/react/docs/getting-started.html |
| react.js material UI | http://material-ui.com/# |
| react.js TouchstoneJS UI | http://touchstonejs.io |
| react.js amazeui UI | http://amazeui.org/react |
| React 入门实例教程 – 阮一峰 | http://www.ruanyifeng.com/blog/2015/03/react.html |
| React Native 中文版 | http://wiki.jikexueyuan.com/project/react-native |
| Webpack 和 React 小书 – 前端乱炖 | http://www.html-js.com/article/Fakefish%203053 |
| Webpack 和 React 小书 – gitbook | https://fakefish.github.io/react-webpack-cookbook |
| webpack | https://github.com/webpack/webpack |
| Webpack,101入门体验 | http://html-js.com/article/3009 |
| webpack入门教程 | http://html-js.com/article/3113 |
| 基于webpack搭建前端工程解决方案探索 | http://segmentfault.com/a/1190000003499526 |
| React原创实战视频教程 | http://www.piliyu.com |
| 移动端API | 地址 |
|---|---|
| 99移动端知识集合 | https://github.com/jtyjty99999/mobileTech |
| 移动端前端开发知识库 | https://github.com/AlloyTeam/Mars |
| 移动前端的一些坑和解决方法(外观表现) | http://caibaojian.com/mobile-web-bug.html |
| 【原】移动web资源整理 | http://www.cnblogs.com/PeunZhang/p/3407453.html |
| zepto 1.0 中文手册 | http://mweb.baidu.com/zeptoapi |
| zepto 1.0 中文手册 | http://www.html-5.cn/Manual/Zepto |
| zepto 1.1.2 | http://www.css88.com/doc/zeptojs_api |
| zepto 中文注释 | http://www.cnblogs.com/sky000/archive/2013/03/29/2988952.html |
| jqmobile 手册 | http://app-framework-software.intel.com/api.php |
| 移动浏览器开发集合 | https://github.com/maxzhang/maxzhang.github.com/issues |
| 移动开发大杂烩 | https://github.com/hoosin/mobile-web-favorites |
| 微信webview中的一些问题 | http://lin-chao.github.io/2014/11/14/%E5%BE%AE%E4%BF%A1webview%E4%B8%AD%E7%9A%84%E4%B8%80%E4%BA%9B%E9%97%AE%E9%A2%98 |
| 框架 | 地址 |
|---|---|
| 特色的HTML框架可以创建精美的iOS应用 | http://framework7.taobao.org |
| 淘宝SUI | http://m.sui.taobao.org |