uui
🖖 A vue-cli 3.0 + vue + typeScript + babel + eslint + unit-mocha + scss + chai + karma。
Install
npm install da-uui -S
or
yarn add da-uui
Quick Start
import Vue from 'vue'
import uui from 'da-uui'
Vue.use(uui)
// or
import {
Select,
Button
// ...
} from 'da-uui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)