massif-press / compcon

Digital character creator and player sheets for the LANCER TTRPG
https://compcon.app
GNU General Public License v3.0
279 stars 98 forks source link

[FEATURE] Upgrade to Vue 3/Vite #2049

Open jarena3 opened 2 years ago

jarena3 commented 2 years ago

Upgrade to Vue 3 and Vite, for the obvious reasons

Qazzquimby commented 2 years ago

I've been thinking about the migrations. I propose:

  1. Upgrade to Vite, still vue2. Hopefully low impact.
  2. Transition from vuetify to unocss #2050 still vue2. Big project. Should be done before vue3 since our version of vuetify doesnt work on vue 3.
  3. Transition from vue2 to vue3, probably using the compatibility mode.

Working on moving to vite now.