This is a very simple addon that provides an easy means of installing bootstrap-sass into an ember-cli application, and including its styles and mixins in your Sass stylesheets.
This addon inspired heavily by ember-foundation.
- Ensure you have
ember-cli-sassinstalled and that your application is configured to use it ember install ember-bootstrap-sass- In your
app.scss, place the following line at the top of the file:@import "ember-bootstrap-sass"; - Enjoy!
Please feel free to contribute to development, although this is designed to be as simple and light-weight as possible. I don't intend for this to include any bootstrap component wrappers, as there are already a few out there which do this.
git clonethis repositorynpm installbower install
ember server- Visit your app at http://localhost:4200.
ember testember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.