Design Mui library for Vuejs 2.x
Install vue-awesome-mui
npm install vue-awesome-mui -save
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";
Give a few examples
Vue components | Mui document |
---|---|
折叠面板 | Accordion |
操作表 | Actionsheet |
数字角标 | Badges |
按钮 | Buttons |
- IE 10+
- Andorid 4.4+
- IOS 7+
Detailed changes for each release are documented in the release notes.
Please make sure to read the Contributing Guide before making a pull request.
vue-awesome-mui is open source and released under the MIT Licence.
Copyright (c) 2017 Wscats