Package Exports
- ember-materialize-shim
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-materialize-shim) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ember-materialize-shim 
FASTBOOT COMPATIBLE
A very simple shim to add Materialize SASS and JavaScript resources to your ember.js app
Use
Import materialize styles
app/styles/app.scss
@import "materialize"
Import materialize javascript
my-file.js
import Materialize from 'materialize';
Contributing
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.