Volt::Skeleton
Adds Skeleton to your Volt app!
Installation
Add this line to your application's Gemfile:
gem 'volt-skeleton'
Add the skeleton component to your application's app/main/config/dependencies.rb
:
component 'skeleton'
And then execute:
$ bundle
Usage
Now you can use Skeleton in your application's views.
Contributing
- Fork it ( http://github.com/e0/volt-skeleton/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