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.
-
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 inApp.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 inlocales.json
. Otherwise leave it empty. -
When you are done run
npm run serve
to test the site localy ornpm run build
to build a production version. -
Now you can upload the contents of
/dist
directory to your server or github pages.