└── README.md /README.md: -------------------------------------------------------------------------------- 1 | #### JavaScript 2 | --- 3 | 4 | - [JavaScript Promise迷你书(中文版)](http://liubin.org/promises-book/) 5 | - [阮一峰-JavaScript 标准参考教程(alpha)](http://javascript.ruanyifeng.com/) 6 | - [JavaScript--MDN](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript) 7 | - [廖雪峰-JavaScript教程](http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000/) 8 | - [JavaScript 闯关记](https://github.com/stone0090/javascript-lessons) 9 | - [Effective JavaScript](https://github.com/dreamapplehappy/effective-javascript) 10 | - [深入理解JavaScript系列 - 汤姆大叔](http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html) 11 | - [JavaScript 秘密花园](http://bonsaiden.github.io/JavaScript-Garden/zh/) 12 | - [JavaScript 教程 | 菜鸟教程](http://www.runoob.com/js/js-tutorial.html) 13 | - [You-Dont-Need-jQuery](https://github.com/oneuijs/You-Dont-Need-jQuery/blob/master/README.zh-CN.md) 14 | - [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) 15 | 16 | 17 | #### ES2015(ES6) 18 | --- 19 | 20 | - [ECMAScript 6入门](http://es6.ruanyifeng.com/) 21 | - [EcmaScript6 全规范(含node) -ouvens](https://github.com/ouvens/es6-code-style-guide) 22 | - [30分钟掌握ES6/ES2015核心内容(上)](https://segmentfault.com/a/1190000004365693) 23 | - [30分钟掌握ES6/ES2015核心内容(下)](https://segmentfault.com/a/1190000004368132) 24 | - [ES6/7 Cheat Sheet](https://github.com/ccforward/cc/issues/49) 25 | 26 | #### TypeScript 27 | 28 | - [TypeScript语法](https://zhongsp.gitbooks.io/typescript-handbook/content/) 29 | 30 | #### NodeJS 31 | --- 32 | 33 | - [NodeSchool--学习Node的好地方](https://nodeschool.io/zh-cn/) 34 | - [node.js中文资料导航](https://github.com/poetries/mywiki/issues/4) 35 | - [七天学会NodeJS -Nanqiao Deng](https://nqdeng.github.io/7-days-nodejs) 36 | - [Node入门到精通 i5ting](https://i5ting.github.io/wechat-dev-with-nodejs/) 37 | - [高可用架构专用《全栈工程师之路-Node.js》 i5ting](https://github.com/i5ting/nodejs-fullstack) 38 | - [前后端分离的思考与实践(一)](http://blog.jobbole.com/65513/) 39 | 40 | #### 框架-部署工具-脚手架 41 | --- 42 | 43 | ##### Babel 44 | 45 | 46 | - [Babel 入门教程](http://www.ruanyifeng.com/blog/2016/01/babel.html) 47 | 48 | ##### Bower 49 | 50 | 51 | - [Day 1: Bower —— 管理你的客户端依赖关系](https://segmentfault.com/a/1190000000349555#articleHeader6) 52 | 53 | ##### Gulp 54 | 55 | 56 | - [Gulp不完全入门教程](https://github.com/dwqs/blog/issues/23) 57 | - [Gulp 学习总结](http://www.cnblogs.com/morong/p/4469637.html) 58 | - [使用Gulp来构建你的workflow](https://github.com/poetries/mywiki/wiki/%E4%BD%BF%E7%94%A8Gulp%E6%9D%A5%E6%9E%84%E5%BB%BA%E4%BD%A0%E7%9A%84workflow) 59 | 60 | ##### webpack 61 | --- 62 | 63 | - [Webpack 中文指南](https://www.gitbook.com/book/zhaoda/webpack/details) 64 | - [webpack 使用教程](https://github.com/poetries/mywiki/wiki/webpack-%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B) 65 | - [Webpack傻瓜式指南(一)](https://zhuanlan.zhihu.com/p/20367175?columnSlug=FrontendMagazine) 66 | - [Webpack傻瓜指南(二)开发和部署技巧 -前端外刊评论 知乎专栏](https://zhuanlan.zhihu.com/p/20397902?columnSlug=FrontendMagazine) 67 | - [Webpack傻瓜指南(三)和React配合开发](https://zhuanlan.zhihu.com/p/20522487?columnSlug=FrontendMagazine) 68 | - [Webpack傻瓜式指南](https://vikingmute.gitbooks.io/webpack-for-fools/content/) 69 | - [Webpack,101入门体验](http://www.html-js.com/article/3009) 70 | - [Webpack 入门指迷](https://segmentfault.com/a/1190000002551952) 71 | 72 | ##### Vue 73 | --- 74 | 75 | - [vue中文文档](https://vuefe.cn/v2/guide/) 76 | - [vuejs-learn](https://github.com/bhnddowinf/vuejs-learn) 77 | - [awesome-vue](https://github.com/vuejs/awesome-vue) 78 | - [Vue.js 和 Webpack(一) -Randy Lu](http://djyde.github.io/2015/08/29/vuejs-and-webpack-1/) 79 | - [Vue.js 和 Webpack(二) -Randy Lu](http://djyde.github.io/2015/08/30/vuejs-and-webpack-2/) 80 | - [Vue.js 和 Webpack(三) -Randy Lu](http://djyde.github.io/2015/08/31/vuejs-and-webpack-3/) 81 | - [这是一个vue仓库](https://github.com/wakeupmypig/vue) 82 | 83 | 84 | ##### React 85 | --- 86 | 87 | - [React学习资源汇总](https://github.com/tsrot/study-notes/blob/master/React%E5%AD%A6%E4%B9%A0%E8%B5%84%E6%BA%90%E6%B1%87%E6%80%BB.md) 88 | - [React Native指南汇集了各类react-native学习资源、开源App和组件](https://github.com/reactnativecn/react-native-guide) 89 | - [react-demo](https://github.com/kenberkeley/react-demo) 90 | - [React 技术栈系列教程](http://www.ruanyifeng.com/blog/2016/09/react-technology-stack.html) 91 | - [深入理解 React -Thinking in React 中文版](http://reactjs.cn/react/docs/thinking-in-react.html) 92 | - [Thinking in React](http://facebook.github.io/react/docs/thinking-in-react.html) 93 | - [React 入门实例教程](http://www.ruanyifeng.com/blog/2015/03/react.html) 94 | - [一看就懂的ReactJs入门教程-精华版](http://www.cnblogs.com/yunfeifei/p/4486125.html) 95 | - [ 十分详细的React入门实例](http://blog.csdn.net/a153375250/article/details/52667739) 96 | - [Redux 入门教程(一):基本用法](http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_one_basic_usages.html) 97 | - [react-component](https://github.com/react-component) 98 | 99 | ##### AngularJS 100 | --- 101 | 102 | - [AngularJS api 官网](https://docs.angularjs.org/api) 103 | - [AngularJS入门教程——AngularJS中文社区提供](https://github.com/zensh/AngularjsTutorial_cn) 104 | - [AngularJS 教程 | 菜鸟教程](http://www.runoob.com/angularjs/angularjs-tutorial.html) 105 | 106 | 107 | ##### WEEX 108 | --- 109 | 110 | - [Weex中文文档 官方](https://github.com/weexteam/article/wiki/Weex%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3) 111 | - [Weex详解:灵活的移动端高性能动态化方案](http://www.infoq.com/cn/articles/introducing-weex/) 112 | 113 | #### 模块化 114 | --- 115 | 116 | - [后端程序员的 JavaScript 之旅 - 模块化(一)](http://lishaopeng.com/2016/02/05/js-module/) 117 | - [后端程序员的 JavaScript 之旅 - 模块化(二)](http://lishaopeng.com/2016/02/11/js-module2/) 118 | - [后端程序员的 JavaScript 之旅 - 模块化(三)](http://lishaopeng.com/2016/02/19/js-module3/) 119 | - [CommonJS 规范 -来自 阮一峰 JavaScript 标准参考教程(alpha)](http://javascript.ruanyifeng.com/nodejs/module.html) 120 | 121 | 122 | #### 视频 123 | --- 124 | 125 | - [Javascript第一季初级视频教程-李炎恢](http://edu.51cto.com/course/course_id-166-page-1.html) 126 | - [JavaScript视频教程 | 智能社](http://www.zhinengshe.com/video.html) 127 | - [JavaScript 在线交互式课程](https://www.codecademy.com/learn/javascript) 128 | - [Learn JavaScript | Code School](https://www.codeschool.com/learn/javascript) 129 | - [Vuejs 1.0 中文系列视频教程 -Laravist](https://laravist.com/series/vue-js-1-0-in-action-series) 130 | 131 | #### 综合 132 | --- 133 | 134 | - [阮一峰-全栈工程师培训材料](https://github.com/ruanyf/jstraining) 135 | - [Growth - 陪你成为顶尖开发者](https://github.com/phodal/growth) 136 | - [freecodecamp](https://freecodecamp.cn) 137 | - [awesome-javascript-cn](https://github.com/jobbole/awesome-javascript-cn) 138 | 139 | 140 | 完善中.... 141 | --------------------------------------------------------------------------------