An example of MuPDF WebViewer within a Vue project.
- Node.js
- npm
- Visit https://webviewer.mupdf.com/account to get a license key.
- Copy the license key and replace
YOUR_LICENSE_KEY
incomponents/PDFViewer.vue
with the license key.
npm i
npm run dev
npm run build