1
1
--------------------------------------------------------------------------------
2
2
<h3 >Javascript代码</h3 >
3
- Version 1.0.0 <br />
4
3
Author: scott <br />
5
4
有什么疑问和建议请发邮箱至Email: wchaowu @gmail.com <br />
6
5
github:<a href =" https://github.com/wchaowu/Javascript-Design-Patterns " > https://github.com/wchaowu/ </a ><br />
7
- 本人积累的一些javascript的写法,参考了dhtmlx套件框架,javascript设计模式书籍、Jquery源代码,QQ空间、webQQ和新浪微博。
6
+
8
7
<a href =" #referenceData " >参考资料</a > 其中很多都是伪代码的写法,便有回顾和总结。
9
8
包含 <br />
10
9
<a href =" #javascript-based " >javascript的基础语法</a >   ;  ;
@@ -119,8 +118,24 @@ Observer-Pattern
119
118
cmd和amd的区别
120
119
[ 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 ")
121
120
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
+
122
129
<h3 name =" html5 " >HTML5<h5 >
123
130
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 ")
124
139
<h3 name =" NodeJs " >Node.js</h3 >
125
140
126
141
------------------------
@@ -142,6 +157,10 @@ JavaScript frameworks resources and tutorials
142
157
143
158
## 工具 ##
144
159
<a href =" http://mahua.jser.me/ " >jser</a >
160
+ 自动化工具
161
+ grunt
162
+ gulp
163
+ [ jsmonkey] ( https://github.com/wchaowu/jsMonkey " jsmonkey ")
145
164
146
165
##参考资料
147
166
<a href =" http://www.apress.com/ " name =" referenceData " >http://www.apress.com/ </a > <br />
0 commit comments