:electron: 🚀 The easiest way to get started with Electron
Перейти к файлу
Felix Rieseberg f32fce2f80
Merge pull request #281 from electron/fix-dropdowns
fix: Incorrect dropdowns
2019-12-12 14:56:25 -05: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 fix: Incorrect dropdowns 2019-12-12 14:23:11 -05:00
static build: Notarize the build with Apple 2019-12-03 17:52:52 -08:00
tests feat: add bisect helper (#257) 2019-11-22 18:46:58 -05:00
tools build: Update to electron-forge b46 2019-12-04 10:44:13 -08:00
.gitattributes 📝 Various default files 2018-06-10 14:33:02 +02:00
.gitignore 🏫 Accelerator example is now the globalShortcut example 2018-08-08 16:45:01 -07:00
.stylelintrc 🔧 🎨 Better less, better tools 2018-06-24 18:11:21 -07:00
.travis.yml build: Use a later macOS image 2019-12-03 18:08:51 -08:00
CODE_OF_CONDUCT.md 📝 Various default files 2018-06-10 14:33:02 +02:00
LICENSE.md 📝 Add documents 2018-06-07 13:08:47 +02: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 build: Update to electron-forge b46 2019-12-04 10:44:13 -08:00
jest.json test: Fix Wallaby & Jest 2019-03-31 12:00:09 -07:00
package-lock.json Revert "First basis for having Node in there, too" 2019-12-12 14:06:34 -05:00
package.json Merge pull request #279 from electron/notarize 2019-12-04 13:43:38 -08:00
tsconfig.json chore: Update the dependencies 2019-07-07 17:15:43 -07:00
tslint.json 🔧 Clamp down on codestyle 2018-07-30 18:07:31 -07: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.