Electron-api-demos
제품 정보
오픈소스 사용 사례
공개 채팅
지원 계획
현재 사용할 수 있는 OSS 플랜이 없습니다.
저장소의 제공자 또는 기여자인 경우 OSS 플랜 추가를 시작할 수 있습니다.
OSS 플랜 추가이 오픈소스에 대한 플랜을 찾고 있다면 저희에게 문의해 주세요.
전문 공급자와 연락하실 수 있도록 도와드리겠습니다.
제품 세부 정보
Electron API Demos
This is a desktop app that interactively and with sample code demonstrates core features of the Electron API. It's built with Electron, too, of course. This app works on Windows, macOS and Linux operating systems.
Use this app to see what you can do with Electron and use the source code to learn how to create a basic Electron app.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to coc@electronjs.org.
Follow @ElectronJS on Twitter for important announcements. Visit the electron website.
Using
You can download the latest release for your operating system or build it yourself (see below).
Building
You'll need Node.js installed on your computer in order to build this app.
$ git clone https://github.com/electron/electron-api-demos
$ cd electron-api-demos
$ npm install
$ npm start
If you don't wish to clone, you can download the source code.
For easier developing you can launch the app in fullscreen with DevTools open:
$ npm run dev
Extending
Read the docs to learn more about how this app is built or how to add a new demo.
Translations
- Simplified Chinese translation of this app is available at
demopark/electron-api-demos-Zh_CN
. - Traditional Chinese translation of this app is available at
CalvertYang/electron-api-demos-zh-Hant
. - Japanese translation of this app is available at
LeeDDHH/electron-api-demos-ja
.
Note: these versions are maintained by outside contributors and may not always be in sync with this version.