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
77e54e0420
commit
8fc8395a11
24
README.md
24
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 @@
|
||||
|
||||
<img width="900px" src="https://raw.githubusercontent.com/caoxiemeihao/electron-vue-vite/main/screenshot/better-log.png" />
|
||||
|
||||
## 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
|
||||
<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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user