Skip to content

wikinwu/electron-api-demos

This branch is up to date with electron/electron-api-demos:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 6, 2020
Aug 2, 2019
Nov 6, 2018
Oct 12, 2020
Jan 8, 2019
Oct 20, 2021
Oct 22, 2018
Sep 27, 2016
Apr 11, 2016
Jan 31, 2018
Jul 12, 2018
Jul 22, 2018
Jul 22, 2018
Apr 20, 2019
Nov 2, 2020
Jul 24, 2018
Jul 28, 2017
Oct 22, 2018
Feb 15, 2018
Feb 28, 2019
Oct 17, 2022
Oct 17, 2022

Repository files navigation

Electron API Demos icon Electron API Demos

Build Status JavaScript Standard Style

This is a desktop app that interactively and with sample code demonstrates core features of the Electron API. It's built with Electron, too, of course. This app works on Windows, macOS and Linux operating systems.

Use this app to see what you can do with Electron and use the source code to learn how to create a basic Electron app.

Electron API Demos Screenshots


This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Follow @ElectronJS on Twitter for important announcements. Visit the electron website.

Using

You can download the latest release for your operating system or build it yourself (see below).

Building

You'll need Node.js installed on your computer in order to build this app.

$ git clone https://github.com/electron/electron-api-demos
$ cd electron-api-demos
$ npm install
$ npm start

If you don't wish to clone, you can download the source code.

For easier developing you can launch the app in fullscreen with DevTools open:

$ npm run dev

Extending

Read the docs to learn more about how this app is built or how to add a new demo.

Translations

Note: these versions are maintained by outside contributors and may not always be in sync with this version.

About

Explore the Electron APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.8%
  • JavaScript 33.9%
  • CSS 12.6%
  • Shell 1.7%