0.0.2 • Published 2 years ago

@jkrupinski/renderer-vue v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@jkrupinski/renderer-vue

This is a plugin for Astro apps that enables server-side rendering of Vue 3.x components.

Installation

Install @astrojs/renderer-vue and then add it to your astro.config.mjs in the renderers property:

npm install @jkrupinski/renderer-vue

astro.config.mjs

export default {
  // ...

  renderers: [
    // ...
    '@jkrupinski/renderer-vue'
  ]
}

Documentation

Astro Renderer Documentation