template-electron

Scaffold out an Electron app.


Keywords
electron, sao, template
License
MIT
Install
npm install template-electron@0.3.3

Documentation

template-electron

NPM version NPM downloads Build Status donate

Features

  • Run app in background, i.e. click x will only hide the window and reopen it will not trigger reloading.
  • No build process, made simple (webpack/parcel support is optional)

Usage

Install SAO first.

yarn global add sao
# or
npm i -g sao

From git

sao egoist/template-electron my-project

From npm

sao electron my-project

License

MIT © EGOIST