Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.08 KB

File metadata and controls

41 lines (30 loc) · 1.08 KB

A Vue.js 2.0 UI Toolkit for Web.

Element will stay with Vue 2.x

Install

npm install zrwsdele-ui -S

Quick 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.

LICENSE

MIT