VUE和ES6资源收集

最近在学习vue.js,整合了一些优秀的开源项目可供学习

MDN

https://developer.mozilla.org/zh-CN/docs/Web/JavaScript

https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise 

阮一峰ES6教程

http://es6.ruanyifeng.com/

 

一篇非常容易看懂的Promises文章

作者:Rachel
链接:https://zhuanlan.zhihu.com/p/24684803
来源:知乎
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

 

ES6 babeljs

https://babeljs.io/learn-es2015/

 

axios

https://www.awesomes.cn/repo/mzabriskie/axios

 

VUEX中文文档

https://vuex.vuejs.org/zh-cn/intro.html

 

es6 import & export

http://lib.csdn.net/article/reactnative/45479

 

从零开始,教你用Webpack构建React基础工程

http://www.jianshu.com/p/4df92c335617

 

使用vue开发微信公众号下SPA站点的填坑之旅

http://greedying.com/posts/problems-in-develop-spa-website-of-wechat-with-vue/

 

一个优秀的俄罗斯方块例子

https://chvin.github.io/react-tetris/

 

野狗:到底VUEX是什么

https://mp.weixin.qq.com/s?__biz=MzI0ODA2ODU2NQ==&mid=2651130994&idx=1&sn=b00442e934b74743aae9ad5816cf5657&chksm=f257ccc8c52045de813df87a51b19039cf98f20eac225f11233f8d603f74b43cb9384a8ad46d&mpshare=1&scene=1&srcid=02075MrhaKoegojqGCfa2Ab9&key=dde62796d24517c84ec3cc9ffcd9245fb39b58957202cc6ec4b3b69ede0a186c0890189f72bc10a46c9846f1178c71b2ff593ef17b902452b9640fd350cd43756630a7cc5fdc4d65e090e7b2539052bd&ascene=1&uin=NjkyMTgwMTYx&devicetype=Windows+7&version=6203005d&pass_ticket=fjYWLLJSL%2BM%2BbvweAbS50xoyxVmyLi008mQzem9wh%2Be9lFWII6EAJwm66sEbSZYD&winzoom=1##

 

中级群VUE资源

https://github.com/jsfront/src/blob/master/vuejs.md

 

中级群翻译的loadsh中文文档

http://lodash.think2011.net/

 

MDN关于pushState的内容

https://developer.mozilla.org/zh-CN/docs/Web/API/History/pushState

 

react社区

http://react-china.org/

https://facebook.github.io/react/docs/hello-world.html

 

中级群面试题大全

http://www.kancloud.cn/jikeytang/qq/81143

 

阿里小胡子哥个人站

http://barretlee.com/

 

standard JS

https://github.com/feross/standard

 

webpack

https://vuejs-templates.github.io/webpack/

https://webpack.github.io/docs/code-splitting.html#commons-chunk

 

gulp

http://www.tuicool.com/articles/n2Uj2y

 

正则图形分析工具

https://regexper.com/#

 

What Is the Vendor Directory?

https://tommcfarlin.com/the-vendor-directory/

 

webpack打包生成多个vendor的配置方法

http://blog.163.com/sdhhqb@126/blog/static/637055372016628828964/

 

VUE例子

https://github.com/bailicangdu/vue2-happyfri

点击查看更多精彩内容Jimmy的技术乐园

    原文作者:Jimmy
    原文地址: https://segmentfault.com/a/1190000010173636
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞