/vue-mdc

VueJS Material Design Components

Primary LanguageVueMIT LicenseMIT

VueJS Material Design Components

vue-mdc is a work-in-progress to add VueJS binding to the material-components-web library.

Demo

To try out the simple demo, do the following:

$ cd vue-mdc
$ npm install -g lerna # Skip this if lerna is already installed
$ lerna bootstrap
$ cd demos/simple-demo
$ npm run dev

Your default browser should open with a simple demo of the currently available components.