Skip to content

eli7pm/pspdfkit-vue-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSPDFKit for Web Server-backed Example – Vue.js

Prerequisites

Getting Started

  1. Clone the repo:
git clone https://github.com/eli7pm/pspdfkit-vue-server
cd pspdfkit-vue-server
  1. Install the project dependencies with npm:
npm install

Vue Component

The Vue component which implements the PSPDFKit for Web integration is included at src/App/Components/App.vue with the rest of the example.

In order to make the PSPDFKit for Web's library available for building, we have to copy the pspdfkit-lib/ directory from node_modules/pspdfkit/dist/ into the public/js/ directory. This is done in the package.json script verify-installation which is executed by serve.

Running the Example

We are ready to launch the app! 🎉

npm run dev

You can now open http://localhost:3000 in your browser and enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors