This repository will supply you with a clean and working version of Ionic-Vue.
git clone https://github.com/RubenD96/clean-ionic-vue.git
npm i
npm run build
npx cap add android
npx cap add ios
npm run serve
npm run build; npx cap sync
To run the application on a mobile device a user has to open their native code programming tool to compile the code for their device.
npx cap open android
npx cap open ios
After the android folder has been created with
npm i
npm run build
Future builds can be created using Gradle by running the command
npm run android
Which runs the android-install.bat