1.0.2 • Published 8 years ago

webpack-mdl v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

webpack-mdl

Usage

npm i -S webpack-mdl

Then add it to your Webpack entry

entry: [
  'whatwg-fetch',
  'webpack-mdl',
  './src/index.js'
]

Don't forget to add CSS and fonts to your index.html

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css">

More

https://getmdl.io/started/index.html