ember-cli-material

Integrates Material front-end framework.

Usage no npm install needed!

<script type="module">
  import emberCliMaterial from 'https://cdn.skypack.dev/ember-cli-material';
</script>

README

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.