egoist / template-electron

Scaffold out an Electron app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Scaffold out an Electron app.

License:MIT License


Languages

Language:JavaScript 91.2%Language:HTML 5.4%Language:CSS 2.5%Language:Vue 0.9%