vue-demi
vue-demi copied to clipboard
🎩 Creates Universal Library for Vue 2 & 3
I'm trying to set up a component library with vue-demi (Vite + Vue 3 + Setup Script). Importing thing work fine in Vue 3 apps, but fail for Vue 2....
hey there, i have a vue3+vite package and i want to use it in vue2 aswell in vue 3 everything works like a charm but in vue 2 i get...
Hi there. I use webpack5 module federation. The compiled code didn't recognize the "vue" type correctly in "vue-demi" When I shared the "vue" module  Can you change the code...
Hello, im having trouble using v-model to sync my props. im using vue2, vite and vue-demi. if i only have a v-model and check devtools, it sets `$attrs.value`, even if...
To avoid more issues about why a certain `Vue3` library/plugin failed to work in a `Vue2` project, I thought it would be useful to add it to the README.md. I...
当配置项目 webpack 的 externals 选项,将 vue 排除在 vendor 之外时, postinstall 执行会导致获取 vue 的版本出错,从而导致页面出现Object() is not a function 的问题 
Hello, I am trying to build a universal library for renderless components and composables as a plugin for Vue2 and Vue3 with the use of `vue-demi`. When I try to...
Running a Vite Vue app. Is there something I'm missing to get the `setup` method to be called when running under Vue2? ``` import { defineComponent, onBeforeMount, onMounted } from...
### First off Thanks for all the amazing work! Super excited to be using Vue Demi. 🚀 ---------------------------------- ### The Problem: This is likely a user error, but I'm not...