Skip to content

Prebuilt Scripts

David Reed edited this page Dec 9, 2022 · 2 revisions

Prebuilt Scripts

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.

Clone this wiki locally