| Jan | FEB | Mar |
| 24 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: Save Page Now
$ npm i -D electron@latest
# Electron 11.3.0
# Node 12.18.3
# Chromium 87.0.4280.141
$ npm i -D electron@beta
# Electron 12.0.0-beta.28
# Node 14.15.1
# Chromium 89.0.4389.23
$ npm i -D electron-nightly
# Electron 13.0.0-nightly.20210222
# Node 14.15.4
# Chromium 90.0.4402.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 |