Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.42 KB

README.md

File metadata and controls

68 lines (44 loc) · 1.42 KB

swiss-deal-logo

Swiss Deals Frontend - Online swiss shop deals aggregation

Introduction

This user interface build with Vue.js display list of Swiss online shop deals. The objective of this interface is to consume the API which aggregates the offers of the day.

Installation ⚒️

I recommend you to use yarn

  1. Install all packages

    yarn
    
    # npm install [for npm]
  2. Run development server

    yarn serve
    
    # npm run serve [for npm]
  3. Generate build files for deployment

    yarn build
    
    # npm run build [for npm]

What's Included 📦

  • Dashboard with deals of the deals
  • Display API status
  • Filter by online shop

Browser Support 🖥️

  • Chrome (latest)
  • FireFox (latest)
  • Safari (latest)
  • Opera (latest)

Contributing 🦸

Feel free to contribute via Pull Request.

Changelog 📆

Please refer to the CHANGELOG file.

Credits 🙏