Run a Vuejs application using vs code

Viewed 364

I am trying to run an existing project developed by VueJs with asp.net core on vs code. The application works correctly when I run it with visual studio (IIS Express). But when I try to run it with vs code using this cmd: npm run serve , it doesn't work and I got the following error:

enter image description here

This is the repo of app / structure:

enter image description here

in ClienApp Folder we have all folders/files for frontend (app.vue is under components folder), screen below:

enter image description here Thanks in advance for your help!

0 Answers
Related