Skip to content

v0.1.0

Choose a tag to compare

@dannote dannote released this 12 Mar 16:24
· 50 commits to master since this release

Initial release — Vue templates as native Phoenix LiveView renders.

  • ~VUE sigil for compile-time Vue template compilation
  • PhoenixVapor.Vue.component for .vue SFC loading
  • PhoenixVapor.Reactive for full script setup → LiveView generation
  • Vapor IR → %Rendered{} with per-assign change tracking
  • v-if, v-for, :attr, {{ }} interpolation
  • Scoped CSS support
  • 102 tests