An open API service indexing awesome lists of open source software.

https://github.com/parthsharma2/pdftron-vue-experimentation

A Vue app with pdftron integrated for experimentation
https://github.com/parthsharma2/pdftron-vue-experimentation

pdftron pdftron-webviewer vue vuejs

Last synced: 5 months ago
JSON representation

A Vue app with pdftron integrated for experimentation

Awesome Lists containing this project

README

          

# WebViewer - Vue sample

[WebViewer](https://www.pdftron.com/webviewer) is a powerful JavaScript-based PDF Library that's part of the [PDFTron PDF SDK](https://www.pdftron.com). It provides a slick out-of-the-box responsive UI that interacts with the core library to view, annotate and manipulate PDFs that can be embedded into any web project.

![WebViewer UI](https://www.pdftron.com/downloads/pl/webviewer-ui.png)

This repo is specifically designed for any users interested in integrating WebViewer into Vue project.

## Initial setup

Before you begin, make sure your development environment includes [Node.js](https://nodejs.org/en/).

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
![](https://onepixel.pdftron.com/webviewer-vue-sample)