@@ -62,90 +62,86 @@ vue.js 2 官网讲解(以下是自我要求,小凡,不要你花时间在 看
62
62
小弟想把 vue.js 教学的视频,做的更好
63
63
但现实上,这需要很多的时间以及家人的支持
64
64
65
- [ 请大力的鼓励作者 ] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=77E3EEHBD3N5C )
65
+ [ 赞助一点给作者 ] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=77E3EEHBD3N5C )
66
66
67
67
![ ] ( https://github.com/bhnddowinf/vuejs-learn/blob/master/03/wechat_qrcode.png )
68
68
69
69
70
70
71
71
# 系列教程
72
72
73
- ## 1. vue-cli
73
+ ### 1. vue-cli
74
74
75
- [ vue-cli 教程文檔 ] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vue-cli/vue-cli.md )
75
+ [ 台湾小凡教程文档 / vue-cli] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vue-cli/vue-cli.md )
76
76
77
- ## 2. vue official website
77
+ ### 2. vue official website
78
78
79
- [ form 教程文檔 ] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vue-official-website/vuejs2-form.md )
79
+ [ 台湾小凡教程文档 / 讲解 form 篇 ] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vue-official-website/vuejs2-form.md )
80
80
81
81
vue.js2 demo - Tree View
82
82
83
- - [ Tree View Demo ] ( https://bhnddowinf.github.io/bhnddowinf/vuejs2demo/treeview.html )
83
+ - [ 示例 / Tree View for vue.js2 ] ( https://bhnddowinf.github.io/bhnddowinf/vuejs2demo/treeview.html )
84
84
85
- - [ app.js] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/app.js )
85
+ - [ 源代码 / app.js] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/app.js )
86
86
87
- - [ app.vue] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/app.vue )
87
+ - [ 源代码 / app.vue] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/app.vue )
88
88
89
- - [ index.html] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/index.html )
89
+ - [ 源代码 / index.html] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/index.html )
90
90
91
- - [ item-template.vue] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/ )
91
+ - [ 源代码 / item-template.vue] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/my-project/src/vuejs2-demo/treeview/ )
92
92
93
93
94
94
95
- ## 3. Vuex
95
+ ### 3. Vuex
96
96
97
- [ vuex 台湾小凡教程文档 ] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vuex/vuex-learn.md )
97
+ [ 台湾小凡教程文档 / vuex ] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vuex/vuex-learn.md )
98
98
99
99
100
- ## 4. Vue-Router
100
+ ### 4. Vue-Router
101
101
102
- [ vue-router 台湾小凡教程文档 ] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vue-router/vue-router-learn.md )
102
+ [ 台湾小凡教程文档 / vue-router ] ( https://github.com/bhnddowinf/vuejs2-learn/blob/master/learn-vue-router/vue-router-learn.md )
103
103
104
- ## 5.vue-rx
104
+ ### 5.vue-rx
105
105
106
106
- [ rx.js 官网] ( https://github.com/Reactive-Extensions/RxJS )
107
107
108
- - [ rx.js 官网示例 ] ( https://github.com/Reactive-Extensions/RxJS/tree/master/examples )
108
+ - [ rx.js 官网 / 示例 ] ( https://github.com/Reactive-Extensions/RxJS/tree/master/examples )
109
109
110
- - [ rx.js 设计指南] (https://github.com/Reactive-Extensions/RxJS/tree/master/doc/designguidelines )
110
+ - [ 文章 / rx.js 设计指南] ( https://github.com/Reactive-Extensions/RxJS/tree/master/doc/designguidelines )
111
111
112
- - [ 尤雨溪大神写的 vue-rx] (https://github.com/vuejs/vue-rx )
112
+ - [ Github / vue-rx] ( https://github.com/vuejs/vue-rx )
113
113
114
- # 6. vuejs 2 相关链结
114
+ ### 6. vue.js 2 相关链结
115
115
116
- - [ 台湾小凡 vuejs2demo ] ( https://bhnddowinf.github.io/bhnddowinf/vuejs2demo/index.html ) 台湾小凡 vue.js2 的 demo
116
+ - [ 台湾小凡 vue.js2 / demo ] ( https://bhnddowinf.github.io/bhnddowinf/vuejs2demo/index.html )
117
117
118
- - [ vue.js 2 官网 ] ( http://vuejs.org ) 正式 vue.js2 尤雨溪大神 官方网站
118
+ - [ vue.js2 官方网站 ] ( http://vuejs.org )
119
119
120
- - [ http:// vue.sike.io vue.js 2 双语网站 ] ( http://vue.sike.io ) vue2 全家桶双语网站
120
+ - [ vue.js2 网站 / vue.sike.io] ( http://vue.sike.io )
121
121
122
- - [ http://vuefe.cn vue.js 2 中文网站 ] ( http://vuefe.cn ) vue2 全家桶中文网站
122
+ - [ vue.js2 网站 / vuefe.cn ] ( http://vuefe.cn )
123
123
124
- - [ http:// vuefe.cn/about/ 贡献翻译群] ( http://vuefe.cn/about/ ) vue2 全家桶中文网站翻译群,衷心感谢,贡献心力制作
124
+ - [ vue.js2 网站 / vuefe.cn / 贡献翻译群] ( http://vuefe.cn/about/ )
125
125
126
- - [ 从 Vue1.x 迁移 ] ( http://vuefe.cn/guide/migration.html ) 怎么从 vue1 升级至 vue2,升级指南
126
+ - [ 文章 / 从 Vue1.x 迁移至 vue2 ] ( http://vuefe.cn/guide/migration.html )
127
127
128
- - [ 从Vue Router 0.7.x迁移 ] ( http://vuefe.cn/guide/migration-vue-router.html ) vue-router 升级指南
128
+ - [ 文章 / 从Vue Router 0.7.x迁移至 vue2 ] ( http://vuefe.cn/guide/migration-vue-router.html )
129
129
130
- - [ vuejs/ vue-cli: Simple CLI for scaffolding Vue.js projects] ( https://github.com/vuejs/vue-cli ) vue-cli
130
+ - [ Github / vue-cli / Simple CLI for scaffolding Vue.js projects] ( https://github.com/vuejs/vue-cli )
131
131
132
- - [ 最完整 vue 資源合集] ( https://github.com/vuejs/awesome-vue ) awesome-vue
132
+ - [ Github / awesome-vue 最完整 vue 資源合集] ( https://github.com/vuejs/awesome-vue )
133
133
134
- - [ vuex 原文文档 ] ( http://vuex.vuejs.org/en/index.html ) 尤雨溪大神
134
+ - [ Github / vuex ] ( http://vuex.vuejs.org/en/index.html )
135
135
136
- - [ mint-UI for vuejs2] ( http://mint-ui.github.io/docs/#!/zh-cn2 ) 移动端 UI 库
136
+ - [ Github / mint-UI for vuejs2] ( http://mint-ui.github.io/docs/#!/zh-cn2 )
137
137
138
- # 7. 國外 ajax 主流插件 (vue-resource 作者不更新了)
138
+ ### 7. 國外 ajax 主流插件 (vue-resource 作者不更新了)
139
139
140
- - https://github.com/mzabriskie/axios
140
+ - [ Github / axios 尤大推荐 ] ( https://github.com/mzabriskie/axios )
141
141
142
- > 尤大推荐 axios
142
+ - [ Github / fetch ] ( https://github.com/github/fetch )
143
143
144
- > npm install axios
144
+ - [ Github / xhr ] ( https://github.com/naugtur/xhr )
145
145
146
- - https://github.com/github/fetch
147
-
148
- - https://github.com/naugtur/xhr
149
-
150
- - https://github.com/ded/reqwest
146
+ - [ Github / reqwest] ( https://github.com/ded/reqwest )
151
147
0 commit comments