At the root of each project, there is typically a package.json file that defines the various templates and configuration information needed for the project. The...
Born to develop desktop applications, Electron is now used by many open source applications, including the Atom and VsCode editors we are familiar with and...
In the previous article "What is electron and how vUE applies electron", we have learned some basic information about electron and some basic operations to...
Electron is an open source framework developed at Github. (2) It allows developers to build a cross-platform desktop application using Web technologies
Electron is a cross-platform desktop application built using JavaScript, HTML and CSS. This article is an experience summary of Electron development process, which is convenient...
This article is my exploration of some of the principles of cross-platform development. Cross-platform development has long been the goal of many developers, how convenient...
When setting up online education, medical care, and video conferencing scenarios, many small and medium-sized companies often have to choose between the PC client and...
After reading the above, you know what this article is about: using vue.js and Vuetify components to create a native desktop application based on Electron....
In this paper, the scaffolding was built based on the Vue-CLI-plugin-electron - Builder provided by VUE CLI. The advantages and disadvantages of electron have been...
Electron provides developers with a variety of fully functional packaging and distribution tools, and this article explains in great detail how to do Electron packaging...
When we use electron, sometimes involves some file processing, such as file download, or local file loading (local music, local pictures, etc.), this chapter focuses...
Menus and Keyboard shortcuts Although most of our desktop software is operated with the mouse, some software provides menus and keyboard shortcuts for operation, which...
With Electron, we can easily write desktop applications that can then run on different operating systems because the principle is to implement applications based on...
This article focuses on how to package the Electron application and analyzes how the Electron Builder packages our application. Electron currently has two packing tools:...
The final release of 2019, talk about the experience of the development and optimization of Electron application in the past six months. Also quite a...