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.
- Host: GitHub
- URL: https://github.com/fiveisprime/song-search
- Owner: fiveisprime
- Created: 2018-03-14T18:05:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T18:11:18.000Z (over 8 years ago)
- Last Synced: 2025-02-04T13:44:11.347Z (over 1 year ago)
- Language: Vue
- Size: 775 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
👌