ascoota-web
ascoota-web copied to clipboard
Podcast Manager Platform
aScoota-web
aScoota is a podcast manager platform.
- the latest version is deployed via surge.sh on ascoota.surge.sh
This repo contains the code of the front-end bit, which is coded in vue 2.0.
At the moment this project is hosted on a subfolder in my personal website.
BackEnd
The backend api, designed following a RestFul approach are opensource as well and can be found in their own repo ascoota-api.
Screenshot
Main
Responsive Material on device
Podcast Player
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Credits
the player logic is managed reusing some code from the project vue-audio