ITI / searcch

SEARCCH Hub Frontend
https://searcch.cyberexperimentation.org/
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

Migrate NuxtJS 2 to NuxtJS 3 #167

Open ckouder opened 1 year ago

ckouder commented 1 year ago

Investigation the cost and requirements to migrate nuxtjs2 to nuxtjs3

ckouder commented 1 year ago

Incompatible dependencies

Fortunately Nuxt3 continues providing options API supports alongside composition API so we don't need to change component syntax. However, still look like we have lot of things to do... and some of them cannot be done anytime sooner. @carboxylman

carboxylman commented 1 year ago

Thanks, this is a great checklist for us.

carboxylman commented 1 year ago

Nuxt 2.x security advisory issue: https://github.com/nuxt/nuxt/issues/9284

torressam333 commented 1 year ago

Any word on potential nuxt 3 support?