mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 20:07:06 +08:00
chore(docs): UPDATE
This commit is contained in:
parent
16f5584bee
commit
c03b5d2604
18
README.md
18
README.md
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user