A Cross-platform soundcloud client
 
 
 
Go to file
dependabot[bot] e2f8d27c4c
Bump karma from 2.0.5 to 6.3.14
Bumps [karma](https://github.com/karma-runner/karma) from 2.0.5 to 6.3.14.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v2.0.5...v6.3.14)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 06:56:05 +00:00
.electron-vue added forward and backward functionality to carosuel 2019-08-14 01:09:03 +04:30
build/icons Added app icons ico and icns 2019-07-18 21:39:12 +04:30
dist First commit 2019-07-18 02:31:30 +04:30
src Remove redundent console logs 2019-08-18 11:06:02 +04:30
static init after os change 2019-08-04 23:19:46 +04:30
test First commit 2019-07-18 02:31:30 +04:30
.babelrc Added babel-plugin-root-import and bound application version to package version 2019-07-20 21:07:45 +04:30
.gitignore added .vscode folder to .gitignore 2019-07-20 11:50:14 +04:30
.travis.yml First commit 2019-07-18 02:31:30 +04:30
LICENSE Added GPL3 License 2019-07-30 23:54:27 +04:30
README.md Updated readme.md 2019-07-23 12:34:12 +04:30
appveyor.yml First commit 2019-07-18 02:31:30 +04:30
package-lock.json Bump karma from 2.0.5 to 6.3.14 2022-02-11 06:56:05 +00:00
package.json Bump karma from 2.0.5 to 6.3.14 2022-02-11 06:56:05 +00:00

README.md

Jukebox

jukebox

A Cross-platform soundcloud client

We use scrum to manage our tasks you can find it here Trello

Platforms

Jukebox supports

  • Linux
  • Mac
  • Windows

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 unit & end-to-end tests
npm test


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


Jukebox does not use a UI framework, Every component is written for the project

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.