DEPRECATED
This project is stale. You may be interested in following alternatives:
- Vuetify The reference Material implementation for Vue, Not based on MDC-Web though
- material-components-vue a very serious Vue implementation of MDC-Web
- pgbross/vue-material-adapter an updated version based on a fork of this project that may be of interest.
vue-mdc-adapteris an integration of Material Components for Vue.js which follows the best practices recommended by Google: Using Foundations and Adapters
This project aims to find the right balance between ease of use and customization while sticking to the Vue Spirit (approachable, versatile, and performant)
Fork the reference codepen template or one of the vue-mdc-adapter codepen collection or the CodeSandbox
npm install -g vue-cli vue init stasson/vue-mdc-adapter-simple my-project
npm install -g vue-cli vue init stasson/vue-mdc-adapter-webpack my-project cd my-project npm install npm run dev
Check out the Getting Started guide for more.