I have a NuxtJS static site containing static text, 1 PNG image (served from the local assets folder) and the vue-particles plugin.
Every time I visit this page, the page gets loaded in the following order:
- The HTML loads
- The PNG image loads progressively.
- The vue-particles plugin loads 2 seconds later.
What is the best way to show a loading indictor until the complete page is loaded? For the loading indicator, I'm thinking about a fullscreen CSS overlay div.