2017 前端学习资源(整理中)

曾经以为本身Javascript水平还能够的,不过如今发现有不少新名词都没见过了。。。加上老婆要学写代码(偶滴神)。整理一些前端学习资源。javascript

ES6

  1. http://www.jianshu.com/p/ebfeb687eb70 30分钟掌握ES6/ES2015核心内容
  2. http://www.javashuo.com/article/p-qzjsqxmn-mw.html promise 更加详尽的介绍
  3. http://www.cnblogs.com/Wayou/p/es6_new_features.html 更加详尽的ES6介绍
  4. http://kangax.github.io/compat-table/es6/ 各类执行终端的兼容状况,IE仍是惨不忍睹
  5. http://bluebirdjs.com/docs/getting-started.html IE 兼容Promise的解决方案

CSS LESS SASS SCSS

  1. http://lesscss.cn/ LESS 入门教程
  2. http://www.sasschina.com/guide/ sass中国 语法教程(非入门)
  3. http://www.cnblogs.com/didda/p/6573910.html Less语法特性预览

webpack

  1. http://webpackdoc.com/

React

  1. http://www.ruanyifeng.com/blog/2015/03/react.html 入门教程
  2. http://download.csdn.net/download/tywinstark/9084503 [css in javascript 英文资料]

vue

  1. https://github.com/opendigg/awesome-github-vue Vue相关开源项目库汇总
  2. https://cn.vuejs.org/v2/guide/installation.html 官方教程

nodejs

  1. http://riny.net/2014/cnpm/ 国内镜像

Babel

https://babeljs.io/ 官网css

Proxies 是Babel惟一没法转换的ES6的特性html

Unsupported feature
Due to the limitations of ES5, Proxies cannot be transpiled or polyfilled. See support in various JavaScript engines.前端

Promise 因为IE兼容问题,须要bluebirdjs来辅助vue

调试工具

pc时代,调试比较简单,移动时代,调试须要点技巧,下面介绍的工具特别适合移动端h5或者App(Android IOS)内嵌HTML5页面的调试。
http://www.fiddler2.com/ 代理调试工具
https://www.charlesproxy.com/ Mac Book 下的一款代理调试工具java

相关文章
相关标签/搜索