A Cross-platform soundcloud client
 
 
 
Go to file
Nikan Dalvand 2b83edd3b8 First commit 2019-07-18 02:31:30 +04:30
.electron-vue First commit 2019-07-18 02:31:30 +04:30
build/icons First commit 2019-07-18 02:31:30 +04:30
dist First commit 2019-07-18 02:31:30 +04:30
src First commit 2019-07-18 02:31:30 +04:30
static First commit 2019-07-18 02:31:30 +04:30
test First commit 2019-07-18 02:31:30 +04:30
.babelrc First commit 2019-07-18 02:31:30 +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 First commit 2019-07-18 02:31:30 +04:30
.travis.yml First commit 2019-07-18 02:31:30 +04:30
README.md First commit 2019-07-18 02:31:30 +04:30
appveyor.yml First commit 2019-07-18 02:31:30 +04:30
package-lock.json First commit 2019-07-18 02:31:30 +04:30
package.json First commit 2019-07-18 02:31:30 +04:30

README.md

jukebox

A Cross-platform soundcloud client

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.