mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-31 20:16:36 +08:00
chore(docs): UPDATE
This commit is contained in:
parent
77e54e0420
commit
8fc8395a11
24
README.md
24
README.md
@ -3,9 +3,6 @@
|
|||||||
|
|
||||||
`Electron` + `Vue3` + `Vite2` integration
|
`Electron` + `Vue3` + `Vite2` integration
|
||||||
|
|
||||||
## How and Why
|
|
||||||
- `Vite` is the scaffold of the future
|
|
||||||
|
|
||||||
## Feature
|
## Feature
|
||||||
- HRM
|
- HRM
|
||||||
|
|
||||||
@ -21,9 +18,21 @@
|
|||||||
|
|
||||||
<img width="900px" src="https://raw.githubusercontent.com/caoxiemeihao/electron-vue-vite/main/screenshot/better-log.png" />
|
<img width="900px" src="https://raw.githubusercontent.com/caoxiemeihao/electron-vue-vite/main/screenshot/better-log.png" />
|
||||||
|
|
||||||
## Command
|
## Run Setup
|
||||||
- npm run dev
|
|
||||||
- npm run build
|
```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
|
## Communication
|
||||||
- All NodeJs、Electron API invoke passed `Preload script`
|
- All NodeJs、Electron API invoke passed `Preload script`
|
||||||
@ -36,6 +45,9 @@
|
|||||||
* [x] With multiple BrowserWindow
|
* [x] With multiple BrowserWindow
|
||||||
* [x] Integration element-plus
|
* [x] Integration element-plus
|
||||||
|
|
||||||
|
## Mian window
|
||||||
|
<img width="700px" src="https://raw.githubusercontent.com/caoxiemeihao/electron-vue-vite/main/screenshot/electron-15.png" />
|
||||||
|
|
||||||
## 微信讨论
|
## 微信讨论
|
||||||
|
|
||||||
<img width="244px" src="https://raw.githubusercontent.com/caoxiemeihao/electron-vue-vite/main/blog/wx/qrcode.jpg" />
|
<img width="244px" src="https://raw.githubusercontent.com/caoxiemeihao/electron-vue-vite/main/blog/wx/qrcode.jpg" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user