0.1.2 • Published 8 years ago

material-vue v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Installation

Available as an npm package.

npm install material-vue

Basic 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 install

Demo

npm run build-examples

then open in browser localhost:3000