https://github.com/michaelbukachi/browser-screenshot-pdf
A small that demonstrates taking a browser screenshot and producing a PDF
https://github.com/michaelbukachi/browser-screenshot-pdf
Last synced: 3 months ago
JSON representation
A small that demonstrates taking a browser screenshot and producing a PDF
- Host: GitHub
- URL: https://github.com/michaelbukachi/browser-screenshot-pdf
- Owner: michaelbukachi
- Created: 2019-06-21T19:05:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:49:19.000Z (over 2 years ago)
- Last Synced: 2025-01-11T19:13:01.447Z (5 months ago)
- Language: Vue
- Size: 3.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Browser Screenshot Demo
A simple project to demonstrate taking a browser screenshot and producing a PDF using vue:grin:.
(Tutorial coming soon)## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```