https://github.com/valsaven/sight
A cross-platform image viewer based on Electron and Vue 🌄
https://github.com/valsaven/sight
electron imageviewer vue vuejs
Last synced: about 1 year ago
JSON representation
A cross-platform image viewer based on Electron and Vue 🌄
- Host: GitHub
- URL: https://github.com/valsaven/sight
- Owner: valsaven
- License: gpl-3.0
- Created: 2017-10-26T17:53:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T13:05:16.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T09:34:21.894Z (about 1 year ago)
- Topics: electron, imageviewer, vue, vuejs
- Language: Vue
- Homepage:
- Size: 2.48 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sight
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalsaven%2FSight?ref=badge_shield)
A cross-platform image viewer. (Vite+Vue3+Electron+Typescript)
Features:
- Select image: Ctrl + Click
- Get image info: Hovering mouse over image
## Install packages
```bash
npm i
```
## Run
### dev mode
```bash
npm run app:dev
```
### preview mode
```bash
npm run app:preview
```
### build app
```bash
npm run app:build
```
### debug main process
1. Add a break point in the main process `src/electron/main/main.ts`.
2. Open the `Run and Debug (Ctrl+Shift+D)` tool, and select `Debug Main Process`.
*Note: Before using the debug tool to debug the main process, you should run the preview script `npm run app:preview` first to build the Vue app.*
## License
GNU GPL v3 - see [LICENSE](LICENSE)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fvalsaven%2FSight?ref=badge_large)