login-engine
v0.2.7
Published
The default blueprint for ember-cli addons.
Downloads
6
Readme
login-engine
This README outlines the details of collaborating on this Ember addon.
Installation
git clone <repository-url>
this repositorycd login-engine
npm install
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
Developing
- To develop this addon locally use
npm link
- and in the consuming app
npm link login-engine
For more information on using ember-cli, visit https://ember-cli.com/.