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/compilerYou 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