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.
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
Yes!
- Vue 2.0
- React
- React with TypeScript support
- Angular 2.x
- Ember (use ember-electron, which depends on Electron Forge)
- Angular 1.x (help wanted)