daishu-ui
v1.1.6
Published
A Component Library for Vue.js.
Downloads
16
Readme
基于element ui 2.x 封装
Install
npm install daishu-ui -S
Build(构建)
npm run dist
Quick Start
import Vue from 'vue'
import DaishuUI from 'daishu-ui'
Vue.use(DaishuUI)
// or
import {
Select,
Button
// ...
} from 'daishu-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
For more information, please refer to Quick Start in our documentation.
Browser Support
Modern browsers and Internet Explorer 10+.
Development
Skip this part if you just want to use Element.
For those who are interested in contributing to Element, please refer to our contributing guide (中文 | English | Español | Français) to see how to run this project.