# electron-quick-start **Repository Path**: mputer/electron-quick-start ## Basic Information - **Project Name**: electron-quick-start - **Description**: electron-quick-start - **Primary Language**: JavaScript - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-08-11 - **Last Updated**: 2025-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-quick-start **Clone and run for a quick way to see Electron in action.** ```bash # Clone this repository # git clone https://github.com/electron/electron-quick-start git clone https://gitee.com/mputer/electron-quick-start.git # Go into the repository cd electron-quick-start # Install dependencies npm install npm i ##复制web项目编译后的文件夹到根目录 ./dist # Run the app npm start npm run start # Package the app npm run pack # the app to exe npm run dist ```