Currently a work in progress
The purpose of this addon is to provide style to the official ember tutorial, while at the same time demonstrating how to install an addon in ember.
git clone <repository-url>
this repositorycd my-addon
npm install
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.