I would use Vue3 (with Pinia, vue-router and typescript). There is also the Quasar framework based on those tools which provide many components out of the box.
I haven’t tried svelte which is highly popular here but I tried vue 3 and composables really clicked with me. The composition API gets along really well with the reactive System and I love it.