Electron is a framework for creating native applications using Web technologies such as JavaScript, HTML and CSS. It is fully compatible with Mac, Windows and...
Implementation principle: Electron based on the native node can be connected to the local database. Electron uses the IPC communication mechanism, allowing the main process...
In recent years, related industries in the field of audio and video, such as live video, live delivery, online education and online medical care, have...
1. Electron: Electron is a framework for creating native desktop applications using WEB technologies such as JS, HTML and CSS. Based on Chromium and Node....
Downloaded from https://github.com/electron/electron-quick-start based configuration, after the local decompression, implementation of NPM I install dependencies. After saving the file, install NPM I again. The installation...
Create project 1. Use scaffolding to create project normally 2. Integrate Electron However this step may be stuck in downloading electron for most of you,...
Electron is mainly divided into the main process (background-js), rendering process (that is, the page developed by VUE) and GPU process, etc., but we mainly...
When developing applications using Electron, we often need to set up the system tray to implement some functions; For example, when I develop music software,...
Electron - Use front-end technology to develop desktop applications for the Electron running process, the Electron main and render processes, the Electron Remote module, the...
This is the introduction on VSCode Github warehouse. Now, the number of VSCode Github stars has reached 47,000, and VSCode adopts Electron, The code editor...
When we develop some complicated programs, developers often record some logs at important moments. These logs are especially useful for tracking the call process when...
Light embedded DATABASE SQLITE3 is used in the local database combined with VUE, and THE UI component is iView. Realize the function of silent printing...
Taro IDE is a one-stop mobile development workbench that we are carefully building. In addition to realizing the full capabilities of Taro from project creation...
The last article talked about how to compile the better-SQlite3 plug-in in the electron5.x environment, so this article will share how to use the better-SQlite3...