Basic setup for using Material Design Lite in EmberJS projects
git clone git@github.com:tomoguisuru/ember-material.gitthis repositorycd ember-materialyarn prep
yarn startoryarn serve- Visit your app at http://localhost:4200.
- yarn add tomoguisuru/ember-material -D
Copy the following into the head tag of your applications index, app/index.html
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.blue-amber.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>- From dependant project,
yarn link ember-material
yarn test:all(Runsember try:eachto test your addon against multiple Ember versions)yarn testember test --server