vize_atelier_dom
vize_atelier_dom compiles Vue templates for the DOM runtime.
Highlights
- DOM-aware transforms for directives such as
v-model,v-show,v-text,v-html, andv-on - Platform-specific namespace handling for HTML, SVG, and MathML
- Shared parser and transform pipeline from
vize_atelier_core
Key Entry Points
compile_templatecompile_template_with_optionsDomCompilerOptions
Related Crates
vize_atelier_coreprovides shared transforms and codegenvize_croquiscan be passed in through compiler options for semantic contextvize_atelier_sfcuses this crate for standard template compilation
License
MIT