Skip to content

Commit c649d92

Browse files
unknownunknown
authored andcommitted
Signed-off-by: unknown <wuchaowu@NHWHITNB70141.yihaodian.com>
1 parent 830a36a commit c649d92

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
--------------------------------------------------------------------------------
22
<h3>Javascript代码</h3>
3-
Version 1.0.0 <br/>
43
Author:scott<br />
54
有什么疑问和建议请发邮箱至Email:wchaowu@gmail.com <br />
65
github:<a href="https://github.com/wchaowu/Javascript-Design-Patterns"> https://github.com/wchaowu/</a><br />
7-
本人积累的一些javascript的写法,参考了dhtmlx套件框架,javascript设计模式书籍、Jquery源代码,QQ空间、webQQ和新浪微博。
6+
87
<a href="#referenceData">参考资料</a> 其中很多都是伪代码的写法,便有回顾和总结。
98
包含 <br />
109
<a href="#javascript-based" >javascript的基础语法</a> &nbsp;&nbsp;
@@ -119,8 +118,24 @@ Observer-Pattern
119118
cmd和amd的区别
120119
[https://github.com/wchaowu/javascript-code/blob/master/CommonJS/cmd_Amd.md](https://github.com/wchaowu/javascript-code/blob/master/CommonJS/cmd_Amd.md "https://github.com/wchaowu/javascript-code/blob/master/CommonJS/cmd_Amd.md")
121120

121+
###javascript框架
122+
####angularJs
123+
官方地址 [https://angularjs.org/](https://angularjs.org/)
124+
推荐UI组件 angularUI bootstrap [http://angular-ui.github.io/bootstrap/](http://angular-ui.github.io/bootstrap/)
125+
angular ui router [https://github.com/angular-ui/ui-router](https://github.com/angular-ui/ui-router)
126+
bindonce[https://github.com/Pasvaz/bindonce](https://github.com/Pasvaz/bindonce)
127+
ngAnimate [https://github.com/Augus/ngAnimate](https://github.com/Augus/ngAnimate)
128+
122129
<h3 name="html5">HTML5<h5>
123130
Canvas
131+
132+
133+
mobile 开发 收集
134+
[https://github.com/wchaowu/mobileTech](https://github.com/wchaowu/mobileTech "https://github.com/wchaowu/mobileTech")
135+
136+
phonegap
137+
138+
[https://github.com/msacks/phonegap-samples](https://github.com/msacks/phonegap-samples "https://github.com/msacks/phonegap-samples")
124139
<h3 name="NodeJs">Node.js</h3>
125140

126141
------------------------
@@ -142,6 +157,10 @@ JavaScript frameworks resources and tutorials
142157

143158
## 工具 ##
144159
<a href="http://mahua.jser.me/">jser</a>
160+
自动化工具
161+
grunt
162+
gulp
163+
[jsmonkey](https://github.com/wchaowu/jsMonkey "jsmonkey")
145164

146165
##参考资料
147166
<a href="http://www.apress.com/" name="referenceData">http://www.apress.com/</a> <br />

0 commit comments

Comments
 (0)