Skip to content

DevExpress-Examples/reporting-vue-integrate-web-document-viewer

Repository files navigation

Reporting for Vue - Integrate a Web Document Viewer into a Vue App

This example incorporates the Web Document Viewer into a client-side app built with Vue. The example consists of two parts:

Quick Start

Server

In the ServerSideApp folder, run the following command:

dotnet run

The server starts at http://localhost:5000. To debug the server, run the application in Visual Studio.

Client

In the vue-document-viewer folder, run the following commands:

npm install
npm run serve

Open your browser (http://localhost:8080/) to see the result. The application displays the Web Document Viewer.

Web Document Viewer

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)