Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akabekobeko/examples-electron
Examples for Electron applications.
https://github.com/akabekobeko/examples-electron
audio build electron example npm-scripts typescript webpack
Last synced: 2 days ago
JSON representation
Examples for Electron applications.
- Host: GitHub
- URL: https://github.com/akabekobeko/examples-electron
- Owner: akabekobeko
- License: mit
- Created: 2015-09-16T14:56:38.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T10:40:28.000Z (over 2 years ago)
- Last Synced: 2024-10-18T10:28:54.907Z (3 months ago)
- Topics: audio, build, electron, example, npm-scripts, typescript, webpack
- Language: TypeScript
- Size: 3.69 MB
- Stars: 216
- Watchers: 10
- Forks: 54
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# examples-electron
Examples for Electron applications.
|Starter Kit|Audio Player|Multiple Window|Simple Filer|
|---|---|---|---|
|![Electron Starter Kit](./electron-starter/ss.png)|![audio-player](./audio-player/ss-1.png)|![Multiple Window](./multiple-windows/ss.png)|![Simple Filer](./simple-filer/ss.png)|## [Electron Starter Kit](./electron-starter)
This is a starter kit of the Electron application development.
- [Electron を試す - 開発環境の構築](https://akabeko.me/blog/2015/09/electron/)
- [Electron を試す 2 - パッケージ化におけるプラットフォーム固有処理とコンパイル分岐](https://akabeko.me/blog/2015/10/electron-2/)## [Audio Player](./audio-player)
Example of simple audio player on Electron.
- [Electron を試す 3 - 簡易音楽プレーヤー](https://akabeko.me/blog/2015/10/electron-3/)
- [Electron を試す 4 - 簡易音楽プレーヤー 2](https://akabeko.me/blog/2015/10/electron-4/)
- [Electron を試す 5 - Electron v0.35.0 対応](https://akabeko.me/blog/2015/11/electron-5/)## [Multiple Window](./multiple-windows)
Example to manage multiple windows on [Electron](https://electron.atom.io/).
- [Electron を試す 6 - 複数ウィンドウの管理](https://akabeko.me/blog/2015/12/electron-6/)
## [Simple Filer](./simple-filer)
Example to simple filer on [Electron](https://electron.atom.io/).
- [Electron を試す 11 - 簡易ファイラー with TypeScript](https://akabeko.me/blog/2019/02/electron-11/)