Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you Create a Native Vue App with NuxtJS

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?

like image 737
user1729972 Avatar asked Nov 07 '22 13:11

user1729972


1 Answers

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/

like image 180
knkbga Avatar answered Nov 12 '22 10:11

knkbga