Skip to content

xdsnet/electron-api-demos

 
 

Repository files navigation

Electron API Demos icon Electron API演示

Build Status JavaScript Standard Style

这是一个桌面程序,它以交互的方式演示如何使用Electron API核心功能。这个程序采用Electron创建,当然,它可以工作在Windows, OS X和Linux等操作系统上。

通过这个程序,你将了解到Electron是如何工作的,并通过源代码学习如何创建基本的Electron程序。

Electron API Demos Screenshots


这个项目遵照代码贡献守则。所有贡献者均需秉承此守则。向[email protected] 报告不可接受的行为。

在twitter上关注@ElectronJS的重要公告。访问electron主页网站。

使用

你可以为你的操作系统下载最新发布并且自行编译(见下)。

编译

在你的计算机系统中需要安装Node.js来编译这个程序。

$ git clone https://github.com/electron/electron-api-demos
$ cd electron-api-demos
$ npm install
$ npm start

如果你不想clone,你可以下载源代码

为了便于开发,你可以打开有开发工具栏的全屏模式:

$ npm run dev

延伸

阅读文档来学习如何编译或者添加新演示

About

Explore the Electron APIs

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 48.7%
  • JavaScript 36.7%
  • CSS 12.8%
  • Shell 1.8%