Vue#
The examples/vue project is a very simple Vue project.
It is a just a proof of concept and displays the first page of a PDF in the browser.
Getting Started#
Once you have checked out the example from our Github repository then do the following:
Initialize the project#
npm install
Start the server#
npm run dev