1👍
✅
Place your load screen inside the main app element. The content is replaced by Vue during the first render.
<div id='app'>
<h5>App is loading!</h5>
</div>
Source:stackexchange.com