1.1.5 • Published 3 years ago

zrwsdele-ui v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 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