JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4354
  • Score
    100M100P100Q109001F
  • License MIT

Weave template compiler — parses .weave/.html templates to fine-grained DOM code.

Package Exports

  • @weave-framework/compiler
  • @weave-framework/compiler/package.json

Readme

@weave-framework/compiler

Weave template compiler — parses .weave / .html templates into fine-grained DOM code.

Part of Weave — a fine-grained reactive, signal-native UI framework: no Virtual DOM, zero third-party runtime dependencies.

npm install @weave-framework/compiler

You normally don't call the compiler directly — it runs inside the Weave CLI / build. Scaffold a ready-to-run app:

npm create weave@latest my-app

📚 Guides + full API reference: weaveframework.dev

License

MIT