[Vuejs]-Failed to run vue serve command on a .vue file

0👍

I’m meetting the same question when i try to test my single vue component with command "vue serve".No errors were emitted.I even noticed that instead of using the command "vue serve", it executed "vue-cli-service serve" instead.I get a blank page with just a div element with the ‘id=app’.

Leave a comment