I'm eager to begin using the featured in this guide. However, I'm struggling to figure out how to incorporate the tag into my website. The tutorial's instructions are unclear and as a newcomer, I'm finding it difficult to make it functional.
I've installed bootstrap and bootstrap-vue and included the .css and .js files like this:
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-vue.min.css">
<script src="js/bootstrap-vue.min.js"></script>
Despite this setup, I suspect that none of these additions include the tag since it doesn't show up when I attempt to implement it. Towards the end of the linked tutorial, there is a segment detailing how to import individual components. I tried incorporating the provided code snippets but saw no change. Your assistance in resolving this dilemma would be greatly appreciated.