3.1.0 • Published 7 years ago
ember-cli-tutorial-style v3.1.0
ember-cli-tutorial-style
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.
Installation
git clone <repository-url>this repositorycd my-addonnpm install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.