Using NuxtJS to Build an iOS and Android App

Originally published at: https://serversideup.net/using-nuxtjs-to-build-an-ios-and-android-app/

Yup, you can build a mobile app using NuxtJS! If you structure your NuxtJS install correctly, you can easily package it up and deploy it to the iOS and Android app stores. Let’s run through how to set up NuxtJS and get it ready for a mobile app. Step 1: Start With A Fresh NuxtJS…