Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/loujiayu/vue-material-design

Vue material components.
https://github.com/loujiayu/vue-material-design

Last synced: 3 months ago
JSON representation

Vue material components.

Lists

README

        

# Installation

Available as an [npm package](https://www.npmjs.com/package/material-vue).
```sh
npm install material-vue
```

## Basic Usage

```



import { BaseButton } from 'material-vue'

export default {
components: {
BaseButton
}
}

```

## 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](http://localhost:8000)

## Contributing
Appreciate any contribution you make.