Skip to content Skip to sidebar Skip to footer

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

Solution 1:

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'

Post a Comment for "Cordova Android Vue Avd Resource Public Image"