ember-cli-lorem-ipsum
v0.0.2
Published
A helper that makes it easy to add dummy text.
Downloads
33
Maintainers
Readme
ember-cli-lorem-ipsum
Addon Install
ember install:addon ember-cli-lorem-ipsum
It 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}}
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.