m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
6.99k stars 515 forks source link

Vue2 is deprecated #358

Open mbattista opened 8 months ago

mbattista commented 8 months ago

Hi, vue2 is deprecated and updating to vue3 is no easy task.

I can look into the update, but this will be more of a rewrite, since some dependencies do not have any vue3 fork.

Since you teasered a bigger update, this could create a lot of merge conflicts, so I should probably wait until this is released? Or should I create a PR for the update and you will change your changes accordingly?

m1k1o commented 8 months ago

This is a really good trigger for the new update, so I would wait for it and rewriting it from beginning in Vue3 together with the new engine.

m1k1o commented 8 months ago

Inspiration how other projects perform the migration: https://github.com/wg-easy/wg-easy/pull/754