Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arfedulov/screen-recorder
Web based screen video/audio recorder
https://github.com/arfedulov/screen-recorder
Last synced: 30 days ago
JSON representation
Web based screen video/audio recorder
- Host: GitHub
- URL: https://github.com/arfedulov/screen-recorder
- Owner: arfedulov
- Created: 2020-04-02T17:39:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T04:59:58.000Z (over 1 year ago)
- Last Synced: 2024-10-17T13:13:42.627Z (3 months ago)
- Language: Vue
- Homepage: https://arfedulov.github.io/recorder/
- Size: 561 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# screen-recorder
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).