As a newcomer to Vue, I encountered some difficulties understanding how things function in Vue. One of the obstacles I faced was integrating my own custom CSS file into a project.
I attempted to create a file called style.css within the src folder and added the following code to index.html, but it did not work for me:
<link rel="stylesheet" type="text/css" href="style.css" />