I am new in Vue.js ecosystem and need some advice.
I make GET request by axios package. I want to show preloader for full page until all the data came. I think this task is not new but I want to understand how such things are usually done in Vue.js.
For preloader I create new component. I am little bit confused. How to call that component from other one and make visable at a certain time.