vue-cli-plugin-cordova icon indicating copy to clipboard operation
vue-cli-plugin-cordova copied to clipboard

Electron development mode not working correctly

Open nerdoza opened this issue 5 years ago • 1 comments

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.

nerdoza avatar Jul 10 '20 18:07 nerdoza

Bump -> the same problem

SzateX avatar Oct 12 '21 19:10 SzateX