Splash screen
A splash screen during application startup instead of a blank screen can enhance application user experience and strengthen brand recognition.
The splash screen code is located entirely in the index.html
. It is controlled by the CSS class splash
on the body
tag.
The splash screen is removed in App.vue / onMounted()
after all the resources needed to ignite the application have been loaded.