This release include a fix with the latest version of vue-cli (publicPath and baseUrl), as well as some other fixes and features.
Features:
- Command line args are now passed to electron in
electron:serve
(#185, 0e2b395)
process.env.IS_ELECTRON
is now set accordingly (#181, 346701f)
Bug Fixes:
- Broken vue cli ui pages are now removed (#48, 793805e)
electron:build
now works properly with vue-cli 3.3.0 (#177, 28b5be0)
electron-builder install-app-deps
is now run on postuninstall
as well as postinstall
(#168, f9f8b47)