https://github.com/hackvan/platzimusic
Aplicación en Vue.js que utiliza la API de Last.fm para traer el top de artistas por pais.
https://github.com/hackvan/platzimusic
Last synced: 5 months ago
JSON representation
Aplicación en Vue.js que utiliza la API de Last.fm para traer el top de artistas por pais.
- Host: GitHub
- URL: https://github.com/hackvan/platzimusic
- Owner: hackvan
- Created: 2019-05-29T03:31:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:40:15.000Z (over 3 years ago)
- Last Synced: 2025-02-02T13:28:22.943Z (over 1 year ago)
- Language: Vue
- Homepage: https://hackvan.github.io/platzimusic/index.html
- Size: 706 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# platzimusic
> Curso de introduccion a Vue.js
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).