nmbl-prostack-components
v60.0.5
Published
Nimble Prostack shared components to be consumed in setup and plugin apps in Ember 3.8 starting with version 6.0.0 for rebranding
Downloads
2
Readme
nmbl-prostack-components
This README outlines the details of collaborating on this Ember addon.
versioning of package:
For updating the version of this package: Project branch: a) Say project branch is 0.0.3210.1239-opt, this package version would be 0.3210.1 where last octet value 1 needs update on publishing. Release/Default branch: b) Say release/default jira versioning is 5.3.2.0, this package version will start from 53.20.0 where last octet 0 needs update on publishing.
Installation
git clone <repository-url>
this repositorycd nmbl-prostack-components
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
For more information on using ember-cli, visit https://ember-cli.com/.