An open API service indexing awesome lists of open source software.

https://github.com/martygo/clone-google-play-music

clone simples do google play music com Vue.js e Napster API
https://github.com/martygo/clone-google-play-music

css3 vue-router vuejs

Last synced: 2 months ago
JSON representation

clone simples do google play music com Vue.js e Napster API

Awesome Lists containing this project

README

        

# Google Play Music

![imagem de exemplo](https://github.com/MartinsSilva/google-play-music/blob/master/g.png)

## Project setup

Precisa da versão do Node =< 10 para poder rodar o projecto.

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn serve
```

### Compiles and minifies for production

```
yarn build
```

### Lints and fixes files

```
yarn lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).