# electron-builder-start **Repository Path**: suniv/electron-builder-start ## Basic Information - **Project Name**: electron-builder-start - **Description**: electron-builder demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-05-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-webpack-quick-start > [`electron-webpack`] + [`electron-builer`]的客户端打包demo ### Scripts ```bash # run application in development mode yarn dev # compile source code and create webpack output yarn compile # `yarn compile` & create build ia32 with electron-builder yarn build # `yarn compile` & create unpacked build with electron-builder yarn build:dir ```