0.1.2 • Published 7 years ago
ember-cli-global-app-instance v0.1.2
ember-cli-global-app-instance
This README outlines the details of collaborating on this Ember addon.
Installation
git clone <repository-url>this repositorycd ember-cli-global-app-instancenpm install
Configuration
Add config ember-cli-global-app-instance in config/environment.js
ENV['ember-cli-global-app-instance'] = {
name: 'MyApp',
};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/.