0.0.4 • Published 2 years ago

zdby-element-demi v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Element Demi

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

🪀 Just a toy

This library aim to testing the postinstall npm hook. After all packages get installed. the script will start to check the installed Vue version and redirect the exports to based on the local Vue version.

📦 Install

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

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

🎩 Usage

Vue2

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

Vue.use(ElementUI)

Vue3

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

const app = createApp(App)

app.use(ElementUI)

🦄️ Demos

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

💡 Inspiration

This library is inspired by VueDemi

📄 License

MIT @xiaoluoboding

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago