Packaging a NuxtJS app for iOS and Android with CapacitorJS

Originally published at: https://serversideup.net/packaging-a-nuxtjs-app-for-ios-and-android-with-capacitorjs/

This is really where the magic happens! The way to get a NuxtJS application packaged and deployed to a mobile app store is with CapacitorJS. CapacitorJS allows you to package web code, access native phone hardware, and deploy that code to both iOS and Android app stores. You could do similar functionality with Adobe Phonegap.…

Dan thanks for this great! article. I really created an app on my own with this guide.