下面整理了一些关于Vue以及Vue衍生的学习资源:
- 官网教程: https://cn.vuejs.org/v2/guide/installation.html
- 官网API:https://cn.vuejs.org/v2/api/#silent
ECMAScript 6 入门:http://es6.ruanyifeng.com/
-
30分钟掌握ES6/ES2015核心内容(上):https://segmentfault.com/a/1190000004365693
-
30分钟掌握ES6/ES2015核心内容(下):https://segmentfault.com/a/1190000004368132
- vuefe:https://vuefe.cn/v2/guide/
- Vue中文社区:http://www.vue-js.com/getstart
- vue-router 2:http://router.vuejs.org/zh-cn/
- Vuex:https://vuex.vuejs.org/zh-cn/intro.html
- 到底Vuex是什么:https://segmentfault.com/a/1190000007516967
- Vuex原来可以这样上手:http://blog.csdn.net/sinat_17775997/article/details/56684098
- vuex-router-sync:https://github.com/vuejs/vuex-router-sync#vuex-router-sync
- Vue-loader:https://vue-loader.vuejs.org/en/
- Vue + Webpack + Vue-loader 系列教程:http://www.cnblogs.com/lvyongbo/p/5953464.html
- Vue-i18n:https://kazupon.github.io/vue-i18n/old/
- 前端国际化之Vue-i18n源码分析:https://segmentfault.com/a/1190000008752459
- Vux(Vux = Vue + WeUI + A Bunch of Components):https://vuxjs.gitbooks.io/vux/content/install/vue.html
Webpack——令人困惑的地方:https://segmentfault.com/a/1190000005089993
vue-router 基本使用:http://www.cnblogs.com/SamWeb/p/6610733.html
- vuex2.0的基本使用:http://www.cnblogs.com/SamWeb/p/6527240.html
- element:http://element.eleme.io/#/zh-CN/component/installation
-
Vue.js——vue-resource全攻略:http://www.cnblogs.com/axl234/p/5899137.html
Vue.js Fundamentals:https://www.youtube.com/playlist?list=PLwAKR305CRO_1yAao-8aZiQnBqJeyng4O
Getting up and Running with the Vue.js 2.0 Framework:https://www.sitepoint.com/up-and-running-vue-js-2-0/
-
Learn Vue 2: Step By Step:https://laracasts.com/series/learn-vue-2-step-by-step
-
Vue 爬坑之路(六)—— 使用 Vuex + axios 发送请求:http://www.cnblogs.com/wisewrong/p/6402183.html
-
vue入门 | 使用vue.js2.0 + ElementUI开发后台管理系统详细教程(一):http://www.jianshu.com/p/d87d7140944e
Vue 初接触实战之账单组件:https://segmentfault.com/a/1190000006431418
-
基于vue2+vuex2+vue-router+axios+elementUI做的自动化后台模板:http://www.cnblogs.com/sailengsi/p/6400340.html
-
使用Vue快速开发单页应用:http://www.cnblogs.com/wyaocn/p/5806700.html
-
vuejs-templates:http://vuejs-templates.github.io/webpack/
-
一个Node.js+mongoDB+Vue.js的博客内容管理系统:https://segmentfault.com/a/1190000006939687
-