From e4b6479da5b7ceea14702c06210536337cb3987c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sat, 19 Jan 2019 03:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0vscode=E7=9A=84=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 15886fb..94e167b 100644 --- a/Readme.md +++ b/Readme.md @@ -44,7 +44,8 @@ ```bash cd project #你下载的项目所在的目录 -npm i && npm start +npm i +npm start # 如果你使用vscode打开项目, 则可以直接按F5运行 ```