https://github.com/cassioscabral/playlist-creator
Playlist creator and manager app using Spotify API
https://github.com/cassioscabral/playlist-creator
music playlist playlist-generator spotify spotify-api vue vue2 vuejs
Last synced: 3 months ago
JSON representation
Playlist creator and manager app using Spotify API
- Host: GitHub
- URL: https://github.com/cassioscabral/playlist-creator
- Owner: cassioscabral
- Created: 2016-12-29T14:51:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:28:08.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T13:12:09.913Z (over 1 year ago)
- Topics: music, playlist, playlist-generator, spotify, spotify-api, vue, vue2, vuejs
- Language: JavaScript
- Homepage: https://playlist-creator-v3.vercel.app/
- Size: 4.07 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playlist-creator
V3 is in working progress.
Check the latest demo here: https://playlist-creator-v3.vercel.app/
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).