I’m not very famniliar with Vue.JS, I have a project in ASpnetCore with Vue that has an API and a ClientAPP. I’m trying to separate them. I was able to separate the API part and that is working. However, i’m having an issue with the Vue.JS app. Initially i just copied the built files in the ClientApp/dist folder. However, i dont think thats the right way because you cant really edit it. I have mostly copied the information in the src folder with services, views and router. but i’m not sure which file will be my main JS files and entry HTML files. is there a step by step guide somewhere or what are the steps required to make the ClientAPP work independently? This vue.JS app i want it to be standalone and calling the API separately.
Any help, links will be appreciated.