File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ text-align:justify;text-justify:inter-ideogra
20
20
- [去掉Webkit(chrome)浏览器中input(文本框)或textarea的黄色焦点框 ](http://www.cnblogs .com/niao/archive/2012/09/07/2674511.html )
21
21
```css
22
22
input ,button ,select ,textarea { outline :none ;}
23
- textarea { font-size : 13 px ; resize :none ;}
23
+ textarea { resize :none ;}
24
24
```
25
25
26
26
- [ 去掉chrome记住密码后自动填充表单的黄色背景] ( http://www.tuicool.com/articles/EZ777n )
@@ -371,4 +371,4 @@ window.addEventListener("onorientationchange" in window ? "orientationchange" :
371
371
n ();
372
372
}());
373
373
```
374
-
374
+
Original file line number Diff line number Diff line change 355
355
356
356
- [ seajs] ( http://seajs.org/ )
357
357
- [ seajs 中文手册] ( http://cyj.me/why-seajs/zh/ )
358
+ - [ JavaScript模块化开发库之SeaJS] ( http://www.cnblogs.com/snandy/archive/2012/03/30/2423612.html )
358
359
359
360
####13 . Less,sass
360
361
Original file line number Diff line number Diff line change 15
15
----
16
16
17
17
###如何优雅地使用此文档
18
- 1 . 入门先从官网文档入手,粗略过一遍有个影响 ,力求回查时能找到对应的关键字或位置。
19
- - [ 中文官网 ] ( http://cn-stage .vuejs.org/ )
20
- - [ vuejs ] ( http://cn. vuejs.org/ )
18
+ 1 . 入门先从官网文档入手,粗略过一遍有个印象 ,力求回查时能找到对应的关键字或位置。
19
+ - [ vuejs中文官网 ] ( http://cn.vuejs.org/ )
20
+ - [ vuejs英文官网 ] ( http://vuejs.org/ )
21
21
- [ vuejs组织] ( https://github.com/vuejs )
22
22
2 . 发出一个问题之后,不要暂时的离开电脑,如果没有把握先不要提问。
23
23
3 . 珍惜每一次提问,感恩每一次反馈,每个人工作还是业余之外抽出的时间有限,充分准备好应有的资源之后再发问,有利于问题能够高效质量地得到解决。尤其是具备解决问题能力的人,通常时间都很宝贵。
36
36
37
37
2 . 入门类
38
38
- [ vue 快速入门] ( http://segmentfault.com/a/1190000003968020 )
39
+ - [ vuex - 入门教程实例1] ( https://segmentfault.com/a/1190000005018970 )
40
+ - [ vuex - 入门教程实例2] ( https://segmentfault.com/a/1190000005148935 )
41
+ - [ vuex - 入门教程实例3] ( https://segmentfault.com/a/1190000006988584 )
39
42
40
43
3 . 英文教程
41
44
- [ Learning Vue 1.0: Step By Step] ( https://laracasts.com/series/learning-vue-step-by-step/ )
53
56
###二. 文档
54
57
55
58
- API
56
- - [ Vue.js - API] ( http://cn-stage .vuejs.org/api/ )
59
+ - [ Vue.js - API] ( http://cn.vuejs.org/api/ )
57
60
- router
58
61
- [ vue-router文档] ( http://router.vuejs.org/zh-cn/index.html )
59
62
126
129
- [ vue-qrcode] ( https://github.com/xiaokaike/vue-qrcode )
127
130
- 省市联动
128
131
- [ Vue 省市区三级联动组件] ( https://github.com/QingWei-Li/vue-region-picker )
129
- -TimeLine
130
- -[ Vue企业级时间轴选择器] ( https://github.com/yelingfeng/vue-timelinepick )
132
+ - TimeLine
133
+ - [ Vue企业级时间轴选择器] ( https://github.com/yelingfeng/vue-timelinepick )
134
+ - Template
135
+ - [ vue2.0模板] ( https://github.com/yelingfeng/vue-ylf-template )
136
+ - [ vue2.0全家桶实例] ( https://github.com/yelingfeng/vue-2.0-FamilyBucket )
131
137
132
138
###四. 示例
133
139
You can’t perform that action at this time.
0 commit comments