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
- Host: GitHub
- URL: https://github.com/martygo/clone-google-play-music
- Owner: martygo
- Created: 2021-03-06T21:00:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T17:15:07.000Z (over 2 years ago)
- Last Synced: 2025-04-10T00:52:23.954Z (2 months ago)
- Topics: css3, vue-router, vuejs
- Language: Vue
- Homepage:
- Size: 1020 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Play Music

## 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/).