this is a template project for middleman using ratchet2.0.
- ruby 2.0 or later
- middleman 3.3
- bower
git clone https://github.com/mikesorae/middleman-ratchet-template.git
cd middleman-ratchet-template
bundle install
bower install
= ui_button "title", "./target.html", type: "primary", outline: false
= ui_switch on: true
= ui_segment %w(one two three), selected: 1
= ui_table_view
= ui_table_view_divider
| section name
= ui_table_view_cell
| list item 1
= ui_table_view_cell
| list item 2