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')
License
Description
Languages
TypeScript
71.2%
Vue
14.4%
CSS
10.9%
HTML
3.5%
