2.10.6 • Published 6 years ago

laowu-element-ui v2.10.6

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install laowu-element-ui -S

Quick Start

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

Vue.use(Element)

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

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

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Development

Skip this part if you just want to use Element.

LICENSE

MIT

2.10.7

6 years ago

2.10.6

6 years ago

2.10.5

6 years ago

2.10.4

6 years ago

2.10.3

6 years ago

2.10.2

6 years ago

2.10.1

6 years ago

1.0.5

6 years ago