Questions tagged [unpkg]

unpkg is a fast, global content delivery network for content that is published to npm. Use it to quickly and easily load files using a simple URL like:

https://unpkg.com/package@version/file

A few examples:

48 questions
32
votes
2 answers

Why UNPKG is free to use, and what will happen if I overuse?

I know UNPKG is fast, reliable and free to use, but what if I overuse it, what will happen? For example, I can use rollup instead of webpack to bundle my entire website as UMD build to a single JS, and publish it as a NPM package, and if I use React…
Joseph
  • 3,974
  • 7
  • 34
  • 67
20
votes
2 answers

Importing RxJS 6 in browser?

Now that all modern browser support javascript modules, I'm trying out importing code right in the browser. We can get npm modules from unpkg.com, and I've found the jspm project, which wraps npm modules into a format that can be consumed by the…
nicholas
  • 14,184
  • 22
  • 82
  • 138
5
votes
1 answer

links not working anymore: e.g. https://unpkg.com/vue@3.2.30/dist/vue.min.js

the CDN-link from unpkg isn't working anymore. Other older versions do not work either. https://unpkg.com/vue@3.2.30/dist/vue.min.js Which link can I use instead? THX