From 8fc8395a11c646e5ebeb75d26d97bbc7c5bda18e 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 15:06:09 +0800 Subject: [PATCH] chore(docs): UPDATE --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2f6f32b..339f15c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,6 @@ `Electron` + `Vue3` + `Vite2` integration -## How and Why -- `Vite` is the scaffold of the future - ## Feature - HRM @@ -21,9 +18,21 @@ -## Command -- npm run dev -- npm run build +## Run Setup + + ```bash + # clone the project + git clone git@github.com:caoxiemeihao/electron-vue-vite.git + + # enter the project directory + cd electron-vue-vite + + # install dependency(Recommend use yarn) + yarn + + # develop + yarn dev + ``` ## Communication - All NodeJs、Electron API invoke passed `Preload script` @@ -36,6 +45,9 @@ * [x] With multiple BrowserWindow * [x] Integration element-plus +## Mian window + + ## 微信讨论