Skip to content

MasterEvarior/aare-guru-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aare Guru Dashboard

Deploy to github pages Website GitHub package.json version
Aare Guru Dashboard is a little Vue.js project which shows some information from the aare.guru website summerized in a small dashboard. It used the Aare.guru API to achieve this. The dashboard is responsive and mobile friendly.

You can check out the dashboard here.

Used technologies

Deployment to GitHub-Pages

The deployment has been automated with GitHub-Actions with full credit going to this guide.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.