https://github.com/noook/deezweb
A simple Deezer sample listening app
https://github.com/noook/deezweb
Last synced: 5 months ago
JSON representation
A simple Deezer sample listening app
- Host: GitHub
- URL: https://github.com/noook/deezweb
- Owner: noook
- Created: 2019-01-24T17:19:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T13:24:48.000Z (over 7 years ago)
- Last Synced: 2025-04-03T15:48:27.890Z (about 1 year ago)
- Language: Vue
- Homepage: https://noook.github.io/deezweb/
- Size: 907 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deezweb
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).