Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 505 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 505 Bytes

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