I have a vue-CLI project. Is there a simple way of viewing requests to the webpack dev server?
i.e. in the console after i've ran npm run dev
and I get the message Your application is running here: http://localhost:8081
etc, I would like to see the hits to the webserver
I've added DEBUG='express:*'to my environment variables (windows) but it seems to make no difference.