0.1.0 • Published 2 years ago
wideal-elementui-web2 v0.1.0
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
- Homepage and documentation
- awesome-element
- FAQ
- Vue.js 3.0 migration
- Customize theme
- Preview and generate theme online
- Element for React
- Element for Angular
- Atom helper
- Visual Studio Code helper
- Starter kit
- Design resources
- Gitter
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+.