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

相關文章
相關標籤/搜索