All Questions
9 questions
1
vote
0
answers
144
views
How to use a vue 2 dependency that uses Vue.extend() in a nuxt 3 app?
I am working on a nuxt 3 application and in this repo I am npm installing a private package that uses vue 2 under the hood. I install this package and create a plugin and register it in the nuxt....
0
votes
1
answer
792
views
npm install vue 3 return ERR! Cannot convert undefined or null to object
i have a problem with my project i try with npm install but this return me all this warning and an error npm ERR! Cannot convert undefined or null to object. My project is in vuew 3
PS C:\DEV C\...
0
votes
1
answer
894
views
How to solve vue 3 compatible packages problem?
I'm trying to update my packages with npm.
I want to use vue 3 but there are some problems in these 3 packages:
@vue/composition-api
vue-class-component
vue-property-decorator
I cannot install them.
...
0
votes
1
answer
73
views
How to publish parallel plugin version streams of an npm package
I'm maintaining a library (MyLib) published on npm that is a vuejs plugin. When I started this library, vuejs was at major version 2.x.x. vuejs now has a new major version 3.x.x that changed how ...
1
vote
1
answer
616
views
Should I be concerned about NPM vulnerabilities when using Vue?
I just installed @Vue-cli and I decided to create my first project using Vue3.
After running vue create hello-world and it finished building the project, the cli said
7 moderate severity ...
1
vote
1
answer
759
views
Managing Lerna monorepo with packages using both Vue 2 and Vue 3
I'm trying to create PR to contribute to opensource library which uses Lerna to manage multiple packages and npm as package manager.
The library already supports Vue 2 using package support-vue. The ...
1
vote
2
answers
4k
views
Using vue 2 and vue 3 on the same machine
I'm about to start first vue 3 project. I'm installing basic vue packages and have stucked installing vue-cli. Docs say: For Vue 3, you should use Vue CLI v4.5 available on npm as @vue/cli. To upgrade,...
3
votes
1
answer
4k
views
Best way to upgrade project from Vue2 to Vue3
I would like to upgrade my project to vue3
This is a symfony application using vue as independent components on the front side
I have never done a major upgrade before and not too sure what the best ...
7
votes
1
answer
8k
views
Can Vue2 components be used in Vue3
I've currently got a library of Vue2 components I've created and use in several projects via a private npm repo. I'm starting a new project now in Vue3 but I'd like to use the old components if ...