Awesome
Arclight
A video player (WIP) based on mpv.js (libmpv).
Build Setup
- grab
mpvjs.node
from https://github.com/Kagami/mpv.js/releases - grab
mpv-1.dll
from libmpv - drop
mpvjs.node
andmpv-1.dll
tostatic/mpv.js/
folder - drop
youtube-dl
binary to top-level of project (If you want to support youtube or other video site witch supported by youtube-dl) - build it
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@16fb2b9 using vue-cli. Documentation about the original structure can be found here.