A Cross-platform soundcloud client
 
 
 
Go to file
Nikan Dalvand dd9ee29615 Added handle menu icon and adjusted its logo 2019-07-21 16:13:57 +04:30
.electron-vue First commit 2019-07-18 02:31:30 +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 Added handle menu icon and adjusted its logo 2019-07-21 16:13:57 +04:30
static Added Logo component and new logo and fixed padding and position of sidebar and logo and menuitem color 2019-07-21 15:07:18 +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
.eslintignore First commit 2019-07-18 02:31:30 +04:30
.eslintrc.js First commit 2019-07-18 02:31:30 +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
README.md Added the link to trello inside README.md 2019-07-19 22:45:54 +04:30
appveyor.yml First commit 2019-07-18 02:31:30 +04:30
package-lock.json Added babel-plugin-root-import and bound application version to package version 2019-07-20 21:07:45 +04:30
package.json Added babel-plugin-root-import and bound application version to package version 2019-07-20 21:07:45 +04:30

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


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