Repository URL to install this package:
Version:
2.29.0 ▾
|
app |
config |
lib |
README.md |
bower.json |
A collection of ember views for you to build Jugnoo ember apps quicker.
Add it to your Gemfile and then bundle install:
gem 'j_ember_uikit'
Include j-ember-uikit.js
in your layout. This file is already included
in the pre-compile list for you.
<%= javascript_include_tag("j-ember-uikit") %>
Copy contents of bower.json into your app's bower.json. You may change the version dependencies as necessary.
This gem loads ember from ember-rails. Follow ember-rails to see how you can specify a different version of ember.
This gem loads js dependencies from bower. For now this is a manual process for copying dependencies over to your app. Please copy the dependencies section of bower.json in the gem to your app's bower.json