I'm studying the implementation of laravel and vuejs and using admin lte as template. My question is: in the index.html of vuejs, I put all the base files of css and js. But when the page requires a specific css and or js file, how do I include this in the vuejs component? Before I was doing everything in one place, now I have separated the backend from the frontend. Not always a js file will have an export, even more in these cases of web templates. What's more, there is also a need to import css files to specific pages.