Skip to content

Commit 67580d1

Browse files
committed
docs: link update + setup steps improvements
1 parent 7684ad6 commit 67580d1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/docs/src/guide/contributing.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The repository is a monorepo with several nested packages:
2424

2525
## Development
2626

27-
1. Clone this repo
28-
2. run `yarn install`
29-
3. then run `yarn run build:watch` and `yarn run dev:vue3` in parallel
30-
4. A plain shell with a test app will be available at `localhost:8090`.
27+
1. Clone [this repo](https://github.com/vuejs/devtools)
28+
2. Run `yarn install` in the repository root to install dependencies.
29+
3. Run `yarn run build:watch` (compiles and watch the packages) and then `yarn run dev:vue3` (run the development shell) in two different terminals. Wait for the initial compilation in the first terminal to finish before running the second command.
30+
4. A plain shell with a test app will be available at `http://localhost:8090`.
3131

3232
## Pull Request Guidelines
3333

packages/docs/src/guide/faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Frequently Asked Questions
22

3-
## How to use the devtools in IE/Edge/Safari or any other browser?
3+
## How to use the devtools in IE/Safari or any other browser?
44

55
In case your browser doesn't have our browser extension available, we made a standalone Vue devtools application.
66
[Get it now!](./installation.md#standalone)
@@ -17,7 +17,7 @@ Here are some troubleshooting steps to help you if you don't the Vue devtools in
1717
- Check if you have the extension [installed](./installation.md).
1818
- If you are on a live website, there is a good chance it's using a production build of Vue.
1919
- Use a non-minified, non-`prod` version of Vue on CDN
20-
- Set the `__VUE_PROD_DEVTOOLS__` environment variable for Vue 3 when using a bundler like Webpack ([more info](https://github.com/vuejs/vue-next/tree/master/packages/vue#bundler-build-feature-flags)).
20+
- Set the `__VUE_PROD_DEVTOOLS__` environment variable for Vue 3 when using a bundler like Webpack ([more info](https://github.com/vuejs/core/tree/main/packages/vue#bundler-build-feature-flags)).
2121
- Try closing the devtools pane, refreshing the page and opening the devtools pane again.
2222
- Try restarting the browser or the computer.
2323
- If you have multiple versions of the Vue devtools installed, it's recommended to disable/remove the others.

packages/docs/src/guide/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ if (process.env.NODE_ENV === 'development') {
183183

184184
**port** - is an optional argument that tells your application on what port devtools middleware server is running. If you use proxy server, you might want to set it to `null` so the port won't be added to connection URL.
185185

186-
[More details](https://github.com/vuejs/vue-devtools/tree/dev/packages/shell-electron#vue-remote-devtools)
186+
[More details](https://github.com/vuejs/devtools/tree/main/packages/shell-electron#vue-remote-devtools)
187187

188188
## Legacy
189189

190-
If something is broken with the new devtools, please [submit a new issue](https://new-issue.vuejs.org/?repo=vuejs/devtools)!
190+
If something is broken with the new devtools, please [submit a new issue](https://github.com/vuejs/devtools/issues/new/choose)!
191191

192192
Meanwhile, you can install the legacy version (v5) of the devtools:
193193

0 commit comments

Comments
 (0)