Wscats / vue-awesome-mui

:trophy:Mui component for Vue.js(1.x ~ 2.x)

Home Page:https://wscats.github.io/vue-awesome-mui/public/#/index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-awesome-mui

npm package NPM downloads Github Page Eno Yao

Design Mui library for Vuejs 2.x

Links

Install

Install vue-awesome-mui

npm install vue-awesome-mui -save

Get Started

Vue mount

// import or require
import Vue from 'vue'
import Mui from 'vue-awesome-mui'
import 'vue-awesome-mui/mui/dist/css/mui.css'
// mount with global
Vue.use(Mui)

If you need icon, you can require icon.css

import "vue-awesome-mui/mui/examples/hello-mui/css/icons-extra.css";

Example

Give a few examples

Vue components Mui document
折叠面板 Accordion
操作表 Actionsheet
数字角标 Badges
按钮 Buttons

Browser Support

  • IE 10+
  • Andorid 4.4+
  • IOS 7+

Changelog

Detailed changes for each release are documented in the release notes.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Dependencies

Licence

vue-awesome-mui is open source and released under the MIT Licence.

Copyright (c) 2017 Wscats

About author

About

:trophy:Mui component for Vue.js(1.x ~ 2.x)

https://wscats.github.io/vue-awesome-mui/public/#/index


Languages

Language:JavaScript 73.7%Language:HTML 15.5%Language:CSS 7.2%Language:Vue 3.0%Language:Ruby 0.6%