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

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

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
```