From e90ec6e98ca061c88fa80e3b163804bb9cf25c27 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 18 Sep 2020 01:29:34 -0400 Subject: [PATCH] chore: add note for vetur [ci skip] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fbaf3cbc3..bc287c38d 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ We are working on a new version of the Devtools with a new UI and refactored int - For Firefox: [Download the signed extension](https://github.com/vuejs/vue-devtools/releases/tag/v6.0.0-beta.2) (`.xpi` file under Assets) +### IDE Support + +It is recommended to use [VSCode](https://code.visualstudio.com/) with our official extension [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur), which provides comprehensive IDE support for Vue 3. + ### Other Projects | Project | NPM | Repo |