# MusicWeb **Repository Path**: bajdcc/MusicWeb ## Basic Information - **Project Name**: MusicWeb - **Description**: HTML5 Music Project using webpack and Vue.js - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTML5 Music Player Inspired by [html5-music-player](https://github.com/TivonJJ/html5-music-player.git). HTML5 Player with vue.js and webpack. ### Setup ``` npm install # build: npm run build # start the server and watch (localhost:8080) npm run dev ```