1.0.32 • Published 3 years ago
vue-kaiyu-ui2 v1.0.32
简介
这是一个基于element UI的vue 组件库
安装
npm i element-ui -S
npm install vue-kaiyu-ui --registry=http://192.168.0.10:5300/repository/npm-kaiyu-snapshots/ -S
引入 VueKaiyuUi
import Vue from 'vue'
import ElementUI from 'element-ui'
import VueKaiyuUi from 'vue-kaiyu-ui'
import 'element-ui/lib/theme-chalk/index.css'
import 'vue-kaiyu-ui/lib/theme-chalk/index.css'
import App from './App'
Vue.use(ElementUI)
Vue.use(VueKaiyuUi)
new Vue({
el: '#app',
render: h => h(App)
});
1.0.32
3 years ago
1.0.31
3 years ago
1.0.29
3 years ago
1.0.28
3 years ago
1.0.30
3 years ago
1.0.18
4 years ago
1.0.17
4 years ago
1.0.16
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.11
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
0.1.59
4 years ago
1.0.9
4 years ago
1.0.10
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
0.1.56
4 years ago
0.1.28
5 years ago
0.1.2
5 years ago
0.1.0
5 years ago