From 912b68b8a7b644713a20308f5515d7e7036a7c95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com>
Date: Mon, 25 Oct 2021 20:18:17 +0800
Subject: [PATCH] chore: UPDATE
---
README.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c3b30df..c6901aa 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,17 @@
## How and Why
- `Vite` is the scaffold of the future
+## Feature
+- `Main process` hot restart
+- `Preload script` hot reload
+- `Renderer process` hot module replacement -- power by Vite
+
## Command
- npm run dev
- npm run build
## Communication
-- All NodeJs、Electron API invoke passed `preload process`
+- All NodeJs、Electron API invoke passed `Preload script`
## Branchs
- [ant-design-vue](https://github.com/caoxiemeihao/electron-vue-vite/tree/ant-design-vue)
@@ -21,7 +26,7 @@
## 微信讨论
-
+
---