
My view.js + Vuetify and Cordova Starter, Made to Build Apks and Sell them.
Nowadays, it is now possible to create an Android apk, and to sell it, by simple compiling the view.js app using cordova! No Need to Use Ionic Any More! As long as your general css medias quries are well done in app. Vue, it is good look on all device, and code stays easy to do.
We can now create an Android APK and sell it, by compiling a simple application made in sight. JS with Cordova. No need to use the Ionic framework! The server can stay online on Heroku, for example, and the database on Mongodb Atlas. It really goes very quickly if we no longer use Ionic and we do the responsive CSS styles queries in the app. Vue, it goes on all the materials.
https://fr.jeffprod.com/blog/2018/creer-une-application-android-avec-cordova-et-vuejs/
https://cours.brosseau.ovh/tp/cordova/vuejs_cordova.html
Clone this depot using smart, then run
npm install
Install A Cordova App in Another Directory
cordova create cordovatest com.exemple.test "My app"
Install Android Studio, SDK, JDK, Gradle then check that Everything is ok:
cordova requirements
npm run serve # Go to the vuetify-mobile-cordova dir then hit:
npm run build The Packged App Will Appear in the Dist Directory. Package The Front End View application.js for production:
Moove the Vuetify-Mobile-Cordova Dist content to cordovatest www, then run:
cordova build android --prod cordova run android
You have to sign the apk
You must sign the APK and open a Google Store Dev account.
Check this link:
https://fr.jeffprod.com/blog/2018/creer-une-application-android-avec-cordova-et-vuejs/
npm run test
npm run lint
https://adbdriver.com/downloads/