Skip to content

Templates bundled with Electron Forge to create Electron apps using popular JavaScript frameworks

Notifications You must be signed in to change notification settings

ebordon/electron-forge-templates

 
 

Repository files navigation

Electron Forge Templates

This repo helps you to get started with many of the popular web frameworks in Electron, by providing a ready-to-go templates for electron-forge.

How do I try these out?

All of these templates are built-in to electron-forge. All you have to do is install forge, initialize your project and get coding!

npm install -g electron-forge

# react can be swapped out for any of the template names
electron-forge init my-project --template=react

To create an installable package that you can send to people, run:

electron-forge make

Is it really this easy though?

Yes!

Frameworks supported

  • Vue 2.0
  • React
  • React with TypeScript support
  • Angular 2.x

Unsupported frameworks

Coming soon

  • Angular 1.x

About

Templates bundled with Electron Forge to create Electron apps using popular JavaScript frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.3%
  • TypeScript 37.3%
  • HTML 16.2%
  • Vue 1.2%