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

https://github.com/iliyazelenko/vue-electron-desktop-capture

Desktop video capture. Vue CLI 3, Electron(vue-cli-plugin-electron-builder)
https://github.com/iliyazelenko/vue-electron-desktop-capture

electron video video-capture video-recording vue vue2

Last synced: 8 months ago
JSON representation

Desktop video capture. Vue CLI 3, Electron(vue-cli-plugin-electron-builder)

Awesome Lists containing this project

README

          

# Desktop Capture

![My image](https://i.imgur.com/FXDyphH.png)
![My image](https://i.imgur.com/OjZj2tK.png)

## Project setup
```
yarn install
```

### To start a development server:

If you use [Yarn](https://yarnpkg.com/en/) (strongly recommended):

`yarn serve:electron`

or if you use NPM:

`npm run serve:electron`

### To build your app:

With Yarn:

`yarn build:electron`

or with NPM:

`npm run build:electron`