Stefan
Stefan

Reputation: 381

How can i stop the Vue Nuxt dev server in the VS Code Console

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.

Upvotes: 1

Views: 2479

Answers (1)

Nima Ebrazeh
Nima Ebrazeh

Reputation: 1306

By using Ctrl + c you can stop the running dev server.

Upvotes: 1

Related Questions