Skip to content

Goballistic/mt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a mobile webapp Framework

mt is a mobile webapp framework contain a moble js loader that can incremental update js when you update js code. The official site: http://mt.tencent.com

什么是mt

MT是手机腾讯网前端团队开发维护的一个专注于移动端的js模块管理框架

为什么使用MT##

  • 无更新不下载
    ##在快速迭代版本过程中,我们有时候只修改了某个js中的几行代码,却需要用户下载整个js文件,这在重视流量的移动端显得非常浪费,mt独创的增强更新算法实现了修改多少代码就只下载修改代码的功能,为用户和公司节省大量流量,具体的增量更新算法: http://my.oschina.net/luyongfugx/blog/280741 http://wenku.baidu.com/view/9f260449bed5b9f3f90f1c83.html##

  • 简单友好的模块定义规范
    基于amd规范定义模块,简单通用

  • 简单易用的打包管理工具
    mtbuild一条命令解决所有问题

  • 强大的js增量更新代理服务
    增量更新代理服务,实现跨版本的增量更新

MT2.0新增特性##

  • 本地存储异常回调
  • 统计回调
  • combo支持
  • 新增LCS增量算法

如果您觉得mt这个项目靠谱,请点本页的star支持我们:)###

License

mt is available under the terms of the MIT License.

Releases

No releases published

Packages

No packages published