Working with Vue Nuxt I start the dev server with "npm run dev". How can I stop the Server afterwards from the VS Code console? So far, the only way I found is closing the Terminal Window.
CodePudding user response:
By using Ctrl c
you can stop the running dev server.