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.
- Host: GitHub
- URL: https://github.com/loujiayu/vue-material-design
- Owner: loujiayu
- License: mit
- Created: 2016-03-21T05:46:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T06:42:03.000Z (over 8 years ago)
- Last Synced: 2024-10-29T23:43:38.346Z (3 months ago)
- Language: JavaScript
- Homepage: http://loujiayu.github.io/vue-material-design
- Size: 1.17 MB
- Stars: 38
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue - vue-material-design - material-design?style=social) - Vue MD风格组件 (UI组件)
- awesome-github-vue - vue-material-design - Vue MD风格组件 (UI组件)
- awesome-github-vue - vue-material-design - Vue MD风格组件 (UI组件)
- awesome - vue-material-design - Vue MD风格组件 (UI组件)
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.