Skip to content

Commit c4e7287

Browse files
committed
readme 版面美化
1 parent 5c8177d commit c4e7287

File tree

1 file changed

+35
-39
lines changed

1 file changed

+35
-39
lines changed

readme.md

Lines changed: 35 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -62,90 +62,86 @@ vue.js 2 官网讲解(以下是自我要求,小凡,不要你花时间在 看
6262
小弟想把 vue.js 教学的视频,做的更好
6363
但现实上,这需要很多的时间以及家人的支持
6464

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)
6666

6767
![](https://github.com/bhnddowinf/vuejs-learn/blob/master/03/wechat_qrcode.png)
6868

6969

7070

7171
# 系列教程
7272

73-
## 1. vue-cli
73+
### 1. vue-cli
7474

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)
7676

77-
## 2. vue official website
77+
### 2. vue official website
7878

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)
8080

8181
vue.js2 demo - Tree View
8282

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)
8484

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)
8686

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)
8888

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)
9090

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/)
9292

9393

9494

95-
## 3. Vuex
95+
### 3. Vuex
9696

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)
9898

9999

100-
## 4. Vue-Router
100+
### 4. Vue-Router
101101

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)
103103

104-
## 5.vue-rx
104+
### 5.vue-rx
105105

106106
- [rx.js 官网](https://github.com/Reactive-Extensions/RxJS)
107107

108-
- [rx.js 官网示例](https://github.com/Reactive-Extensions/RxJS/tree/master/examples)
108+
- [rx.js 官网 / 示例](https://github.com/Reactive-Extensions/RxJS/tree/master/examples)
109109

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)
111111

112-
- [尤雨溪大神写的 vue-rx] (https://github.com/vuejs/vue-rx)
112+
- [Github / vue-rx](https://github.com/vuejs/vue-rx)
113113

114-
# 6. vuejs 2 相关链结
114+
### 6. vue.js 2 相关链结
115115

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)
117117

118-
- [vue.js 2 官网](http://vuejs.org) 正式 vue.js2 尤雨溪大神 官方网站
118+
- [vue.js2 官方网站](http://vuejs.org)
119119

120-
- [http://vue.sike.io vue.js 2 双语网站](http://vue.sike.io) vue2 全家桶双语网站
120+
- [vue.js2 网站 / vue.sike.io](http://vue.sike.io)
121121

122-
- [http://vuefe.cn vue.js 2 中文网站](http://vuefe.cn) vue2 全家桶中文网站
122+
- [vue.js2 网站 / vuefe.cn](http://vuefe.cn)
123123

124-
- [http://vuefe.cn/about/ 贡献翻译群](http://vuefe.cn/about/) vue2 全家桶中文网站翻译群,衷心感谢,贡献心力制作
124+
- [vue.js2 网站 / vuefe.cn / 贡献翻译群](http://vuefe.cn/about/)
125125

126-
- [从 Vue1.x 迁移](http://vuefe.cn/guide/migration.html) 怎么从 vue1 升级至 vue2,升级指南
126+
- [文章 / 从 Vue1.x 迁移至 vue2](http://vuefe.cn/guide/migration.html)
127127

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)
129129

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)
131131

132-
- [最完整 vue 資源合集](https://github.com/vuejs/awesome-vue) awesome-vue
132+
- [Github / awesome-vue 最完整 vue 資源合集](https://github.com/vuejs/awesome-vue)
133133

134-
- [vuex 原文文档](http://vuex.vuejs.org/en/index.html) 尤雨溪大神
134+
- [Github / vuex](http://vuex.vuejs.org/en/index.html)
135135

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)
137137

138-
# 7. 國外 ajax 主流插件 (vue-resource 作者不更新了)
138+
### 7. 國外 ajax 主流插件 (vue-resource 作者不更新了)
139139

140-
- https://github.com/mzabriskie/axios
140+
- [Github / axios 尤大推荐](https://github.com/mzabriskie/axios)
141141

142-
> 尤大推荐 axios
142+
- [Github / fetch ](https://github.com/github/fetch)
143143

144-
> npm install axios
144+
- [Github / xhr](https://github.com/naugtur/xhr)
145145

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)
151147

0 commit comments

Comments
 (0)