2.0.0 • Published 9 years ago
ember-cli-format-number v2.0.0
Ember-cli-format-number
This README outlines the details of collaborating on this Ember addon.
Usage
in JS:
import numeral from 'numeral';
numeral(100).format('0,0');in templates:
<span>
{{format-number 100 format="0.0"}}
</span>Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.