冠军

导航

10 2015 档案

Kendo UI - Class 基类定义
摘要:在 kendo 中,使用原型继承机制,Class 是 Kendo 中的基类,定义了函数 extend 用来派生其它类。 阅读全文

posted @ 2015-10-29 15:19 冠军 阅读(979) 评论(0) 推荐(1)

Grunt 插件使用汇总
摘要:最近使用了很多 Grunt 插件,这里把使用 Grunt 中涉及的从开发、代码检查、单元测试、E2E 测试,直到发布所涉及的插件,做一个比较完全的汇总。 阅读全文

posted @ 2015-10-21 17:11 冠军 阅读(903) 评论(0) 推荐(0)

Grunt 之 RequireJS
摘要:RequireJs 提供了一个打包工具 r.js,可以将相关的模块打包为一个文件。 虽然可以通过命令行来使用这个打包工具,但是在 Grunt 中也提供了相应的插件来自动完成这个任务。 阅读全文

posted @ 2015-10-21 15:07 冠军 阅读(1841) 评论(0) 推荐(1)

翻译:深入 AngularUI Router
摘要:在这里,我们深入讨论了 ui-router 几乎全部的特性,我们发现这个库非常有用,希望也能帮到你。 阅读全文

posted @ 2015-10-17 11:50 冠军 阅读(18206) 评论(0) 推荐(6)

gulp
摘要:gulp.js - the streaming build system Efficient. Using the power of node streams, gulp gives you fast builds that don't write intermediary files to disk. 阅读全文

posted @ 2015-10-10 09:45 冠军 阅读(875) 评论(0) 推荐(0)

gulp - connect
摘要:web server for gulp. 阅读全文

posted @ 2015-10-10 09:17 冠军 阅读(5954) 评论(0) 推荐(0)