ember-cli-material
v0.0.1-alpha
Published
Integrates Material front-end framework.
Downloads
2
Maintainers
Readme
Ember CLI Material
This is my attempt to bring the responsive front-end framework Materialize to the Ember CLI Environment. I know there is ember-cli-materialize, but its only a asset wrapper with a few componentes at the moment.
Even if all of them would already be implemented, i imagine something more ...fine grained?
I imagine a tool that allows you to avoid any html tags as long as you use Materialize elements.
Installation
$ cd your-project/
$ ember install:addon ember-cli-material
Now you're ready to go :+1:
API
Will follow..
Development
Install Dev version
$ git clone [email protected]:mathgo/ember-cli-material.git
$ cd ember-cli-material
$ ember install
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit the Ember CLI website.