A Material Web Components for Vue.js
Material Components for Vue
vue-material-adapter is an integration of Material Web Components and Vue.js which uses the Using Foundations and Adapters integration technique.
This project defines Vue components that use the Material Components Web library to implement Material Design.mization while sticking to the Vue Spirit (approachable, versatile, and performant)
Install
$ npm install vue-material-adapter
Examples
There are examples of using vue-material-adapter both as a basic-vue-cli and a basic-webpack project examples.
Release Notes
See Release Notes
Building and running demo
Install dependencies
npm install vue-material-adapter
to build everything
npm run build
npm run build:demo
to run demo
npm run dev