2021-05-16 20:14:05 +08:00
2021-05-15 09:55:25 +08:00
2021-02-19 14:26:29 +08:00
2021-05-16 20:14:05 +08:00
2021-05-16 20:14:05 +08:00
2020-08-31 09:50:57 +08:00
2020-08-16 20:42:52 +08:00
2021-02-18 21:38:06 +08:00
2021-05-08 17:35:20 +08:00
2021-05-15 21:03:21 +08:00
2021-05-08 17:29:38 +08:00
2021-05-16 20:14:05 +08:00

electron-vue-vite

Electron + Vue3 + Vite2 integration

How and Why

  • Vite is the scaffold of the future

Command

  • npm run dev
  • npm run build

Note

  • Using Nodejs Electron API in vite and using require to import
    // import { readFile } from 'fs'
    // import { ipcRenderer } from 'electron'
    
    const { readFile } = require('fs')
    const { ipcRenderer } = require('electron')
    


License

MIT License

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