vize_atelier_sfc
vize_atelier_sfc parses and compiles Vue Single File Components.
Highlights
.vuedescriptor parsing (<template>,<script>,<script setup>,<style>, custom blocks)- Script compilation and binding metadata extraction
- Template compilation through DOM or Vapor backends
- Scoped CSS and style transforms powered by Lightning CSS
Key Entry Points
parse_sfccompile_sfccompile_csscompile_style_blockSfcParseOptionsSfcCompileOptions
Related Crates
vize_atelier_domandvize_atelier_vaporcompile template blocksvize_croquisandvize_canonconsume emitted binding metadata and virtual TSvize_vitrineexposes this pipeline to Node.js and WASM consumers
License
MIT