[Vuejs]-Migrating from Angular6 to Vue

0👍

You can use something like this:

https://github.com/ngVue/ngVue

But unless you have a huge monolith of an application you would spend about twice the time and effort to implement this in the manner you described. I would simply try and rewrite it all at once if possible.

Leave a comment