chore(docs): UPDATE

This commit is contained in:
草鞋没号 2021-11-02 10:32:34 +08:00
parent 16f5584bee
commit c03b5d2604

View File

@ -1,13 +1,25 @@
# electron-vue-vite # electron-vue-vite
🥳 Simpl boilerplate.
`Electron` + `Vue3` + `Vite2` integration `Electron` + `Vue3` + `Vite2` integration
## How and Why ## How and Why
- `Vite` is the scaffold of the future - `Vite` is the scaffold of the future
## Feature ## Feature
- `Main process` hot restart - HRM
- `Preload script` hot reload
- `Renderer process` hot module replacement -- power by Vite * `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`
<img width="900px" src="https://raw.githubusercontent.com/caoxiemeihao/electron-vue-vite/main/screenshot/better-log.png" />
## Command ## Command
- npm run dev - npm run dev