Minimalistic music player proposition made in Vue.js which downloads music from Node.js server. Check out live: https://music-player-michalbie.vercel.app. If you want to see server side of this project go to https://github.com/michalbie/Music-Player-Server
- Responsiveness
- Minimalistic design
- Playlist functionality
- Buttons to control music
- Label with size of the track and its album name
If you want to contribute, please create new pull request or open an issue. Copy my .editorconfig file and follow rules from this link Style Guide.
npm install
npm run serve
npm run build