Show a splash screen before main window shows
Go to file
Korbs 93f0576c60
update
2023-08-11 01:17:49 -04:00
.gitignore update 2023-08-11 01:17:49 -04:00
LICENSE.md update 2023-08-11 01:17:49 -04:00
README.md update 2023-08-11 01:17:49 -04:00
SudoVanilla.png update 2023-08-11 01:17:49 -04:00
index.html update 2023-08-11 01:17:49 -04:00
index.js update 2023-08-11 01:17:49 -04:00
package.json update 2023-08-11 01:17:49 -04:00
splash.html update 2023-08-11 01:17:49 -04:00

Electron Splash Window

This template gives you the basic for a splash window, using the "show gracefully" method that is recommended by Electron documentation.

Since this template doesn't have much to load in it's main window, the splash window does not have any time to show. But should show on apps that need to load a lot of content in their main window, which in this case, using a splash window helps a lot.

Running

First, install Electron package:

npm install

A start script is already included in the package file,just run:

npm start

Also Check Out

View the getting started repo by SudoVanilla on ElectronJS.


Support

Need help? support@sudovanilla.com