An open API service indexing awesome lists of open source software.

https://github.com/cuba-platform/dashboard-addon-demo

This demo application demonstrates the usage of Dashboard CUBA add-on.
https://github.com/cuba-platform/dashboard-addon-demo

Last synced: 5 months ago
JSON representation

This demo application demonstrates the usage of Dashboard CUBA add-on.

Awesome Lists containing this project

README

          

# Dashboard CUBA Add-on Demo Application

This demo application demonstrates the usage of
[Dashboards](https://github.com/cuba-platform/dashboard-addon) CUBA Add-on.

![responsive-layout](./img/demo.jpg)

## Responsive layout

This sample uses CSS based responsive layout for dashboard:

![responsive-layout](./img/responsive-layout.gif)

## Usage

Open the project in CUBA Studio and click "Run" button next to "CUBA Application"
run/debug configuration on the main toolbar.
The application will start at [http://localhost:8080/app](http://localhost:8080/app).

### Google API Key configuration

The sample uses Google Maps, so to set up Google API key set
the `charts.map.apiKey` application property in the `web-app.properties` file:

```Properties
charts.map.apiKey =
```

## Issues

Please use https://www.cuba-platform.com/discuss for discussion, support,
and reporting problems coressponding to this sample.