ibiz-vue-lib
v0.1.24
Published
A Component Library for Vue.js.
Readme
ibiz-vue-lib
Introduction
Ibiz Vue lib is a re encapsulation of the front-end team of ibiz based on the element UI and view design according to the business needs. The project is directly available.
Install
yarn add ibiz-vue-lib
Quick Start
import Vue from 'vue'
import ibizLib from 'ibiz-vue-lib'
Vue.use(ibizLib)
// or
import {
IBizSelectTree,
// ...
} from 'ibiz-vue-lib'
Vue.component(IBizSelectTree.name, IBizSelectTree)