https://github.com/jeeanribeiro/electron-screen-recorder
Simple Electron screen recorder
https://github.com/jeeanribeiro/electron-screen-recorder
desktop-capturer electron quasar screen-recorder tailwindcss typescript vite vue
Last synced: 2 months ago
JSON representation
Simple Electron screen recorder
- Host: GitHub
- URL: https://github.com/jeeanribeiro/electron-screen-recorder
- Owner: jeeanribeiro
- License: mit
- Created: 2022-11-29T20:50:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T01:02:28.000Z (over 3 years ago)
- Last Synced: 2025-01-12T09:29:57.564Z (over 1 year ago)
- Topics: desktop-capturer, electron, quasar, screen-recorder, tailwindcss, typescript, vite, vue
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron screen recorder
Simple Electron screen recorder app made with Electron, Vite, Vue, Quasar and Tailwind
Pre-requisites:
```
Node version 14.18.x and higher
Yarn
```
To install dependencies:
```shell
yarn install
```
To run as development server:
```shell
yarn dev
```
To build for prodution:
```shell
yarn build
```