I have a .net core solution containing 9 projects (api/dto/data/service/etc...)
I need to add a project to work with vuejs framework for the front part using a .net project.
How could i do this pleasee!!!
I suggest you could refer to the vuejs quickstart to know how to create the vuejs project inside the VS.
Then about how to use Vue.js to call API, you could refer to this cookbook on how to use axios to consume apis.