Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Build cross platform desktop apps with JavaScript, HTML, and CSS

License

NotificationsYou must be signed in to change notification settings

thomsonreuters/electron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Logo

CircleCI Build StatusAppVeyor Build StatusJenkins Build StatusdevDependency StatusJoin the Electron Community on Slack

📝 Available Translations: 🇨🇳 🇹🇼 🇧🇷 🇪🇸 🇰🇷 🇯🇵 🇷🇺 🇫🇷 🇹🇭 🇳🇱 🇹🇷 🇮🇩 🇺🇦 🇨🇿 🇮🇹.View these docs in other languages atelectron/electron-i18n.

The Electron framework lets you write cross-platform desktop applicationsusing JavaScript, HTML and CSS. It is based onNode.js andChromium and is used by theAtomeditor and many otherapps.

Follow@ElectronJS on Twitter for importantannouncements.

This project adheres to the Contributor Covenantcode of conduct.By participating, you are expected to uphold this code. Please report unacceptablebehavior toelectron@github.com.

Installation

To install prebuilt Electron binaries, usenpm.The preferred method is to install Electron as a development dependency in yourapp:

npm install electron --save-dev --save-exact

The--save-exact flag is recommended as Electron does not follow semanticversioning. For info on how to manage Electron versions in your apps, seeElectron versioning.

For more installation options and troubleshooting tips, seeinstallation.

Quick start

Clone and run theelectron/electron-quick-startrepository to see a minimal Electron app in action:

git clone https://github.com/electron/electron-quick-startcd electron-quick-startnpm installnpm start

Resources for learning Electron

Programmatic usage

Most people use Electron from the command line, but if you requireelectron insideyourNode app (not your Electron app) it will return the file path to thebinary. Use this to spawn Electron from Node scripts:

constelectron=require('electron')constproc=require('child_process')// will print something similar to /Users/maf/.../Electronconsole.log(electron)// spawn Electronconstchild=proc.spawn(electron)

Mirrors

Documentation Translations

Find documentation translations inelectron/electron-i18n.

Community

You can ask questions and interact with the community in the followinglocations:

Check outawesome-electronfor a community maintained list of useful example apps, tools and resources.

License

MIT

When using the Electron or other GitHub logos, be sure to follow theGitHub logo guidelines.

About

Build cross platform desktop apps with JavaScript, HTML, and CSS

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++65.4%
  • JavaScript20.3%
  • Objective-C++7.3%
  • Python5.1%
  • Objective-C1.3%
  • HTML0.4%
  • Other0.2%

[8]ページ先頭

©2009-2025 Movatter.jp