Skip to content

vikkio88/ascoota-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aScoota-web

aScoota is a podcast manager platform.

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

image

Responsive Material on device

image

Podcast Player

image

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