@purevue/compiler-dom
v0.0.9
Published
## ๐ Introduction
Maintainers
Readme
@purevue/compiler-dom
๐ Introduction
This package is the browser-oriented template compiler of PureVue.
It extends @purevue/compiler-core with DOM-specific transforms and code generation.
Key features:
- Compiles Vue templates into render functions optimized for browsers
- Handles DOM-specific operations like attributes, events, and directives
โ ๏ธ Note: This project is for learning purposes only.
It is not intended for production use.
๐ Usage
You normally donโt install this package directly.
Instead, use the aggregate entry package:
๐ @purevue/vue
For usage examples, check the demo:
๐ purevue-demo
๐ฆ Related Packages
- @purevue/compiler-core โ Template compiler core
- @purevue/compiler-sfc โ SFC (
.vue) compiler - @purevue/runtime-dom โ DOM runtime renderer
- @purevue/vue โ Aggregate entry (recommended)
