What is the purpose of ‘main.js’ and ‘App.vue’ in a Vue.js application?
I believe you might be missing on some of the basics behind the structure of Vue.js and where and/or how to put in functionality like authentication. It might be worth going through their introduction again to solidify your knowledge. To answer more directly, when you run a Vue.js application you need to have a basic … Read more