This README outlines the details of collaborating on this Ember addon.
in JS:
import numeral from 'numeral';
numeral(100).format('0,0');
in templates:
<span>
{{format-number 100 format="0.0"}}
</span>
git clone
this repositorynpm install
bower install
Ember.js v3.12 or above
Ember CLI v2.13 or above
Node.js v10 or above
ember server
Visit your app at http://localhost:4200.
npm test
(Runs ember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
See the Contributing guide for details.
This project is licensed under the MIT License.