alex8088/electron-vite

Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 12th, 2026
Created on February 9th, 2022
Open Issues & Pull Requests: 88 (+0)
GitHub issues: Enabled
Number of forks: 243
Total Stargazers: 5,606 (+0)
Total Subscribers: 23 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.3 hours
Mean response time: 17.9 days
90th percentile: 64.5 days
Tracked items: 218

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 71% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 67
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 377 days
Stale 30+ days: 59
Stale 90+ days: 49

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (50)
  • invalid (18)
  • question (7)
  • bug (5)
  • documentation (2)
  • duplicate (2)

Most active issues this week

Detailed Description

electron-vite is a build tool that brings Vite's development experience to Electron applications.

The tool addresses the challenge of efficiently building and developing Electron apps by leveraging Vite as its foundation. It provides pre-configured defaults optimized specifically for Electron's architecture, handling both the main process and renderer process with appropriate asset optimization for each. The approach includes fast hot module replacement and hot reloading capabilities, isolated builds for multi-entry applications, and simplified multi-threading development through integrated tooling.

Developers building Electron applications should consider electron-vite if they want to use Vite's modern build pipeline without manual configuration. It suits projects of any scale that benefit from rapid development iteration and works well with popular frameworks including Vue, React, Svelte, and SolidJS, as well as vanilla JavaScript and TypeScript. The tool distinguishes itself through source code protection via v8 bytecode compilation, making it valuable for applications requiring intellectual property safeguards. Getting started is straightforward through provided boilerplate templates or scaffolding tools that support multiple framework and language combinations.

The project maintains active development with regular updates addressing both feature additions and bug fixes. Documentation is comprehensive and available in multiple languages, supporting developers across different regions. The tool integrates smoothly with standard development environments including VSCode and WebStorm for debugging workflows.