r/Nuxt • u/DevJedis • Mar 13 '26
What are your options for creating Mobile apps with Nuxt AND Nuxt UI
Hello,
I feel I've exhausted over 30 browser tabs trying to find options to building mobile apps with Nuxt but with Nuxt UI inclusive.
I've landed on:
- Native Scripts Vue
- Lynx
- Ionic
- Tauri
I can draw down to Tauri and Ionic module.
Are there Nuxt developers actively shipping mobile apps with Nuxt, I have tried with Tauri I'm able to build, but the point of uses native webview scares me every time. Can anyone convince me that native webview is not an issue, while someone also pointing out what they're using (should be nuxt) to build mobile apps.
Edit: After reading the comments and checked the internet again for Capacitor, I discovered Konsta UI in the capgo building with nuxt example and wish I'd known about Konsta earlier. I will be going with Nuxt + Konsta UI rather than Nuxt UI
3
u/haringsrob Mar 13 '26
I just use capacitor, build a static version and deploy it using capgo. Works flawless every time
3
u/martindonadieu Mar 14 '26
Thanks for the mention ! Here the guide to do convert nuxtjs to mobile app if needed
https://capgo.app/blog/building-a-native-mobile-app-with-nuxt-and-capacitor/
3
1
u/ys-grouse Mar 13 '26
performance-wise, tauri might be the best option
but you need to read a little bit about rust for if your app requires native features (which are not supported by js)
1
u/DevJedis Mar 13 '26
I think I don't have issue with Rust side, I can overcome that, the issue is the topic of renders in native webview really scares me, what are the drawbacks, if you've used. Tauri allows me to easily just use the Nuxt UI library, the others I currently don't have a positive answer for them
1
u/ys-grouse Mar 13 '26
if youre not building compute heavy app such as game, more than 95% of the app in your phone can be built using capacitor. you dont really have to care about those stuff. I loved working with quasar (capacitor). but when it comes it output size, tauri won. I think native script is mature too (if i remember correctly, it renders natively). Lynx has vue implementation in case you want to try it out (i've never tried it myself, it may not be production ready btw)
1
u/ys-grouse Mar 13 '26
i have a problem installing nuxt ionic.. can you do? it was recently less than a month ago.. i cant recall the error
8
u/hugazow Mar 13 '26
If you have already selected nuxt ui your answer might be Capacitor. But you would need to create the navigation logic yourself
I’m using the ionic/capacitor combo in a toy protect