Installation

<script type="module">
import { signal, component, html } from './aegis.js';
</script>

Vendored#

Copy aegis.js (or aegis.min.js + .map) into your static folder next to your templates — it is one file with no dependencies. aegis.core.js is the signals + scope subset for non-DOM code.

npm#

Not published yet; the package name is being settled. The exports map (., ./min, ./core, ./core/min) is ready for it.