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

https://github.com/fiveisprime/song-search

A simple vue.js demo app.
https://github.com/fiveisprime/song-search

Last synced: 5 months ago
JSON representation

A simple vue.js demo app.

Awesome Lists containing this project

README

          

# Song Search
A demo vue.js app.

## Getting Started

```sh
$ git clone git@github.com:fiveisprime/song-search.git
$ cd song-search
$ npm i
$ npm run serve
```

Open your borwser and navigate to http://localhost:8080

## Build for prod

```sh
$ npm run build
```

👌