amumu-ui
v0.0.34
Published
An enterprise-level UI component library based on Vue
Readme
Amumu 
An enterprise-level UI component library based on Vue
Install
$ npm install amumu-ui --saveQuick start
import Vue from 'vue'
import Amumu from 'amumu-ui'
Vue.use(Amumu)
// or
import {
Select,
Button
// ...
} from 'amumu-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)