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