| Aug | SEP | Oct |
| 08 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: top_domains-00700
$ npm i -D electron@latest
# Electron 10.1.1
# Node 12.16.3
# Chromium 85.0.4183.93
$ npm i -D electron@beta
# Electron 11.0.0-beta.4
# Node 12.18.3
# Chromium 86.0.4234.0
$ npm i -D electron-nightly
# Electron 12.0.0-nightly.20200903
# Node 12.18.3
# Chromium 86.0.4234.0





# Clone the Quick Start repository
$ git clone https://github.com/electron/electron-quick-start
# Go into the repository
$ cd electron-quick-start
# Install the dependencies and run
$ npm install && npm start
| Key | Action | |
|---|---|---|
| / | Focus the search bar | |
| Esc | Focus the search bar and cleans it | |
| ↓ | Select the next search result | |
| ↑ | Select the previous search result | |
| Enter | Open the selected search result | |
| cmdEnter | Ctrl+Enter | Open the selected search result in a new tab |