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