Basic understanding and Usage Summary of Electron
Electron process
Electron inherits the multi process architecture from Chromium, which makes the framework very similar to a modern web browser
Why? It's not a single process
Web browser is an extremely complex application. In addition to their primary ability to display web content, they have many secondary responsibilities, such as managin ...
Posted by jaronblake on Wed, 15 Dec 2021 05:28:00 +0100
vue + electron quick start
What is Electron?
Electron There is only one simple sentence on the official website: Build cross platform desktop applications using JavaScript, HTML and CSS. Simply put, there is Electron, we can use front-end technology to write web Page, which can be converted into a desktop application.Before that, ...
Posted by olko on Wed, 10 Nov 2021 13:25:49 +0100