From 5a112983894bbedd33621ba4b9a575c309068e77 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 27 Jul 2021 22:31:09 +0800 Subject: [PATCH] chore: add open in vscode badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b3d1d93..b60ba6a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # create-vue +[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/vuejs/create-vue) + An easy way to start a Vue project -- 2.39.5