File tree 1 file changed +40
-1
lines changed
1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change 129
129
130
130
###结合CURD、注册、登录、注销的页面示例
131
131
132
- [ Demo] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/vue-resource/demo.html )
132
+ [ Demo] ( http://211.149.193.19:8090/vue-tutorials/04.OAuth/vue-resource/demo.html )
133
+
134
+ ##5 .官方项目模板
135
+
136
+ ###Browserify项目模板
137
+
138
+ 以下示例,在博客中有具体讲解,博客链接:[ Vue.js——60分钟browserify项目模板快速入门] ( http://www.cnblogs.com/keepfool/p/5677032.html )
139
+
140
+
141
+ - [ vue-browserify-simple模板示例] ( https://keepfool.github.io/vue-tutorials/05.OfficialTemplates/my-browserify-simple-demo/ )
142
+
143
+ ###Webpack项目模板
144
+
145
+ 以下示例,在博客中有具体讲解,博客链接:[ Vue.js——60分钟webpack项目模板快速入门] ( http://www.cnblogs.com/keepfool/p/5678427.html )
146
+
147
+
148
+ - [ vue-webpack-simple模板示例] ( https://keepfool.github.io/vue-tutorials/05.OfficialTemplates/my-webpack-simple-demo/ )
149
+
150
+ ##6 .Vue-Router
151
+
152
+ 以下示例,在博客中有具体讲解,博客链接:[ Vue.js——vue-router 60分钟快速入门] ( http://www.cnblogs.com/keepfool/p/5690366.html )
153
+
154
+ - [ 第一个单页面应用] ( https://keepfool.github.io/vue-tutorials/06.Router/basic/basic_01.html )
155
+ - [ 嵌套路由示例] ( https://keepfool.github.io/vue-tutorials/06.Router/basic/basic_02.html )
156
+ - [ 具名路径示例] ( https://keepfool.github.io/vue-tutorials/06.Router/basic/basic_03.html )
157
+ - [ 路由对象示例] ( https://keepfool.github.io/vue-tutorials/06.Router/basic/basic_04.html )
158
+ - [ 让链接处于选中状态示例] ( https://keepfool.github.io/vue-tutorials/06.Router/basic/basic_05.html )
159
+ - [ 钩子函数示例] ( https://keepfool.github.io/vue-tutorials/06.Router/basic/basic_06.html )
160
+
161
+ ###乞丐版源码(页面和组件代码混合在一起)
162
+
163
+ [ 乞丐版源码] ( https://github.com/keepfool/vue-tutorials/tree/master/06.Router/basic )
164
+
165
+ ###精装版源码(基于vue-webpack-simple模板构建)
166
+
167
+ - [ 精装版源码-demo01] ( https://github.com/keepfool/vue-tutorials/tree/master/06.Router/demo01 )
168
+ - [ 精装版源码-demo02] ( https://github.com/keepfool/vue-tutorials/tree/master/06.Router/demo02 )
169
+ - [ 精装版源码-demo03] ( https://github.com/keepfool/vue-tutorials/tree/master/06.Router/demo03 )
170
+ - [ 精装版源码-demo04] ( https://github.com/keepfool/vue-tutorials/tree/master/06.Router/demo04 )
171
+ - [ 精装版源码-demo05] ( https://github.com/keepfool/vue-tutorials/tree/master/06.Router/demo05 )
You can’t perform that action at this time.
0 commit comments