vue-demi
vue-demi copied to clipboard
🎩 Creates Universal Library for Vue 2 & 3
Hello :) I have build a component library for both vue 2.x and vue 3.x with this awesome library and I recently stumpled across a problem I couldn't find a...
### What steps can reproduce the bug? 1. Locally on wsl (`PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"`) run: `bunx nuxi init my-nuxt-app` (with bun `1.1.0+5903a6141`) to generate a clean Nuxt app (according...
使用 pnpm i --ignore-scripts 安装依赖会导致无法在vue2的项目中使用 实际的发生场景 vue2项目使用了@antv/x6-vue-shape插件, 然后安装依赖 添加了 --ignore-scripts 参数, 导致xxx.reactive is not a function 安装依赖的时候执行对vue2的支持, 隐藏的有点深 [苦涩] scripts: { "postinstall" : 'xxxx' } 作者可以在readme中添加个提示 [捂脸], 排查问题好坑呀[捂脸]
Skip postinstall script if `node` is not in the path, which may be the case if only `deno` is used (such as in CI). Currently it is causing an error...
- https://github.com/vuejs/vuefire/discussions/1598 TODO: test locally
Add side effects to package.json, help bundlers cut unused code via treeshake. Good with esm, modules, named imports.
I wrote small dependency container plugin for Vue 2.7. i need use getCurrentInstance. It works correctly if i import one from Vue directly. But if i change import from 'vue-demi',...