2020-08-16 12:49:24 +08:00
|
|
|
# electron-vue-vite
|
2021-03-30 09:57:22 +08:00
|
|
|
`Electron` + `Vue3` + `Vite2` integration
|
2020-08-16 20:42:52 +08:00
|
|
|
|
|
|
|
## How and Why
|
2021-03-30 09:57:22 +08:00
|
|
|
- `Vite` is the scaffold of the future
|
2020-08-16 21:00:37 +08:00
|
|
|
|
2020-10-05 21:48:49 +08:00
|
|
|
## Command
|
2020-08-17 09:21:07 +08:00
|
|
|
- npm run dev
|
|
|
|
- npm run build
|
2020-08-16 21:00:37 +08:00
|
|
|
|
2021-09-09 10:01:48 +08:00
|
|
|
## Communication
|
|
|
|
- All NodeJs、Electron API invoke passed `preload process`
|
|
|
|
|
|
|
|
## Branchs
|
|
|
|
- [ant-design-vue](https://github.com/caoxiemeihao/electron-vue-vite/tree/ant-design-vue)
|
|
|
|
* [x] Use tsx
|
|
|
|
* [x] Tntegration ant-design-vue
|
|
|
|
- [with-login](https://github.com/caoxiemeihao/electron-vue-vite/tree/with-login)
|
|
|
|
* [x] With multiple BrowserWindow and tsx、ant-design-vue
|
2021-05-08 17:29:38 +08:00
|
|
|
|
2021-06-20 19:10:27 +08:00
|
|
|
## 微信讨论
|
|
|
|
|
|
|
|
![](https://raw.githubusercontent.com/caoxiemeihao/electron-vue-vite/main/blog/wx/qrcode.jpg)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-05-08 17:29:38 +08:00
|
|
|
## License
|
|
|
|
|
|
|
|
[MIT License](https://opensource.org/licenses/MIT)
|