
My vue.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 simply compiling the vue.js app using CORDOVA ! No need to use IONIC any more ! As long as your general CSS medias queries are well done in App.vue, it is good looking on all device, and code stays easy to do.
On peut désormais créer un APK Android et le vendre, en compilant une simple application réalisée en VUE.JS avec CORDOVA. Plus besoin d'utiliser le framework IONIC ! Le serveur, lui, peut rester en ligne sur Heroku, par exemple, et la base de données sur mongoDb atlas . Ca va vraiment très vite si on n'utilise plus Ionic et qu'on fait bien les styles CSS responsive queries dans le fichier App.vue, ça passe sur tous les matériels.
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 SMARGIT, 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 buildThe packaged app will appear in the dist directory.
Packager l'application front end vue.js pour la production :
Moove the vuetify-mobile-cordovadist content to cordovatestwww ,then run :
cordova build android --prodcordova run android
You have to sign the APK
Vous devez signer l'apk et ouvrir un compte google store dev.
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/