m0dch3n / vue-cli-plugin-cordova

Vue Cli 3 Cordova Plugin
MIT License
417 stars 63 forks source link

Electron development mode not working correctly #120

Open nerdoza opened 4 years ago

nerdoza commented 4 years ago

The Electron serve (cordova-serve-electron) does not serve from the dev server, but instead serves from the production files in www which are generated from the cordova-prepare command. These files are built without a platform specified, so there isn't any way to have Electron specific code run either.

SzateX commented 3 years ago

Bump -> the same problem