Replies: 1 comment
-
@hmendes00 I think so from looking at https://github.com/vueuse/vue-demi/blob/master/scripts/postinstall.js#L3 "scripts": {
"postinstall": "vue-demi-switch 3 vue3"
}, or "devDependencies": {
"vue": "npm:vue@3"
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure if this is a duplicated, but is there a way of having
npx vue-demi-switch 3 vue3
as default somehow?Do I need to add it to the steps for when someone does an npm install?
Should I create a postinstall script for this? Thank you.
(I don't even know if this is the right place for asking that, but I didn't know where to go)
Beta Was this translation helpful? Give feedback.
All reactions