This example is a ready-to-use client Vue application with the DevExpress Dasard component.
Documentation: Client-Side Configuration (Vue)
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/dasard/api
.
The JS folder contains a client application.
Open the JS folder. In the command prompt, download and install npm packages used in the application:
npm install
In the same folder, run the following commands to compile and run the application:
npm run build npm run serve
Open http://localhost:8080/ in your browser to see the result. The HTML JavaScript Dasard displays the dasard stored on the preconfigured server (https://demos.devexpress.com/services/dasard/api).
Documentation:
Examples:
(you will be redirected to DevExpress.com to submit your response)