Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.41 KB

README.md

File metadata and controls

70 lines (44 loc) · 1.41 KB

Vue Top 10 Songs API 🎵

Table of Content

About The Project

App Screenshot

App Screenshot

Description

This project is about a search for the Top 10 Songs of an artist made with VueJS that consumes a Genius API.

Built With

VueJS

Vuetify

Installation

  1. Clone the repo and change "my-project" to your project name.
  git clone https://github.com/josemiguel02/vue-top-10-songs-api.git ./my-project
  1. Go to the project directory
  cd my-project
  1. Install NPM packages
  npm install

Usage

Run the project in development

  npm run serve

Build the project

  npm run build

Demo

Contact