Skip to content

Custom dashboard inspired by the popular Bento theme.

Notifications You must be signed in to change notification settings

PeanutButte7/Dashboard

Repository files navigation

Welcome to my custom dashboard inspired by the popular Bento theme. This one is build with Vue.js as I plan to expand it later with more custom features and want the flexibility of a component based framework. All links are neatly organized in locales.json file so it's simple to change them. Just follow the guide bellow.

Project setup

  • After cloning the repository make sure to run npm install.

  • Change links and card names in locales.json. If you also need to change icons then you have to edit them directly in App.vue for now.

  • If you want the dashboard to watch your servers you can setup an account on https://updown.io/ and paste the API key into servers field in locales.json. Otherwise leave it empty.

  • When you are done run npm run serve to test the site localy or npm run build to build a production version.

  • Now you can upload the contents of /dist directory to your server or github pages.