0.1.1 • Published 3 years ago

element-ui-wrapper v0.1.1

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

A Vue.js 2.0 UI Toolkit for Web. A custom component library based on element-ui secondary packaging.

Install

npm install element-ui-wrapper -S

Quick Start

import Vue from 'vue'
import Element from 'element-ui-wrapper'

Vue.use(Element)

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

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

LICENSE

MIT