# Vue-material **Repository Path**: touchx_admin/Vue-material ## Basic Information - **Project Name**: Vue-material - **Description**: Vue Material 是一个实现 Google 的像素材料设计的 Vue 组件库,它提供了适合所有现代Web浏览器的内置动态主题的组件,它的 API 也简单明了 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-12-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Material Design for Vue.js

Build Status Downloads License

Vue Material is Simple, lightweight and built exactly according to the Google Material Design specs Build well-designed apps that can fit on every screen with support to all modern Web Browsers with dynamic themes, components on demand and all with an ease-to-use API ## Sponsorship Vue Material is proudly sponsored by [Rollbar](https://cs.berry.sh/c/c0597778-f465-4788-abe3-8711cc087774 ). They provide real-time error monitoring, alerting, and analytics for developers. You can try Rollbar for free at [https://rollbar.com](https://cs.berry.sh/c/c0597778-f465-4788-abe3-8711cc087774 ) ## Demo and Documentation Demo If you are trying to find the documentation for previous versions, please go to old website. ## Installation and Usage Install Vue Material through npm or yarn ``` bash npm install vue-material@beta --save yarn add vue-material@beta ``` * Others package managers like JSPM and Bower are not supported yet. Import or require Vue and Vue Material in your code: ``` javascript import Vue from 'vue' import VueMaterial from 'vue-material' import 'vue-material/dist/vue-material.min.css' Vue.use(VueMaterial) ``` Or use individual components: ``` javascript import Vue from 'vue' import { MdButton, MdContent, MdTabs } from 'vue-material/dist/components' import 'vue-material/dist/vue-material.min.css' Vue.use(MdButton) Vue.use(MdContent) Vue.use(MdTabs) ``` Alternativelly you can download and reference the script and the stylesheet in your HTML: ``` html ``` Optionally import Roboto font from Google CDN: ``` html ``` ## Changelog Changelog ## Questions The issue list is exclusively for bugs and feature requests. Use the [Slack Channel](https://vue-material.slack.com) instead. Follow this [invitation link](https://join.slack.com/t/vuematerial/shared_invite/MTgzMzU2NDQ5ODkwLTE0OTQ4MDI3MDAtNWYyZjhkNzEzMA). ## Contributing Please make sure to read the [Contributing Guide](https://github.com/vuematerial/vue-material/blob/master/.github/CONTRIBUTING.md) before making a pull request. ## Browser Support Vue Material supports all [modern browsers](http://browserl.ist/?q=%3E%3D+1%25). May work in other browsers but it's untested. ## Credits and Thanks * elviskang for donating the npm package name! * Bruno Castro for the awesome Vue Material Logo. ## License MIT