Skip to content

ember-learn/ember-cli-tutorial-style

 
 

Repository files navigation

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 repository
  • cd my-addon
  • npm install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

About

An addon that spruces up the official ember tutorial with some panache

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.4%
  • HTML 19.6%