vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.69k stars 4.14k forks source link

docs: change installation documentation for more consistent package manager usage. #2173

Open joezimjs opened 5 months ago

joezimjs commented 5 months ago

Description

The documentation showed npm being used to install the tool, but then yarn to run a server. This changes the examples to all use npm for consistency's sake. Alternatively, you could switch all code blocks to yarn, or add example code for each package manager.

Additional context


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following