An open API service indexing awesome lists of open source software.

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

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
```