Skip to content

v0.1.0

Choose a tag to compare

@dannote dannote released this 11 Mar 15:43
· 36 commits to main since this release

Initial release.

API

  • Vize.parse_sfc/1 — parse .vue into descriptor
  • Vize.compile_sfc/2 — compile SFC to JS + CSS (DOM/Vapor/SSR)
  • Vize.compile_template/2 — template → render function
  • Vize.compile_ssr/1 — template → SSR JS with _push() calls
  • Vize.compile_vapor/2 — template → Vapor mode JS
  • Vize.vapor_ir/1 — Vapor IR as Elixir maps for BEAM-native SSR
  • Vize.lint/2 — lint Vue SFCs

Built on Vize v0.28.0 crates.