vize_atelier_ssr 0.2.0

Vue SSR compiler for Vize
Documentation

Vue SSR compiler for Vize.

This module provides SSR-specific compilation including:

  • SSR code generation with template literals and _push() calls
  • SSR-specific directive transforms (v-model, v-show)
  • SSR slot rendering
  • SSR component rendering
  • SSR teleport and suspense handling

Name Origin

Atelier (/ˌætəlˈjeɪ/) is an artist's workshop or studio. The "ssr" atelier specializes in server-side rendering output, producing HTML strings instead of VNode trees.