A Cross-platform soundcloud client
 
 
 
Go to file
Nikan Dalvand 2bfd100536
Merge pull request #40 from nikandlv/development
Fullscreen fix, homepage bug fix and transition optimization
2019-07-31 23:02:34 +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 a fix for homepage scroll on touch devices 2019-07-31 22:59:33 +04:30
static Styled the duration and remaining time 2019-07-28 12:46: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
.eslintignore Fixed electron vue state issue, Added Sidebar state and Added sidebar icon on click and removed redundent Counter state 2019-07-21 17:26:42 +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
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 Removed vue-owl-carousel 2019-07-29 23:57:16 +04:30
package.json Removed vue-owl-carousel 2019-07-29 23:57:16 +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


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.