playground-browser-bundles

Installation
SKILL.md

Playground Browser Bundles

The website playground at website/playground/ ships two pre-built browser bundles:

Bundle Source package Build command
gea-core.js @geajs/core npm run build -w @geajs/core then npm run sync:playground-gea-core
gea-compiler-browser.js @geajs/vite-plugin npm run build:browser -w @geajs/vite-plugin

When to rebuild

Rebuild both bundles whenever either package's source changes. The compiler generates code that calls runtime helpers from core (e.g. geaEscapeHtml, geaSanitizeAttr), so they must stay in sync.

Build order

Order matters — gea-core.js is copied from the dist build, so the core package must be built before syncing:

Installs
29
Repository
dashersw/gea
GitHub Stars
1.2K
First Seen
Apr 1, 2026
playground-browser-bundles — dashersw/gea