Tag

electron-builder

0 views collected around this technical thread.

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
Beike Product & Technology
Beike Product & Technology
Jun 11, 2021 · Frontend Development

Building an Electron Desktop Application with React and Node.js

This tutorial explains how to create a cross‑platform Electron desktop app using React for the UI, Node.js APIs for system access, and provides step‑by‑step guidance on project setup, development workflow, debugging, and packaging with electron‑builder.

ElectronReactWebpack
0 likes · 11 min read
Building an Electron Desktop Application with React and Node.js