Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/electron-userland/electron-forge-templates

Templates bundled with Electron Forge <= 5 to create Electron apps using popular JavaScript frameworks
https://github.com/electron-userland/electron-forge-templates

angular2 electron electron-forge javascript react typescript vue

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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](https://github.com/electron-userland/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!

```sh
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:

```sh
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

* Ember (use [ember-electron](https://github.com/felixrieseberg/ember-electron), which depends on Electron Forge)

## [Third party templates](https://github.com/electron-userland/electron-forge-templates/wiki/Third-Party-Templates)

## Coming soon

* Angular 1.x ([help wanted](https://github.com/electron-userland/electron-forge-templates/issues/3))