Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/electron-userland/electron-forge-templates
- Owner: electron-userland
- Archived: true
- Created: 2016-12-30T00:23:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T04:19:19.000Z (over 5 years ago)
- Last Synced: 2024-07-18T01:14:39.447Z (4 months ago)
- Topics: angular2, electron, electron-forge, javascript, react, typescript, vue
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 106
- Watchers: 7
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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))