Skip to content

loujiayu/vue-material-design

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
npm run build

Demo

npm run build-examples
npm run doc

then open in browser localhost:8000

Contributing

Appreciate any contribution you make.

About

Vue material components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published