mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +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')
Languages
TypeScript
72.7%
Vue
13.7%
CSS
10.3%
HTML
3.3%