1.1.5 • Published 2 years ago

zrwsdele-ui v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago