@kumikijs/runtime
v0.10.0
Published
Kumiki DOM runtime — mounts compiled Kumiki apps, dispatches effects, manages the signal graph.
Downloads
2,253
Maintainers
Readme
@kumikijs/runtime
Kumiki DOM runtime — mounts compiled Kumiki apps, dispatches effects, and manages the signal graph. Part of Kumiki.
You normally do not import this directly: the compiler embeds the runtime into generated apps. It is published so generated apps and tooling can resolve it.
Install
npm i @kumikijs/runtimeExports
@kumikijs/runtime— the runtime API (mount,runScenario,smoke, …).@kumikijs/runtime/bundle— the prebuilt, self-contained runtime bundle as a single unminified file, embedded verbatim into generated apps (smoke/run/test and the playground).@kumikijs/runtime/bundle.min— the same bundle, minified, for hosts that want the full runtime as one file.@kumikijs/runtime/modules/*— the granular feature modules (minified ESM):core,stdlib,testkit,router,effects-{storage,http,toast},tiles-{layout,text,input,collection,overlay,media,status}.kumiki buildships only the ones a compiled app imports (#71), so an app that never routes or renders tables carries no router/table code.
License
Apache-2.0
