Tagged articles
5 articles
Page 1 of 1
Code Mala Tang
Code Mala Tang
Oct 1, 2025 · Frontend Development

Master Electron Packaging: A Deep Dive into electron-builder

This guide explains how to use electron-builder to package Electron apps into native installers for Windows, macOS, and Linux, covering setup, configuration, Python integration, code signing, auto‑updates, and practical tips for seamless cross‑platform distribution.

Code SigningDesktop AppElectron
0 likes · 12 min read
Master Electron Packaging: A Deep Dive into electron-builder
HelloTech
HelloTech
May 23, 2023 · Frontend Development

Technical Architecture and Implementation of the HaKnight Desktop Application Using Electron

The article details HaKnight’s new desktop client architecture built with Electron, Vite, and React, explaining the choice of Electron over native frameworks, the custom scaffold, use of axios, lowdb, log4js‑node, and electron‑builder for packaging, signing, notarization, and update mechanisms, and outlines reusable components that enable cross‑platform task scheduling and reporting.

Desktop ApplicationElectronNode.js
0 likes · 16 min read
Technical Architecture and Implementation of the HaKnight Desktop Application Using Electron
WecTeam
WecTeam
Oct 11, 2019 · Frontend Development

How to Build a JSON Editor with Electron: From Setup to Production

This article walks through creating a GUI‑based JSON editor for the Social Cube platform using Electron, covering environment setup, dual webpack configurations, IPC communication, data persistence with Dexie, real‑time file syncing, context menus, logging, packaging with electron‑builder, and update handling, all illustrated with code snippets.

Desktop AppDexieElectron
0 likes · 23 min read
How to Build a JSON Editor with Electron: From Setup to Production
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Sep 25, 2018 · Frontend Development

How Does Electron‑Builder Turn Your Web App into a Standalone Executable?

This article explains step‑by‑step how to package an Electron application using electron‑builder and electron‑packager, analyzes the resulting file sizes and project structure, and dives into the core source code of electron‑builder to reveal how the packaging process creates the final executable and asar archives.

Desktop AppsElectronNode.js
0 likes · 15 min read
How Does Electron‑Builder Turn Your Web App into a Standalone Executable?