electron
npm i -D electron@latest
electron
Charge: -1.60217662 × 10^(-19) C
Mass: 9.10938356 × 10^(-31) kg
electron
$ npm i -D electron@latest
# Electron 11.0.1
# Node 12.18.3
# Chromium 87.0.4280.60
electron js
$ npm i -D electron@latest
# Electron 10.1.3
# Node 12.16.3
# Chromium 85.0.4183.121
electron js
$ npm i -D electron@latest
# Electron 11.2.3
# Node 12.18.3
# Chromium 87.0.4280.141
electron
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
</head>
<body style="background: white;">
<h1>Hello World!</h1>
We are using node <script>document.write(process.versions.node)</script>,
Chrome <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>.
</body>
</html>
Copiar
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us