Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

electron-userland/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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published