https://github.com/vordimous/vue-pdf-splitter
Building a PDF page splitter using vue-pdf and vueUse.
https://github.com/vordimous/vue-pdf-splitter
pdf-document-processor vuejs
Last synced: over 1 year ago
JSON representation
Building a PDF page splitter using vue-pdf and vueUse.
- Host: GitHub
- URL: https://github.com/vordimous/vue-pdf-splitter
- Owner: vordimous
- Created: 2025-01-18T16:27:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T16:29:39.000Z (over 1 year ago)
- Last Synced: 2025-02-18T17:32:03.289Z (over 1 year ago)
- Topics: pdf-document-processor, vuejs
- Language: Vue
- Homepage:
- Size: 8.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdf-test
Building a PDF page splitter using [vue-pdf](https://github.com/TaTo30/vue-pdf) and [vueUse](https://github.com/vueuse/vueuse).

## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm run dev
```
### Compile and Minify for Production
```sh
pnpm run build
```