Mui components built with Vue.js
Mui is lightweight CSS framework
https://www.muicss.com/
- npm install
npm i vue-mui-components
- import components
import { appbar } from 'vue-mui-components'
or
import vmc from 'vue-mui-components'
- add imported components in Vue
new Vue({
// ...
components: {
appbar
}
})