2021-11-02 15:07:45 +08:00
2021-11-01 10:12:01 +08:00
2021-11-02 15:07:45 +08:00
2021-11-02 15:07:45 +08:00
2021-09-09 10:17:30 +08:00
2021-05-30 07:50:29 +08:00
2021-07-04 18:00:36 +08:00
2021-05-30 08:24:29 +08:00
2021-11-02 15:04:24 +08:00
2021-11-02 15:06:09 +08:00
2021-09-09 09:36:06 +08:00
2021-11-02 15:04:24 +08:00

electron-vue-vite

🥳 Simple boilerplate.

Electron + Vue3 + Vite2 integration

Feature

  • 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

Run Setup

# 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

Branchs

  • ant-design-vue
    • Use tsx
    • Integration ant-design-vue
  • element-plus 登录窗口、element-ui 这个可能很适合你 🚀
    • With multiple BrowserWindow
    • Integration element-plus

Mian window

微信讨论


License

MIT License

Description
No description provided
Readme MIT 22 MiB
Languages
TypeScript 72.7%
Vue 13.7%
CSS 10.3%
HTML 3.3%