ningjingzhiyuande / mui_app_rails

MUI app framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MuiAppRails

MUI 是国产手机APP UI 框架。我做个广告:(性能和体验的差距,一直是mobile app开发者放弃HTML5的首要原因。 浏览器天生的切页白屏、不忍直视的转页动画、浮动元素的抖动、无法流畅下拉刷新等问题,这些都让HTML5开发者倍感挫败,尤其拿到Android低端机运行,摔手机的心都有; 另一方面,浏览器默认控件样式又少又丑,制作一个漂亮的控件非常麻烦,也有一些制作简单的ui框架但性能低下。

mui框架有效的解决了这些问题,这是一个可以方便开发出高性能App的框架,也是目前最接近原生App效果的框架。) from MUI 官网

Installation

Add this line to your application's Gemfile:

gem 'mui_app_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mui_app_rails

Usage

如果安装使用用没有字体,请执行 bundle exec rake assets:precompile RAILS_ENV=production

Contributing

  1. Fork it ( https://github.com/[my-github-username]/mui_app_rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

MUI app framework

License:MIT License


Languages

Language:JavaScript 69.8%Language:HTML 29.3%Language:Ruby 1.0%Language:CSS 0.0%