0.1.2 • Published 10 years ago
material-vue v0.1.2
Installation
Available as an npm package.
npm install material-vueBasic Usage
<template>
<div>
<base-button label="BUTTON"></base-button>
</div>
</template>
<script type="text/javascript">
import { BaseButton } from 'material-vue'
export default {
components: {
BaseButton
}
}
</script>Building
git clone https://github.com/loujiayu/vue-material-design.git
cd vue-material-design
npm installDemo
npm run build-examplesthen open in browser localhost:3000