/vue-cloud

Simple imitation from SoundCloud using Vue

Primary LanguageJavaScriptMIT LicenseMIT

VueCloud

Simple imitation from SoundCloud, made for learning purposes. After trying React, I wanted to learn how the whole ecosystem from Vue works.

Demo

https://danychi.github.io/vue-cloud/

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

Key Technologies

Several javascript packages in this project.

Inspiration

Since a long time ago I wanted to make a simple 'Sound Cloud' web player. This repo https://github.com/R3l4x3/soundcloud-webplayer really helped me to start with it, thanks to R3l4x3.