From 47d87ca4adfcaaa143a84003c7b8b783d7d9d3b3 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 26 Mar 2021 11:19:00 -0400 Subject: [PATCH] chore: update readme [ci skip] --- README.md | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 135114fd..536ebc06 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ This is the repository for Vue 3.0. - Scaffold via [Vite](https://github.com/vitejs/vite): ```bash - npm init vite-app hello-vue3 # OR yarn create vite-app hello-vue3 + # npm + npm init @vitejs/app + # yarn + yarn create @vitejs/app + # select vue template ``` - Scaffold via [vue-cli](https://cli.vuejs.org/): @@ -61,18 +65,27 @@ We are working on a new version of the Devtools with a new UI and refactored int ### 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. +It is recommended to use [VSCode](https://code.visualstudio.com/). There are currently two viable extensions for Single-File Components (SFCs) support: + +- [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) (recommended if you are used to Vetur features) +- [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (recommended if using TypeScript with SFCs, or `