How can i turn my nuxt universal app to mobile native app How can i turn my nuxt universal app to mobile native app vue.js vue.js

How can i turn my nuxt universal app to mobile native app


You can also take a look at Capacitor by Ionic, which enables you to build Hybrid apps. It will basically take your built UI, bundle that inside generated native apps and render it through WebView. After you install Capacitor and run npx cap init you might need to set the directory of your built web assets inside capacitor.config.json to "webDir": "dist".