@@ -1,5 +1,10 @@
# h5
+cnpm install vue-pdf pdfjs-dist
+
npm cache clean --force
+rm -rf node_modules package-lock.json
+npm install
## Project setup
```