1.1.5 • Published 4 years ago
zrwsdele-ui v1.1.5
A Vue.js 2.0 UI Toolkit for Web.
Element will stay with Vue 2.x
Install
npm install zrwsdele-ui -SQuick Start
import Vue from 'vue'
import Element from 'zrwsdele-ui'
Vue.use(Element)
// or
import {
  Select,
  Button
  // ...
} from 'zrwsdele-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)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.