Available as an npm package.
npm install material-vue
<template>
<div>
<base-button label="BUTTON"></base-button>
</div>
</template>
<script type="text/javascript">
import { BaseButton } from 'material-vue'
export default {
components: {
BaseButton
}
}
</script>
git clone https://github.com/loujiayu/vue-material-design.git
cd vue-material-design
npm install
npm run build
npm run build-examples
npm run doc
then open in browser localhost:8000
Appreciate any contribution you make.