https://github.com/pfitzer/electron-dialog-examples
Examples of how to use electron dialog
https://github.com/pfitzer/electron-dialog-examples
dialog electron examples tutorial
Last synced: 3 months ago
JSON representation
Examples of how to use electron dialog
- Host: GitHub
- URL: https://github.com/pfitzer/electron-dialog-examples
- Owner: pfitzer
- License: mit
- Created: 2018-09-02T12:33:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T12:51:08.000Z (over 7 years ago)
- Last Synced: 2025-03-05T16:38:08.223Z (11 months ago)
- Topics: dialog, electron, examples, tutorial
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
electron-dialog-examples
------------------------
Some examples how to use the electron dialog module.
````
# clone the repository
git clone https://github.com/pfitzer/electron-dialog-examples.git
# install dependencies
npm install
# run electron application
npm start
````
If you have more examples, create a pull request.