Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gmuteam/GMU
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Jun 23, 2014
2 parents b197223 + dfb54ca commit eccc1ee
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+ 当前版本(2.1.0)基于zepto 1.0
+ 2.0.3及以下版本(支持zepto 1.0rc1),请移步至老的github地址 https://github.com/campaign/gmu

##Build State [![Build Status](https://secure.travis-ci.org/gmuteam/GMU.png?branch=dev-refactor)](https://travis-ci.org/gmuteam/GMU)
##Build State [![Build Status](https://travis-ci.org/fex-team/GMU.svg?branch=master)](https://travis-ci.org/fex-team/GMU)

##GMU##
GMU是基于zepto的轻量级mobile UI组件库,符合jquery ui使用规范,提供webapp、pad端简单易用的UI组件。兼容iOS3+ / android2.1+,支持国内主流移动端浏览器,如safari, chrome, UC, qq等。
Expand Down Expand Up @@ -45,6 +45,21 @@ gmu所有的代码要求通过[此内定代码规范](https://github.com/gmuteam
`grunt doc`


###关于dist目录###

如果不想自己打包也可以直接使用 `dist` 目录中打包好的资源,其中包括

```html
reset.css
gmu.css
zepto.js
gmu.js
```

按顺序直接引用即可,此外,`dist` 中还有压缩版本,可以按需使用。

需要注意的是,GMU中有些插件是无法共存的,因此 `dist` 目录中的 `gmu.js` 中并不包含这些插件,如需自定打包规则请参考之前的打包教程。

###反馈bug###
如果您有任何关于GMU或移动前端开发中的问题,可以在QQ群中讨论,也可以通过[git issue](https://github.com/campaign/gmu/issues)给我们反馈bug,我们会尽快解决。
当然,我们更欢迎您的fork,为GMU添砖加瓦。
Expand Down

0 comments on commit eccc1ee

Please sign in to comment.