0.0.1-alpha • Published 9 years ago

ember-cli-material v0.0.1-alpha

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Ember CLI Material

Build Status

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 git@github.com: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.