588 B
588 B
electron-vue-vite
Electron + Vue3 + Vite2 integration
How and Why
Viteis the scaffold of the future
Command
- npm run dev
- npm run build
Note
- Using
NodejsElectronAPI in vite and using require to import// import { readFile } from 'fs' // import { ipcRenderer } from 'electron' const { readFile } = require('fs') const { ipcRenderer } = require('electron')
