/electron-youtube-downloader

An electron and Vue app to download youtube videos from URL

Primary LanguageJavaScriptMIT LicenseMIT

youtube-downloader

An electron-vue project

screenshot 2018-12-21 at 5 13 05 pm

Run Server

node server

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run end-to-end tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint