From 68c0ca27bcb4fdea707169df48c1dbb21f47692b Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Tue, 8 Nov 2022 23:40:08 +0800 Subject: [PATCH] =?UTF-8?q?docs(README.md):=20=E9=A1=B9=E7=9B=AE=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 2cde1c17f97a7ea7d811f79ea51a0f4cf4e8bb5f --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 47af1ad9..26eeb6e0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-
-
-
+
+
+
@@ -64,7 +64,7 @@
- 安装 Node
- 版本:v14 或 v16
+ 版本:≥v14.0.0
- 开发工具
@@ -72,13 +72,14 @@
- 必装插件
- VSCode 插件市场搜索并安装 Volar, 且一定要禁用 Vetur,不然代码会出现组件使用了但编译器还报组件未使用的警告信息,另外尤大也在 Vue3 生态话题说过 Volar 将会替代 Vetur 作为 Vue 的官方插件。
+ - Vue Language Features (Volar)
+ - TypeScript Vue Plugin (Volar)
### 项目启动
1. npm install
2. npm run dev
-3. 浏览器访问 http://localhost:3000
+3. 访问 http://localhost:3000
### 项目部署