https://github.com/splode/film-sack-jukebox
A jukebox app for the Film Sack podcast
https://github.com/splode/film-sack-jukebox
audio film-sack-jukebox film-sack-podcast jukebox podcast vue
Last synced: 8 months ago
JSON representation
A jukebox app for the Film Sack podcast
- Host: GitHub
- URL: https://github.com/splode/film-sack-jukebox
- Owner: Splode
- Created: 2017-06-29T23:17:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T01:34:36.000Z (about 8 years ago)
- Last Synced: 2025-05-17T11:07:59.741Z (about 1 year ago)
- Topics: audio, film-sack-jukebox, film-sack-podcast, jukebox, podcast, vue
- Language: Vue
- Homepage: http://christopherianmurphy.com/filmsack/
- Size: 526 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# film-sack-jukebox
> A media player for the Film Sack podcast
## 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
# build for production and view the bundle analyzer report
npm run build --report
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).