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
- Host: GitHub
- URL: https://github.com/parthsharma2/pdftron-vue-experimentation
- Owner: parthsharma2
- License: other
- Created: 2020-06-26T07:40:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:45:26.000Z (over 3 years ago)
- Last Synced: 2025-02-14T04:47:31.807Z (over 1 year ago)
- Topics: pdftron, pdftron-webviewer, vue, vuejs
- Language: Vue
- Homepage:
- Size: 3.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.

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/).
