0.0.17 • Published 1 year ago

pf-element-demi v0.0.17

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

Element Demi

An adapter for using Element UI with Vue 2 / 3.

📦 Install

// vue2.x + element-ui
npm i pf-element-demi element-ui
# or
yarn add pf-element-demi element-ui

// vue3.x + element-plus
npm i pf-element-demi element-plus
# or
yarn add pf-element-demi element-plus

🎩 Usage

Vue2

import Vue from 'vue'
import ElementUI from 'pf-element-demi'

Vue.use(ElementUI)

Vue3

import { createApp } from 'vue'
import App from './App.vue'
import ElementUI from 'pf-element-demi'

const app = createApp(App)

app.use(ElementUI)

🦄️ Demos

Vue 2 Demo: Vue 2.x | Vue 3 Demo: Vue 3.x

💡 Inspiration

This library is inspired by VueDemi

📄 License

MIT

0.0.17

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago