https://electron-vite.github.io @electron_vite Sponsor README.md About Electron⚡️Vite More often,Electron⚡️Viteis doing some experimental features. When the features are stable, they will be ported to@electron-forge/plugin-vite. ...
Repository files navigation README License create-electron-vite Scaffolding Your Electron⚡️Vite Project NPM: $ npm create electron-vite@latest electron-vite-project Yarn: $ yarn create electron-vite electron-vite-project PNPM: $ pnpm create electron-vite electron-vite-projectAbout...
This branch is 10 commits behind alex8088/electron-vite:master.Folders and files Latest commit Cannot retrieve latest commit at this time. History228 Commits .github chore: improve issue templates Jul 26, 2023 .vscode chore: improve prettier config Dec 7, 2023 bin feat: support ESM in Electron...
.github feat: improvement to template Dec 22, 2022 .vscode feat: improvement to template Dec 22, 2022 electron chore: removeglobalThis.__dirname Apr 21, 2024 public chore: cleanup assets Apr 23, 2023 src feat: betteripcRendererapi expose ...
In general. Vite will pre-bundle all third-party modules in a Web-based usage format, but it can not adapt to Electron Renderer process especially C/C++ modules. So we must be make a little changes for this. // 👉 https://github.com/electron-vite/vite-plugin-electron-renderer/blob/v...
#clone the projectgit clone https://github.com/electron-vite/electron-vite-react.git#enter the project directorycdelectron-vite-react#install dependencynpm install#developnpm run dev 🐞 Debug Familiar React application structure, just withelectronfolder on the top 😉 ...
electron-vite/.githubmain 1 Branch 0 Tags Code Folders and filesLatest commit caoxiemeihao feat: add profile 5c38229· Jan 6, 2024 History1 Commit profile feat: add profile Jan 6, 2024 About No description, website, or topics provided. Activity Custom properties Stars 0 stars ...
import native from 'vite-plugin-native' export default { plugins: [ electron({ entry: 'electron/main.ts', vite: { plugins: [ native(/* options */), ], }, }), ], }AboutElectron⚡️Vite core repo github.com/electron-vite
A Vite preset adapted to Electron preload. Contribute to electron-vite/vite-plugin-electron-preload development by creating an account on GitHub.
Electron、vue、vite 整合. Contribute to keyzf/electron-vue-vite development by creating an account on GitHub.