A download manager built with Vue and Electron
# install dependencies
yarn
# serve with hot reload at localhost:9080
yarn run dev
# build electron application for production
yarn run build
# run unit & end-to-end tests
yarn test
# lint all JS/Vue component files in `src/`
yarn run lint