How would I go about integrating a Vue JS folder that has index.html, main.css, main.js and vue.js into a .Net MVC project? I'm not too familiar with .Net or how it really works but I can tell where the CSS files go into the designated folder and the traditional JS file into scripts folder but how about vue.js where data, methods, and computed properties exist along with html that has Vue syntax.
Also, It's not an entire site, it's just a small web app that will on lay within a single URL and not jump from page to page. If I insert HTML with Vue syntax into the cshtml file will that compile it properly with the Vue script in the file?