Skip to content

ahmedx3/Spotify-El8alaba-FrontEnd

 
 

Repository files navigation

Spotify-el8alaba

alt-text

Screenshots

login Page

1591914624635

Homepage Page

1591914629682

Playlists Page

1591914628801

Artist Page

1591914628590

User Page

1591914625704

Prerequisites

Install nodejs. Use this installation guide according to your OS

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Configuring env. variables

The project contains .env as a fallback, .env.development for NODE_ENV=development and .env.production for NODE_ENV=production. All of them has the following env vars :-

  1. VUE_APP_API_HOST : Host of the REST API to use.
  2. VUE_APP_API_PORT : Port of the REST API on that host.

Run your unit tests

npm run test

Lints and fixes files

npm run lint

Runs Unit Tests and Creates the Coverage Reports

npx jest --coverage

Functional Documentation

npm run doc

Customize configuration

See Configuration Reference.

About

A Spotify Replica Made Using Vue.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 54.7%
  • JavaScript 45.0%
  • Other 0.3%