What is the app.vue file of vue used for?

is this file used to place the code on the home page of the site? Is there anything else?

consolo.log()
Apr.07,2021

you can also change the corresponding index.html, but where you need to change the application in main.js. To put it bluntly, it is an ordinary vue file, but named app.vue, is similar to function naming and semantics, which makes it more clear that this is the entry vue file


app.vue can be regarded as the home page of the site, or you can write common animation or style in all pages, or you can write code on it. As long as you fill in the route in the index.js in the router folder, ok

Menu