Electron is hardly a new technology, having begun as a github framework derived from the Atom editor. By writing Javascript, HTML, CSS can quickly compile...
This project does not use the electronic-vue plug-in, but puts the packaged dist file into electronic-demo. Electron document address: https://www.electronjs.org/doc
The previous article, Series 1, covered the principle in depth from the auto-update scenario, as well as the two packaging options. Today, let's take a...
There are some problems with the electron official build documentation. When you follow the documentation completely, you will find it impossible to debug. When LLDB...
In our company's previous application scenarios, many projects used Kibana for information statistics. But we don't know exactly what the state of the application is....
The company wants to sell the server hardware (based on Linux operating system) that runs in special scenarios. Front-end engineers need to cooperate with the...
Why is it necessary to design the plug-in extension function in Electron? How to develop the architecture of the new large-scale desktop software based on...
Recently, I have been working on electron technology. Since electron is a framework for creating native programs using JavaScript, HTML, CSS and other Web technologies,...
Recently, I have been using TrTC-electronic-SDK of Tencent Cloud to develop cross-platform desktop video conferencing software, so I plan to use Electron to build the...
Some time ago, I developed a cross-platform (currently Mac and Windows) free and open source map bed upload application called PicGo using Electron Vue. During...
Since developing an application with electron requires opening multiple Windows, using the a TAB and _blank will pop up a subwindow instead of a new...