File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 77
77
- [ 第5步:修改数据新建功能] ( https://keepfool.github.io/vue-tutorials/02.Components/Part-2/demo/step05.html )
78
78
- [ 第6步:完整示例] ( https://keepfool.github.io/vue-tutorials/02.Components/Part-2/demo/step06.html )
79
79
80
- ##Ajax
80
+ ##3 . Ajax
81
81
82
82
以下示例,在博客中有具体讲解,博客链接:[ Vue.js——基于$.ajax实现数据的跨域增删查改] ( http://www.cnblogs.com/keepfool/p/5648674.html )
83
83
###基于jquery或zepto的$.ajax示例
109
109
- [ inteceptor示例1——ajax请求的loading界面] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/inteceptor-demo1.html )
110
110
- [ inteceptor实例2——请求失败时的提示对话框] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/inteceptor-demo2.html )
111
111
112
+ ##4 . OAuth
112
113
114
+ 以下示例,在博客中有具体讲解,博客链接:[ Vue.js——使用$.ajax和vue-resource实现OAuth的注册、登录、注销和API调用] ( http://www.cnblogs.com/keepfool/p/5665953.html )
115
+
116
+ ###$.ajax示例
117
+
118
+ - [ 注册示例] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/jquery-zepto/step-01.html )
119
+ - [ 登录和注销示例] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/jquery-zepto/step-02.html )
120
+ - [ 登录获取Token并调用API示例] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/jquery-zepto/step-03.html )
121
+ - [ 注册、登录、注销、调用API综合示例] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/jquery-zepto/step-04.html )
122
+
123
+ ###vue-resource示例
124
+
125
+ - [ 注册示例] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/vue-resource/step-01.html )
126
+ - [ 登录和注销示例] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/vue-resource/step-02.html )
127
+ - [ 登录获取Token并调用API示例] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/vue-resource/step-03.html )
128
+ - [ 注册、登录、注销、调用API综合示例] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/vue-resource/step-04.html )
129
+
130
+ ###结合CURD、注册、登录、注销的页面示例
131
+
132
+ [ Demo] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/vue-resource/demo.html )
You can’t perform that action at this time.
0 commit comments