Skip to content

Commit 39b018f

Browse files
author
zhangyonghong
committed
add store
1 parent 8b8895c commit 39b018f

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

qq.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
114114
- [张鑫旭 - 慕课系列](http://www.imooc.com/space/teacher/id/197450)
115115
- [智能社 - 精通JavaScript开发](http://study.163.com/course/introduction/224014.htm)
116116
- [lyn - 慕课系列](http://www.imooc.com/space/teacher/id/104593)
117-
- [css sprite 雪碧图制作](http://www.imooc.com/learn/93)
118-
- [版本控制入门 – 搬进 Github](http://www.imooc.com/learn/390)
119117
- [重新介绍 JavaScript(JS 教程)](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/A_re-introduction_to_JavaScript)
120118

121119
2. 入门类
@@ -127,10 +125,15 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
127125

128126
- [弹出层](http://www.imooc.com/learn/58)
129127
- [焦点图轮播特效](http://www.imooc.com/learn/18)
128+
129+
4. 工具类
130+
131+
- [css sprite 雪碧图制作](http://www.imooc.com/learn/93)
132+
- [版本控制入门 – 搬进 Github](http://www.imooc.com/learn/390)
130133

131134
###六. API:
132135

133-
####0. 总目录
136+
####1. 总目录
134137

135138
1. 开发中心
136139

@@ -149,7 +152,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
149152

150153

151154

152-
####1. jQuery
155+
####2. jQuery
153156

154157
* [jQuery API 中文文档](http://jquery.bootcss.com/)
155158
* [hemin 在线版](http://hemin.cn/jq/)
@@ -159,7 +162,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
159162
* [学习jquery](http://learn.jquery.com/)
160163
* [jquery 源码查找](http://james.padolsey.com/jquery/)
161164

162-
####2. Ecmascript
165+
####3. Ecmascript
163166

164167
- [Understanding ECMAScript 6 - Nicholas C. Zakas](https://leanpub.com/understandinges6/read)
165168
- [exploring-es6](https://leanpub.com/exploring-es6/read)
@@ -170,7 +173,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
170173
- [ECMA-262,第 5 版](http://yanhaijing.com/es5/)
171174
- [es5](http://es5.github.io/)
172175

173-
####3. Js template
176+
####4. Js template
174177

175178
- [template-chooser](http://garann.github.io/template-chooser/)
176179
- [artTemplate](https://github.com/aui/artTemplate)
@@ -179,15 +182,15 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
179182
- [Fxtpl v1.0 繁星前端模板引擎](http://koen301.github.io/fxtpl/)
180183
- [laytpl](http://sentsin.com/layui/laytpl/)
181184

182-
####4. 弹出层
185+
####5. 弹出层
183186

184187
- [artDialog 最新版](https://github.com/aui/artDialog)
185188
- [artDialog 文档](http://aui.github.io/artDialog/doc/index.html)
186189
- [google code 下载地址](https://code.google.com/p/artdialog/downloads/list)
187190
- [贤心弹出层](http://sentsin.com/jquery/layer/)
188191
- [响应式用户交互组件库](https://github.com/bh-lay/UI)
189192

190-
####5. CSS
193+
####6. CSS
191194

192195
- [CSS 语法参考](http://tympanus.net/codrops/css_reference/)
193196
- [CSS3动画手册](http://isux.tencent.com/css3/index.html)
@@ -198,7 +201,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
198201
- [css3 按钮动画](http://fian.my.id/Waves/)
199202
- []()
200203

201-
####6. Angularjs
204+
####7. Angularjs
202205

203206
- [angularjs中文社区](http://angularjs.cn/)
204207
- [Angularjs源码学习](http://www.cnblogs.com/xuwenmin888/p/3739096.html)
@@ -224,7 +227,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
224227
- [整合jQuery Mobile+AngularJS经验谈](http://www.tuicool.com/articles/7ZZVr2)
225228
- [有jQuery背景,该如何用AngularJS编程思想](http://blog.jobbole.com/46589/ )
226229

227-
####7. React
230+
####8. React
228231
- [react.js 中文论坛](http://www.react-china.org/)
229232
- [react.js 官方网址](https://facebook.github.io/react/index.html)
230233
- [react.js 官方文档](https://facebook.github.io/react/docs/getting-started.html)
@@ -237,7 +240,7 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
237240
- [webpack](https://github.com/webpack/webpack)
238241
- []()
239242

240-
####8. 移动端API
243+
####9. 移动端API
241244

242245
1. API
243246
- [99移动端知识集合](https://github.com/jtyjty99999/mobileTech)
@@ -256,14 +259,14 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
256259
- [特色的HTML框架可以创建精美的iOS应用](http://framework7.taobao.org/)
257260
- [淘宝SUI](http://m.sui.taobao.org/)
258261

259-
####9. avalon
262+
####10. avalon
260263

261264
- [avalonjs](http://avalonjs.github.io/)
262265
- [Avalon新一代UI库: OniUI](http://ued.qunar.com/oniui/index.html)
263266
- [avalon.oniui-基于avalon的组件库](https://github.com/RubyLouvre/avalon.oniui)
264267
- []()
265268

266-
####10. Requriejs
269+
####11. Requriejs
267270

268271
- [Javascript模块化编程(一):模块的写法 ](http://www.ruanyifeng.com/blog/2012/10/javascript_module.html)
269272
- [Javascript模块化编程(二):AMD规范](http://www.ruanyifeng.com/blog/2012/10/asynchronous_module_definition.html)
@@ -277,41 +280,41 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
277280
- [requriejs 其一 ](http://cyj.me/why-seajs/requirejs/ )
278281
- [require backbone结合](http://www.cnblogs.com/yexiaochai/p/3221081.html )
279282

280-
####11. Seajs
283+
####12. Seajs
281284

282285
- [seajs](http://seajs.org/)
283286
- [seajs 中文手册](http://cyj.me/why-seajs/zh/)
284287

285-
####12. Less,sass
288+
####13. Less,sass
286289

287290
- [less](http://less.bootcss.com/)
288291
- [sass](http://www.w3cplus.com/sassguide/)
289292
- [sass中国](http://www.cn-sass.com/)
290293

291-
####13. Markdown
294+
####14. Markdown
292295

293296
- [Markdown 语法说明 (简体中文版)](http://wowubuntu.com/markdown/)
294297
- [markdown入门参考](https://github.com/LearnShare/Learning-Markdown/blob/master/README.md)
295298
- [gitbook](https://www.gitbook.com/) 国外的在线markdown可编辑成书
296299
- [mdeditor](https://www.zybuluo.com/mdeditor) 一款国内的在线markdown编辑器
297300
- [mditor](http://bh-lay.github.io/mditor/) 一款轻量级的markdown编辑器
298301

299-
####14. D3
302+
####15. D3
300303

301304
- [d3 Tutorials](https://github.com/mbostock/d3/wiki/Tutorials)
302305
- [Gallery](https://github.com/mbostock/d3/wiki/Gallery)
303306
- [lofter](http://datavisual.lofter.com/post/40cf3a_188e535)
304307
- [iteye](http://alanland.iteye.com/blog/1878595)
305308
- [ruanyifeng](http://javascript.ruanyifeng.com/library/d3.html)
306309

307-
####15. 兼容性
310+
####16. 兼容性
308311

309312
- [esma 兼容列表](http://kangax.github.io/compat-table/es6/)
310313
- [caniuse](http://caniuse.com/#index )
311314
- [csscreator](http://csscreator.com/properties)
312315
- [microsoft](http://msdn.microsoft.com/zh-cn/library/cc351024(v=vs.85).aspx)
313316

314-
####16. UI相关
317+
####17. UI相关
315318

316319
- [bootcss](http://v3.bootcss.com/)
317320
- [MetroUICSS](http://www.w3cplus.com/MetroUICSS/)
@@ -328,11 +331,11 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
328331
- [book](http://git-scm.com/book/zh)
329332
- [gogojimmy](http://gogojimmy.net/2012/01/17/how-to-use-git-1-git-basic/)
330333

331-
####17. HTTP
334+
####18. HTTP
332335

333336
- [HTTP API 设计指南](http://segmentfault.com/bookmark/1230000002521721)
334337

335-
####18. 其它API
338+
####19. 其它API
336339

337340
- [javascript流行库汇总](javascriptoo)
338341
- [验证api](http://niceue.com/validator/demo/index.php)
@@ -347,14 +350,14 @@ https://github.com/jsfront/qa/tree/master/2015/07/03
347350
- [svg mdn参考](https://developer.mozilla.org/en-US/docs/Web/SVG)
348351
- [localStorage 库](https://github.com/machao/localStorage)
349352

350-
####19. 图表类
353+
####20. 图表类
351354

352355
- [Highcharts 中文API](http://www.hcharts.cn/api/index.php)
353356
- [Highcharts 英文API](http://api.highcharts.com/highcharts)
354357
- [ECharts 百度的图表软件](http://echarts.baidu.com/ )
355358
- [高德地图](http://lbs.amap.com/api/)
356359

357-
####20. vue
360+
####21. vue
358361

359362
- [Vue.js](http://cn.vuejs.org/)
360363
- [Vue 入门指南](http://www.cnblogs.com/aaronjs/p/3660102.html)

0 commit comments

Comments
 (0)