Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bntzio/vue-lastfm

A very simple vue app that grab n' show artists from the lastfm api 🎤
https://github.com/bntzio/vue-lastfm

lastfm pug stylus vue webpack

Last synced: 28 days ago
JSON representation

A very simple vue app that grab n' show artists from the lastfm api 🎤

Awesome Lists containing this project

README

        

# vue-lastfm

> A very simple vue app that grab n' show artists from the lastfm api 🎤

![vue-lastfm](vue-lastfm.gif)

## How to run

Grab your api key and secret from [last.fm](http://www.last.fm/api) and place them on the `src/api/config.example.js` and rename the file to `config.js`.

Then run:

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# or build for production with minification
npm run build
```