Skip to content

tianfeng98/unpkg

 
 

Repository files navigation

Fork from UNPKG

Docker compose

version: '3.9'
services:
  unpkg:
    image: linktodream/unpkg
    environment:
      - NPM_REGISTRY_URL=<Your npm registry server>
      - URL_PREFIX=<Your url prefix>

国内镜像

version: '3.9'
services:
  unpkg:
    image: registry.cn-hangzhou.aliyuncs.com/tf98_public/unpkg
    environment:
      - NPM_REGISTRY_URL=<Your npm registry server>
      - URL_PREFIX=<Your url prefix>

New features

URL Prefix

After going through the nginx agent, you may need a prefix path to properly access your unpkg service. Set the environment variable URL_PREFIX to add the prefix to the resource path.

UNPKG · Travis

UNPKG is a fast, global content delivery network for everything on npm.

Documentation

Please visit the UNPKG website to learn more about how to use it.

Sponsors

Our sponsors and backers are listed in SPONSORS.md.

About

The CDN for everything on npm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Dockerfile 0.2%