1.1.0 • Published 9 years ago
ember-yebo-lists v1.1.0
ember-yebo-lists
This README outlines the details of collaborating on this Ember addon.
Installation
git clone git@github.com:yebo-ecommerce/ember-yebo-lists.gitthis repositorycd ember-yebo-listsdocker-compose run --rm web yarndocker-compose run --rm web bower install --allow-root
Running
docker-compose up- Visit your app at http://127.0.0.1:4200.
- Visit your app's test at http://127.0.0.1:4200/tests.
Running Tests
- Give it a read https://guides.emberjs.com/v2.11.0/testing/
docker-compose run --rm web yarn testdocker-compose -f docker-compose.try.yml up(Runsember try:eachto test your addon against multiple Ember versions)
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.