Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 696 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 696 Bytes

mu-first-post

An example addon that shows a new Module Unification Addon (mu-first-post) working in a Classic app (the dummy app)

the future

Installation

  • git clone <repository-url> this repository
  • cd mu-first-post
  • 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/.