0.3.74 • Published 1 month ago
eoss-element
Licence
MIT
Version
0.3.74
Deps
27
Size
12.3 MB
Vulns
0
Weekly
0
node 版本 14.18.2
A Vue.js 2.0 UI Toolkit for Web.
Element will stay with Vue 2.x
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 i eoss-element
Quick Start
import Vue from 'vue';
import Element from 'eoss-element';
Vue.use(Element);
// or
import {
Select,
Button
// ...
} from 'eoss-element';
Vue.component(Select.name, Select);
Vue.component(Button.name, Button);