https://github.com/bitcoding/obs-control
https://github.com/bitcoding/obs-control
obs obs-studio obs-websocket obs-websocket-5 vue vue-js vuex
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitcoding/obs-control
- Owner: BitCoding
- License: mit
- Created: 2022-08-07T22:04:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T20:43:48.000Z (almost 4 years ago)
- Last Synced: 2023-07-31T12:25:27.848Z (almost 3 years ago)
- Topics: obs, obs-studio, obs-websocket, obs-websocket-5, vue, vue-js, vuex
- Language: TypeScript
- Homepage:
- Size: 231 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# obs-control
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).