Reputation: 886
Nuxt is great and I understand clearly the problems it solves.
Where one desires a Nuxt-based SPA as well as native ios/ android versions, does it mean that you have to deal with 2 different code bases and no way to package the resulting SPA as a Vue Native app?
Upvotes: 5
Views: 2604
Reputation: 743
I came across the nice article that compares the native options in the Vue ecosystem, which could help you if you are looking for a similar framework: Vue mobile development Frameworks, Mobile Apps with Vue
Alternatively, if you are keen in using Nuxt but limited to android this will help you Android App from Nuxt
Upvotes: 0
Reputation: 141
You can use Nativescript-vue if you want to work in similar manner as in Nuxt.js.
And if your web app is built in vue, then you can share your code for mobile and web apps simultaneously https://nativescript-vue.org/en/docs/getting-started/code-sharing/
Upvotes: 1