Skip to content

The seeds to build the distributions of your apps with Electron

Notifications You must be signed in to change notification settings

vieapps/Apps.Electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apps.Electron

The seeds to build distributions of your "desktop" apps with Electron for running well on macOS, Windows & Linux

Steps:

  • Clone this repo to your computer
  • Copy all ready-to-go files of your app into folder "src/app-primary"
  • Replace the icons (in the "build" folder) by your app icon - use this convert tool (https://cloudconvert.com) if you need to create icon files from your PNG image
  • Type "npm install" to install all dependencies (in terminal/command prompt at the project folder, of course)
  • Type "npm run electron" to test your "desktop" app that packed with Electron
  • Type "npm run electron-build" to build the distributions of your app (macOS, Windows & Linux)
  • Open the folder named "dist" to see the distributions of your "desktop" app.

More information: