mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +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
|
||||
🥳 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`
|
||||
|
||||
<img width="900px" src="https://raw.githubusercontent.com/caoxiemeihao/electron-vue-vite/main/screenshot/better-log.png" />
|
||||
|
||||
## Command
|
||||
- npm run dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user