# electron样本 **Repository Path**: null_465_7266/electron-sample ## Basic Information - **Project Name**: electron样本 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-01 - **Last Updated**: 2025-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Electron Hello World A basic Electron application that displays "Hello World" message. ## Installation ```bash npm install ``` ## Development ```bash npm start ``` ## Building ```bash # Build for current platform npm run build # Build for specific platforms npm run build:win npm run build:mac npm run build:linux ``` ## Testing ```bash npm test ``` ## Project Structure - `main.js` - Main process entry point - `index.html` - Application UI - `styles.css` - Application styles - `renderer.js` - Renderer process JavaScript - `package.json` - Project configuration and dependencies