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 + + ## 微信讨论