:electron: 🚀 The easiest way to get started with Electron
Перейти к файлу
Felix Rieseberg 0a423bc294 feat: Add progress to settings page, too 2020-03-24 11:40:09 -07:00
.github build: create a PR for releases.json updates instead of trying to push to master (#341) 2020-03-06 16:17:42 -08:00
.vscode 🚀 First commit 2018-06-06 18:41:04 +02:00
assets docs: Add icon as SVG 2018-12-12 12:47:53 +09:00
src feat: Add progress to settings page, too 2020-03-24 11:40:09 -07:00
static build: update Electron releases JSON 2020-03-23 00:04:50 +00:00
tests feat: Add progress to settings page, too 2020-03-24 11:40:09 -07:00
tools build: create a PR for releases.json updates instead of trying to push to master (#341) 2020-03-06 16:17:42 -08:00
.gitattributes 📝 Various default files 2018-06-10 14:33:02 +02:00
.gitignore chore: add test report generation helper (#340) 2020-03-09 09:28:43 -07:00
.stylelintrc 🔧 🎨 Better less, better tools 2018-06-24 18:11:21 -07:00
.travis.yml build: cache/install node dependencies per Travis docs, remove deprecated option 2020-03-02 15:40:23 -08:00
CODE_OF_CONDUCT.md 📝 Various default files 2018-06-10 14:33:02 +02:00
CONTRIBUTING.md chore: add contributing guide (#311) 2020-01-28 18:51:54 -08:00
LICENSE.md Update Years 2020-01-01 17:41:48 -10:00
README.md chore: Consistent use of "publish" keyword 2019-07-01 21:15:18 -07:00
SECURITY.md 📝 Various default files 2018-06-10 14:33:02 +02:00
appveyor.yml build: Update AppVeyor to Node 12 2019-10-27 11:01:39 -07:00
forge.config.js Update forge.config.js 2020-03-17 16:13:32 -07:00
jest.json chore: fix test:report bailing (#349) 2020-03-11 12:32:03 -07:00
package-lock.json chore: Refactor BinaryManager, no more classes 2020-03-17 17:07:25 -07:00
package.json chore: Refactor BinaryManager, no more classes 2020-03-17 17:07:25 -07:00
tsconfig.json wrench: Update dependencies 2020-02-27 14:41:44 -08:00
tslint.json build: Update tslint rules 2020-01-13 10:55:01 -08:00
wallaby.js test: Fix Wallaby & Jest 2019-03-31 12:00:09 -07:00

README.md

Electron Fiddle icon Electron Fiddle

Build Status Coverage Status

Electron Fiddle lets you create and play with small Electron experiments. It greets you with a quick-start template after opening – change a few things, choose the version of Electron you want to run it with, and play around. Then, save your Fiddle either as a GitHub Gist or to a local folder. Once published on GitHub, anyone can quickly try your Fiddle out by just entering it in the address bar.

Download Electron Fiddle for macOS, Windows, and Linux

Electron Fiddle screenshot

Features

Explore Electron

Screenshot: Electron App running

Try Electron without installing any dependencies: Fiddle includes everything you'll need to explore the platform. It also includes examples for every API available in Electron, so if you want to quickly see what a BrowserView is or how the desktopCapturer works, Fiddle has got you covered.

Code with Types

Screenshot: Fiddle's Types

Fiddle includes Microsoft's excellent Monaco Editor, the same editor powering Visual Studio Code. It also installs the type definitions for the currently selected version of Electron automatically, ensuring that you always have all Electron APIs only a few keystrokes away.

Compile and Package

Screenshot: Fiddle's Tasks Menu

Fiddle can automatically turn your experiment into binaries you can share with your friends, coworkers, or grandparents. It does so thanks to electron-forge, allowing you to package your fiddle as an app for Windows, macOS, or Linux.

Start with Fiddle, Continue Wherever

Screenshot: Visual Studio Code with Fiddle Export

Fiddle is not an IDE – it is however an excellent starting point. Once your fiddle has grown up, export it as a project with or without electron-forge. Then, use your favorite editor and take on the world!

License

MIT, please see the LICENSE file for full details.

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