this post was submitted on 21 Jun 2023
6 points (100.0% liked)
Vue.js
454 readers
10 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Whoa, that was really comprehensive, thanks a lot for your help. I have a couple of PWAs already done and I was looking to get them to the store without too much work, but I think to start developing the new ones with the mobile app already in mind is the better course for future projects. I've heard about Kotlin and maybe I should get into that. Thanks a lot for your answer!
Nice - glad to hear that it helped. If you just want to bring them "as is" into the appstores and target both platforms I'd honestly just try it with tauris alpha (if you can afford to experiment in prod) or just configure a build using capacitor. If you've built PWAs you are probably relying on indexedDB and such browser thingies? Not sure if you need to do something around the service workers to make it work but I'd guess with tauri that should be simpler. It works out of the box for desktop targets :)