akashgoswami / ipm

IOTA node peer manager. Useful for monitoring IOTA peers
MIT License
72 stars 24 forks source link

fixed link to vue #12

Closed patrickwieth closed 6 years ago

patrickwieth commented 6 years ago

https://unpkg.com/vue doesn't work for me

MartinKolarik commented 6 years ago

Just fyi, this might not fix the problem for everyone - lots of people have been complaining about random 404 and 503 unpkg responses recently (e.g. for me the https://unpkg.com/vue link works).

You can always use jsDelivr instead, which works in a similar way but is more reliable: https://cdn.jsdelivr.net/npm/vue/dist/vue.js

akashgoswami commented 6 years ago

Thanks!