element-lee

A Component Library for Vue.js.

Usage no npm install needed!

<script type="module">
  import elementLee from 'https://cdn.skypack.dev/element-lee';
</script>

README

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