I am using .net core 8 and vue.js in my project. There is a “module not found” error. How can I fix?
`I have an api that pulls data from 2 tables in my sql database. Get, post, put, delete functions work with the help of swagger. But I’m having trouble connecting this project to vue.js.