ts1 / flipbook-vue

3D page flip effect for Vue.js
https://ts1.github.io/flipbook-vue/
614 stars 158 forks source link

How to install a new version? #70

Closed mikaaax closed 2 years ago

mikaaax commented 2 years ago

Hello. I cannt install a new version, I dont know why. Can you help me? My test page is here https://gryfnekadry.pl/grand3/public/ ...

ts1 commented 2 years ago

Your page has flipbook-vue built into app.js and it is being used, so the <script> tag that loads from unpkg.com is not being used. You will need to work on the source, npm update etc. to update flipbook-vue and re-build it. This is a general JS development topic and has nothing to do with flipbook-vue itself, so this issue is closed.