| Nov | DEC | Jan |
| 14 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: Arquivo.pt: the Portuguese web-archive
$ npm i -D electron@latest
# Electron 11.1.0
# Node 12.18.3
# Chromium 87.0.4280.88
$ npm i -D electron@beta
# Electron 12.0.0-beta.9
# Node 14.15.1
# Chromium 89.0.4328.0
$ npm i -D electron-nightly
# Electron 13.0.0-nightly.20201211
# Node 14.15.1
# Chromium 89.0.4328.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 |