Title
Getting Started - Electron Forge
Go Home
Category
Description
Electron Forge is a complete tool for creating, publishing, and installing modern Electron applications.
Address
Phone Number
+1 609-831-2326 (US) | Message me
Site Icon
Getting Started - Electron Forge
Page Views
0
Share
Update Time
2022-05-07 17:51:34

"I love Getting Started - Electron Forge"

www.electronforge.io VS www.gqak.com

2022-05-07 17:51:34

Electron ForgeGitHubDiscordSearch…V6Getting StartedImport Existing ProjectConfigurationCLIBuilt-in TemplatesTypeScriptTypeScript + WebpackWebpackForge ConfigurationPluginsMakersPublishersGuidesElectron GuidesFramework IntegrationDeveloping with WSLAdvancedAuto UpdateDebuggingExtending Electron ForgeAPI DocsPowered By GitBookGetting StartedElectron Forge is a complete tool for creating, publishing, and installing modern Electron applications.The BasicsTo get started with Electron Forge, we first need to initialize a new project.Yarn 1NPM1yarn create electron-app my-appCopied!1npx [email protected] my-appCopied!You should now have a directory called my-app with a ultra-minimal Electron app boilerplate inside. If you head into that directory and start up the app, you'll be all set to start developing.YarnNPM1cd my-app2yarn startCopied!1cd my-app2npm startCopied!Building DistributablesSo you've got an amazing application there, and you want to package it all up and share it with the world. If you run the make script Electron Forge will generate you platform specific distributables for you to share with everyone. For more information on what kind of distributables you can make, check out the Makers documentation.YarnNPM1yarn makeCopied!1npm run makeCopied!Advanced UsageOnce you've got a basic app going and you can make distributables for it, you should check out the documentation on some of our more advanced features like:​Publishers​​Debugging your app​​Webpack support​​Writing your own makers, publishers and plugins​NextImport Existing ProjectLast modified 9mo agoCopy linkEdit on GitHubContentsThe BasicsBuilding DistributablesAdvanced Usage