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.
- Host: GitHub
- URL: https://github.com/cuba-platform/dashboard-addon-demo
- Owner: cuba-platform
- Created: 2018-11-26T09:21:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T10:12:43.000Z (over 6 years ago)
- Last Synced: 2025-01-23T08:19:35.192Z (over 1 year ago)
- Language: TSQL
- Size: 2.95 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
This sample uses CSS based responsive layout for dashboard:

## 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.