#Migrate from Tauri + Vue 3 to Tauri + Nuxt without breaking updates flow

3 messages · Page 1 of 1 (latest)

flat wigeon
#

Do you know any good way to migrate my app from vue 3 to Nuxt without breaking the updates flow for my clients ?

Is it even possible ? Won't the update become incompatible with previous deployed version of the app ?

blissful axle
#

If you're using Tauri's updater, the communication is standardised and done in Rust so changing your front-end framework won't break the updater.

#

Any data you store with Tauri's fs API or send to the back-end will need to be formatted the same or provide a migration path between the format versions.