:electron: 🚀 The easiest way to get started with Electron
Перейти к файлу
Shelley Vohr 6e36abfc3b
feat: add Intellisense for Node.js (#988)
2022-07-20 10:51:49 -05:00
.github build(deps): bump actions/setup-node from 3.4.0 to 3.4.1 (#1132) 2022-07-15 14:18:41 +08:00
.husky chore: make husky precommit hook executable (#589) 2021-03-03 15:39:22 -06:00
.vscode 🚀 First commit 2018-06-06 18:41:04 +02:00
assets feat: sidebar package manager (#874) 2021-10-27 09:12:06 -07:00
rtl-spec test: properly arrange address bar test conditions (#1098) 2022-06-10 11:56:24 -04:00
src feat: add Intellisense for Node.js (#988) 2022-07-20 10:51:49 -05:00
static feat: add Intellisense for Node.js (#988) 2022-07-20 10:51:49 -05:00
tests feat: add Intellisense for Node.js (#988) 2022-07-20 10:51:49 -05:00
tools feat: add Intellisense for Node.js (#988) 2022-07-20 10:51:49 -05:00
.eslintrc.js build(forge): introduce webpack plugin and remove parcel (#1109) 2022-07-11 15:38:10 -07:00
.gitattributes 📝 Various default files 2018-06-10 14:33:02 +02:00
.gitignore build(forge): introduce webpack plugin and remove parcel (#1109) 2022-07-11 15:38:10 -07:00
.lessrc fix: support blueprint variables (#1047) 2022-04-22 09:14:50 -07:00
.prettierrc.js build: replace TSLint with ESLint and Prettier (#445) 2020-08-05 14:14:33 -07:00
.stylelintrc 🔧 🎨 Better less, better tools 2018-06-24 18:11:21 -07:00
CODE_OF_CONDUCT.md 📝 Various default files 2018-06-10 14:33:02 +02:00
CONTRIBUTING.md docs: better CONTRIBUTING docs (#685) 2021-05-05 16:04:44 -07:00
LICENSE.md Update Years 2020-01-01 17:41:48 -10:00
README.md docs(readme): update Discord invite link (#998) 2022-03-07 13:14:25 -08:00
SECURITY.md 📝 Various default files 2018-06-10 14:33:02 +02:00
forge.config.js build(forge): introduce webpack plugin and remove parcel (#1109) 2022-07-11 15:38:10 -07:00
jest.json build(forge): introduce webpack plugin and remove parcel (#1109) 2022-07-11 15:38:10 -07:00
package.json feat: add Intellisense for Node.js (#988) 2022-07-20 10:51:49 -05:00
tsconfig.json feat: add Intellisense for Node.js (#988) 2022-07-20 10:51:49 -05:00
wallaby.js build: replace TSLint with ESLint and Prettier (#445) 2020-08-05 14:14:33 -07:00
yarn.lock feat: add Intellisense for Node.js (#988) 2022-07-20 10:51:49 -05:00

README.md

Electron Fiddle icon Electron Fiddle

Coverage Status Electron Discord Invite

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 Fiddle now!

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!

Contributing

Electron Fiddle is a community-driven project that welcomes all sorts of contributions. Please check out our Contributing Guide for more details.

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.