A demo of the Ember CLI addon ember-responsive
.
You can visit the demo app directly here: https://www.justinbull.ca/ember-responsive-demo/
This README outlines the details of running on this Ember application locally.
app/views/application.js
- How to bind breakpoint to class namesapp/controllers/index.js
- How to useember-responsive
in controllersapp/templates/index.hbs
- How to useember-responsive
in templates
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
- ember: http://emberjs.com/
- ember-cli: http://www.ember-cli.com/
- Development Browser Extensions