在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):vuematerial/vue-material开源软件地址(OpenSource Url):https://github.com/vuematerial/vue-material开源编程语言(OpenSource Language):Vue 57.1%开源软件介绍(OpenSource Introduction):Material Design for Vue.js 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 Demo and DocumentationInstallation and UsageInstall Vue Material through npm or yarn npm install vue-material --save
yarn add vue-material * Others package managers like JSPM and Bower are not supported yet. Import or require Vue and Vue Material in your code: import Vue from 'vue'
import VueMaterial from 'vue-material'
import 'vue-material/dist/vue-material.min.css'
Vue.use(VueMaterial) Or use individual components: 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) Alternatively you can download and reference the script and the stylesheet in your HTML: <link rel="stylesheet" href="path/to/vue-material.css">
<script src="path/to/vue-material.js"></script> Optionally import Roboto font & Material Icons from Google CDN: <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic|Material+Icons"> ChangelogQuestionsIf you have any questions, ideas or you want to discuss with Vue Material community, use Discord to join us. ContributingPlease make sure to read the Contributing Guide before making a pull request. Browser SupportVue Material supports all modern browsers. May work in other browsers but it's untested. Become a part of the Vue Material communityThis project exists thanks to all the people who contributeSponsors & BackersThank you to all our backers! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论