We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
system info: "@vue/cli-service": "~4.5.9", "vue": "^2.6.12",
issue reproduce steps: execute cmd: $ vue add cordova
result:
Has anyone of you got an issue like this?
The text was updated successfully, but these errors were encountered:
Hey!
I just had the same problem here. I solved by adding the following on the vue.config.js file:
vue.config.js
pluginOptions: { cordovaPath: 'src-cordova' }
Example file with addition:
module.exports = { publicPath: '', pluginOptions: { cordovaPath: 'src-cordova' } }
I got this by reading this topic: https://stackoverflow.com/questions/61537600/default-install-of-vue-cli-plugin-cordova-will-not-run-on-ios-simulator
Sorry, something went wrong.
No branches or pull requests
system info:
"@vue/cli-service": "~4.5.9",
"vue": "^2.6.12",
issue reproduce steps:
execute cmd: $ vue add cordova
result:
Has anyone of you got an issue like this?
The text was updated successfully, but these errors were encountered: