From c03b5d26049bb092c518faeac39f53d59e8be6eb 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: Tue, 2 Nov 2021 10:32:34 +0800 Subject: [PATCH] chore(docs): UPDATE --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6901aa..e22f455 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,25 @@ # electron-vue-vite +🥳 Simpl boilerplate. + `Electron` + `Vue3` + `Vite2` integration ## 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 +- HRM + + * `Main process` hot restart + * `Preload script` hot reload + * `Renderer process` hot module replacement -- power by Vite + +- Beautiful log + + * `[R]` means `Renderer process` + * `[P]` means `Preload script` + * `[M]` means `Main process` + + ## Command - npm run dev