vue-material-adapter-legacy v0.17.3
Material Components for Vue
This is the Vue 2 (legacy) version of vue-material-adapter, for the Vue 3 version see the main branch.
Vue components (Vue 2.0) for Material Web Components 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-legacyDocumentation & Demo
See Documentation & Demo for working examples of how to structure the markup for Vue.
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-legacyto build everything
npm run build
npm run build:demoto run demo
npm run devAcknowledgements
This project is based on a fork of the successful vue-mdc-adapter project.
5 years ago