Electron is a framework for creating universal applications that run on Mac, Linux, and Windows. At it's core is a stripped down version of a web browser. It has been used to create widely used applications such as Slack and Visual Studio Code, among others. In this recipe, you'll build a simple app with Electron.
Building universal applications with Electron
Getting ready
To build this app, we will use only basic Vue functionalities. Electron is out of scope for this book, but for this recipe no knowledge of Electron is required; in fact, this is a good starting point to learn more about Electron.