electron download
npm install electron --save-devCopynpm install electron --save-dev
Copy$ npm i -D electron@latest
# Electron 11.2.1
# Node 12.18.3
# Chromium 87.0.4280.141<!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
Also in JavaScript:
- js async await
- embed discord.js
- close current tab javascript
- javascript append to paragraph
- jquery do something if toggle open and close
- for each array javascript
- jquery script tag
- devtools failed to load sourcemap when debugging react native
- js add week to date
- angular vs react vs vue
- javascript destructing
- passing a variable to the width style div angular
- react native slow performance after load iamges
- angular 6 key value pair getvalue example
- Prevent Multiple Form Submissions With JQuery
- js get first letter of string
- Error: It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function.
- js is letter
- express js sample project
- transfer data from one component to another angular
- javascript date get day of week abbreviation
- Javascript >> Google Script array concat doesn't work
- identify chrome on android using javascript
- js concat arrays with redeuce