I'm currently facing an issue while trying to deploy my vue.js project on Github Pages. While HTML, CSS, and images are rendering perfectly, the Vue app components seem to be disappearing. It seems like the part responsible for rendering the Vue app is not working. Here is a visual representation of my directory structure: ›https://i.sstatic.net/nSD4A.png
You can also find my git repository at: https://github.com/liulian1004/test.
I would greatly appreciate any help or guidance as I am relatively new to Vue.js and this is my first attempt at deploying a Vue project. Feel free to reach out if you need more information. Thank you!