码迷,mamicode.com
首页 > 其他好文 > 详细

【汇总】前端技术及学习资料汇总

时间:2015-03-28 15:35:17      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

【一些前端框架和库】
 
1. backbone.js

(前端MVC框架,实际针对Web就是 MVR. (Model, View, Router路由),backbone依赖underscore.js库。)

a) Backbone.js(1.1.2) API中文文档:http://www.css88.com/doc/backbone/
 
b) Backbone源码分析-Backbone架构+流程图:http://www.cnblogs.com/nuysoft/archive/2012/03/19/2404274.html
c) Backbone.js入门教程第二版:https://github.com/the5fire/backbonejs-learning-note/

2. underscore(js库,backbone依赖underscore.js库)

a) http://learningcn.com/underscore/

3. jquery(js库)

a) http://www.css88.com/jqapi-1.9/

4. sea.js & CMD规范 

(前端模块化开发,seajs采用CMD规范,CMD推崇 as lazy as possible. 按需加载)

a) http://seajs.org/docs/

5. node.js & npm

   (Node是一个Javascript运行环境(runtime)。npm是一个NodeJS包管理和分发工具。有了NPM,可以很快的找到特定服务要使用的包,进行下载、安装以及管理已经安装的包。)

a) https://cnodejs.org/getstart

6. mustache(web模板引擎)

a) http://www.iinterest.net/2012/09/12/web-template-engine-mustache/

b) http://blog.csdn.net/xuemoyao/article/details/17896203

7. knockout(前端MVVM框架)

a) 官网:http://knockoutjs.com/

b) Knockout应用开发中文指南:http://www.cnblogs.com/TomXu/archive/2011/11/21/2257154.html

c) 交互式练习:http://learn.knockoutjs.com/ 

8. bootstrap(前端框架)

a) http://v3.bootcss.com/

b) http://blog.chinaunix.net/uid-26672038-id-4112229.html

【前端集成开发工具】

2. bone:https://github.com/wyicwx/bone

同事开发的工具,是基于Node.js的项目构建工具,与 Grunt类似。

其它学习资料参考:

结合个人经历总结的前端入门方法:

https://github.com/jeniffer-d/FE-learning

这个项目收集移动端开发所需要的一些资源与小技巧:

https://github.com/jtyjty99999/mobileTech

【汇总】前端技术及学习资料汇总

标签:

原文地址:http://www.cnblogs.com/imxiu/p/4374208.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!