recipesakp.blogg.se

Electron node js version
Electron node js version













electron node js version

Other than that, Electron's actually pretty stable. And in the other versions, you can use Node 12. So in the same way different versions of Node are also going to have different capabilities, and so you can see that in the current version. And so different versions of Electron are going to give you capabilities that are dependent on those different versions of Chrome. And so this Chromium thing that you see here specifying in the releases is the version of Google Chrome that is being used in the browser that you use to create the application. And that browser happens to be Google Chrome. But what it's doing is essentially running a browser. So Electron is essentially an application that is wrapped around a window, and it gives you the ability to create menus. And I just want to show you that the main difference is the version of Node.js that each one of these versions uses, as well as the version of Chromium.

electron node js version

So I would stay away from that one, and even the beta most of the time. And finally, there is the nightly version, which is the cutting-edge version of the framework. And then there is the beta, which is a version that is going to be released soon. The first one is the latest version, which is usually the most stable version of the platform. Now, if you go to the Electron website, and you scroll down just a little bit, you can see that there are three releases. app.whenReady().- Take a look at what it takes to install Electron. This will create the application window for your app. When the app is ready, call the createWindow() function.Win.loadFile( 'dist/electron-app/index.html') In this file, initialize Electron so that you can use it to create the application window. Create a file in the root of your project named main.js.How to Use Electron to Open an Angular Application in a Desktop WindowĬreate the main.js file, and configure it to open the application's content inside a desktop window.















Electron node js version