0.1.0 • Published 1 year ago

wideal-elementui-web2 v0.1.0

Weekly downloads
12
License
MIT
Repository
github
Last release
1 year ago

A Vue.js 2.0 UI Toolkit for Web.

Element will stay with Vue 2.x

For Vue 3.0, we recommend using Element Plus from the same team

Links

Install

npm install wideal-elementui-web2 -S

Quick Start

import Vue from 'vue'
import Widealui from 'wideal-elementui-web2'

Vue.use(Widealui)

// or
import {
  Select,
  Button
  // ...
} from 'wideal-elementui-web2'

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

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT