0.1.5 • Published 10 years ago
ember-material-form-components v0.1.5
Ember-material-form-components
This README outlines the details of collaborating on this Ember addon.
Usage
In your Ember projects run
ember install ember-material-form-components
above command will automatically install the required pacakges/addons
- ember-material-lite which takes care of installing it's own dependencies.
Now if you want a standard material design layout then run
ember generate material-form-ui
this blueprint will generate standard application.hbs and app.scss files for you in standard folders.
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/.