1.0.1 • Published 3 years ago

element-lee v1.0.1

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

A Vue.js 2.0 UI Toolkit for Web.

Links

Install

npm install element-lee -S

Quick Start

import Vue from 'vue'
import EwanUI from 'element-lee'

Vue.use(EwanUI)

// or
import {
  Select,
  Button
  // ...
} from 'element-lee'

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 (中文) to see how to run this project.

Contribution

Please make sure to read the contributing guide (中文 before making a pull request.

LICENSE

MIT