Mice是一个语义化的前端框架

网友投稿 561 2022-10-25

Mice是一个语义化的前端框架

Mice是一个语义化的前端框架

Mice

Mice is semantic front-end framework.

Update your browser

http://browsehappy.com/

Installation

Add this line to your application's Gemfile:

gem 'mice'

or

gem 'mice', :git => 'git@github.com:miclle/mice.git'

And then execute:

bundle install

Or install it yourself as:

$ gem install mice

mice with Rails

CSS

Import Mice in an SCSS file (for example, application.css.scss) to get all of Mice's styles

@import "mice";

or

/* *= require mice */

Documentation

Ratchet's documentation is built with Middleman and publicly hosted on GitHub Pages at http://mice.miclle.com/. The docs may also be run locally.

Running documentation locally

If necessary, gem install bundler.From the root /mice directory, run bundle installRun middleman server in the command line.Open http://localhost:4567 in your browser, and boom!

Learn more about using Middleman by reading its documentation.

Contributing

Fork it ( http://github.com/miclle/mice/fork )Create your feature branch (git checkout -b my-new-feature)Commit your changes (git commit -am 'Add some feature')Push to the branch (git push origin my-new-feature)Create new Pull Request

Copyright and license

Code and documentation copyright 2014 Miclle. Code released under the MIT license. Docs released under Creative Commons.

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:解析JSON的例子
下一篇:button_press.xml 按钮点击/未点击 两个不同效果
相关文章

 发表评论

暂时没有评论,来抢沙发吧~