Skip to content

spencerkordecki/music-library-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Library Demo

Link

https://kordecki.me/music-library-demo/

Description

A demo UI of a music library application using Vue. The album data and images are all static as this project is just meant to show off the example UI, but it is functional enough where users can search for the albums on the page to be shown a filtered list.

Usage

After accessing the site, hover over an album to see its details and then use the search bar to filter down any data further.

Development

To Install Dependencies

Clone the repo and run npm install

To Run

npm run dev builds the application in Webpack's development mode and opens the browser with webpack-dev-server running.

To Build

npm run build builds the application in Webpack's production mode.

About

Demo of an example UI to show and search albums in a collection using Vue.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published