Cordova Android Vue Avd Resource Public Image
I followed this tutorial and coded my own android cordova app: https://www.npmjs.com/package/vue-cli-plugin-cordova I added the images for my app to the public folder. My whole fol
I solved the problem.
It was about the router configuration. You don't have to use the mode history. Always use the mode
hash
Here is my router:
'use strict'importVuefrom'vue'importVueRouterfrom'vue-router'
You may like these posts
Post a Comment for "Cordova Android Vue Avd Resource Public Image"