0.0.2 • Published 11 years ago
ember-cli-lorem-ipsum v0.0.2
ember-cli-lorem-ipsum
Addon Install
ember install:addon ember-cli-lorem-ipsumIt provides a helper that makes it easy to add dummy text. The only option that the helper accepts is length.
The text will be returned inside a <p> tag like this:
<p class="lorem_ipsum">Lorem ipsum.</p> Examples
no length
{{lorem-ipsum}}length 11
{{lorem-ipsum length=11}}length 500
{{lorem-ipsum length=500}}git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
Legal
hello@aether.mx