-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Prebuilt Scripts
David Reed edited this page Dec 9, 2022
·
2 revisions
You don't need to build Ultraviolet in order to use it.
You can extract the scripts from the archive of the NPM package in the releases section.
The tarball looks like:
.
└── package
├── dist
│ ├── sw.js
│ ├── uv.bundle.js
│ ├── uv.client.js
│ ├── uv.config.js
│ ├── uv.handler.js
│ ├── uv.sw.js
To use the prebuilt scripts, simply copy the contents of the dist directory to a folder named uv
in your webserver's public directory.