# dashboard-vue-app-get-started
**Repository Path**: KIDXT/dashboard-vue-app-get-started
## Basic Information
- **Project Name**: dashboard-vue-app-get-started
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: 19.1.4+
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-04-20
- **Last Updated**: 2025-04-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

[](https://supportcenter.devexpress.com/ticket/details/T828586)
[](https://docs.devexpress.com/GeneralInformation/403183)
[](#does-this-example-address-your-development-requirementsobjectives)
# Dashboard Client-Side Application (Vue)
This example is a ready-to-use client Vue application with the DevExpress Dashboard component.
> **Documentation**: [Client-Side Configuration (Vue)](https://docs.devexpress.com/Dashboard/401150)
The example uses a modular approach that based on the client-server model. You need a server (backend) project and a client (frontend) application that includes all the necessary styles, scripts and HTML-templates. Note that the script version on the client should match with libraries version on the server up to a minor version.
The server project hosts on ```https://demos.devexpress.com/services/dashboard/api```.
The [JS](JS) folder contains a client application.
## Quick Start
1. Open the **JS** folder. In the command prompt, download and install npm packages used in the application:
```
npm install
```
2. In the same folder, run the following command to compile and run the application:
```bash
npm run build
```
3. Open ```http://localhost:8080/``` in your browser to see the result. The HTML JavaScript Dashboard displays the dashboard stored on the preconfigured server (```https://demos.devexpress.com/services/dashboard/api```).
## See Also
Documentation:
- [Client-Side Configuration (Vue)](https://docs.devexpress.com/Dashboard/401150)
- [HTML JavaScript Dashboard Control](https://docs.devexpress.com/Dashboard/119108/)
Examples:
- [Dashboard Client-Side Application (React)](https://github.com/DevExpress-Examples/dashboard-react-app)
- [Dashboard Client-Side Application (Angular)](https://github.com/DevExpress-Examples/dashboard-angular-app)
## Does this example address your development requirements/objectives?
[
](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=dashboard-vue-app-get-started&~~~was_helpful=yes) [
](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=dashboard-vue-app-get-started&~~~was_helpful=no)
(you will be redirected to DevExpress.com to submit your response)