Vue Cordova Blank screen on W10
See original GitHub issueI have a Vue2 App, when i try to use vue-cordova-cli on mine app for deploy on android’s device, it doesn’t works and only look a with blank screen, i look for all sites of internet for look the solution with not luck.
I display you the configuration that i have:
- System Operative: Windows 10
- CLI: Powershell (Administrative Privilege)
- Android: 7.1.1
- Commands npm
vue add cordova
npm run cordova-prepare
npm run cordova-serve-android
- main.js
import Vue from 'vue'
import App from './App.vue'
Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')
- vue.config.js
module.exports = {
publicPath: '',
pluginOptions: {
cordovaPath: 'src-cordova'
}
}
More info: All my test are doing using my device connect to my pc using a usb link and i have a lot of deploy previously to that using that way.
Issue Analytics
- State:
- Created 4 years ago
- Comments:21 (9 by maintainers)
Top Results From Across the Web
android - Vue Cordova Blank screen - Stack Overflow
I have a Vue2 App, when i try to use vue-cordova-cli on mine app for deploy on android's device, it doesn't works and...
Read more >Fixing blank screen on Cordova/PhoneGap and Vue
If you tried to run you Vue application under Cordova, you might have ran into an issue where the whole screen is blank....
Read more >Ionic vue project show blank page on the emulator
Hi. I have an ionic vue project that shows a blank screen when I open it on an emulator. Thinking I missed something...
Read more >cordova-plugin-splashscreen - hls-xcmg-vue-app - GitLab
cordova -plugin-splashscreen. This plugin is required to work with splash screens. This plugin displays and hides a splash screen during application launch.
Read more >cordova-plugin-splashscreen
cordova -plugin-splashscreen · Installation · Supported Platforms · Platform Splash Screen Image Configuration. Example Configuration; Android-specific Information.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m using MacOS Catalina 10.15.3 and thanks to @m0dch3n this lines solved my problem.