Région de recherche :

Date :

https://www.electronjs.org

Build cross-platform desktop apps with JavaScript, HTML, and CSS | Electron

Electron is an open source project that lets you create desktop applications with JavaScript, HTML, and CSS. Learn how to use Electron Forge, install Electron, or try Electron Fiddle to get started.

https://github.com › electron › electron

GitHub - electron/electron: :electron: Build cross-platform desktop ...

Installation. To install prebuilt Electron binaries, use npm. The preferred method is to install Electron as a development dependency in your app: npm install electron --save-dev. For more installation options and troubleshooting tips, see installation. For info on how to manage Electron versions in your apps, see Electron versioning.

https://www.electronjs.org › fr › docs › latest › tutorial › tutorial-first-app

Créer votre première application - Electron

Dans cette partie du tutoriel, vous apprendrez comment configurer votre projet Electron et écrire une simple application pour débuter. À la fin de cette section, vous devriez être en mesure d'exécuter une application Electron fonctionnelle en mode développement depuis votre terminal.

https://www.npmjs.com › package › electron

electron - npm

Use Electron Fiddle to build, run, and package small Electron experiments, to see code examples for all of Electron's APIs, and to try out different versions of Electron. It's designed to make the start of your journey with Electron easier.

https://www.electronjs.org › docs › latest › tutorial › tutorial-first-app

Building your First App - Electron

Prerequisites. Building your First App. Using Preload Scripts. Adding Features. Packaging Your Application. Publishing and Updating. Learning goals. In this part of the tutorial, you will learn how to set up your Electron project and write a minimal starter application.

https://github.com › electron › electron › releases

Releases · electron/electron - GitHub

electron v33.0.0-beta.2 Pre-release. Note: This is a beta release. Please file new issues for any bugs you find in it. This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@33.0.0-beta.2.

https://github.com › electron

Electron - GitHub

Build cross platform desktop apps with JavaScript, HTML, and CSS - Electron.

Electron - GitHub

https://zeke.github.io › electron.atom.io

Build cross platform desktop apps with JavaScript, HTML, and CSS - Electron

Explore the Electron APIs. The Electron API Demos app interactively demonstrates the most important features of the Electron API. See what's possible with Electron with sample code and helpful tips for building your app. Download from GitHub

Build cross platform desktop apps with JavaScript, HTML, and CSS - Electron

https://zeke.github.io › electron.atom.io › docs › tutorial › quick-start

Quick Start - Electron

Quick Start. Electron enables you to create desktop applications with pure JavaScript by providing a runtime with rich native (operating system) APIs. You could see it as a variant of the Node.js runtime that is focused on desktop applications instead of web servers.

https://www.freecodecamp.org › news › how-to-build-your-first-app-with-electron-41ebdb796930

How to Build Your First Desktop App with JavaScript Using Electron

There are two versions available for download. The source code for this tutorial, and an advanced version of the app, recommended for more experienced Electron users. The code will change since I’m adding new features and enhancements. Be sure to check back to see what’s new.

How to Build Your First Desktop App with JavaScript Using Electron