JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5449
  • Score
    100M100P100Q121365F

Package Exports

  • vue-to-print
  • vue-to-print/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-to-print) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue-to-print

You've created a Vue component and would love to give end users the ability to print out the contents of that component. This package aims to solve that by popping up a print window with CSS styles copied over as well.

npm npm NPM Netlify Status semantic-release: angular

What is this?

This is the Vue 3.x version of ReactToPrint.

Thanks to the contributors of ReactToPrint whose work made this package possible.

VueToPrint aims to be as consistent as possible with ReactToPrint so that you can use the same API. However, there are some differences due to the differences between Vue 3.x and React.

Documentation