vue-cli-plugin-cordova icon indicating copy to clipboard operation
vue-cli-plugin-cordova copied to clipboard

This repository is deprecated. Please check https://github.com/m0dch3n/vue-cli-plugin-cordova

Results 3 vue-cli-plugin-cordova issues
Sort by recently updated
recently updated
newest added

cordova-build-android -> "cordova build android --release", how to executing "cordova build android --release -- --keystore="release-key.keystore" --alias=xxx-xxx --storePassword=111111 --password=111111"

I found this problem when running npm run cordova-serve command ![image](https://user-images.githubusercontent.com/12201208/42502014-30e11d30-845f-11e8-80fa-81b46076ca15.png)

So I ran these 2 commands: $ npm run cordova-build $ cordova build android --release I've then uploaded the signed apk to google. Once I install the app on my...