0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/packages/renderers/renderer-vue
2021-11-23 14:19:16 -07:00
..
CHANGELOG.md Version Packages (#1928) 2021-11-19 13:01:50 -08:00
client.js
index.js
package.json Add package descriptions (#1997) 2021-11-23 14:19:16 -07:00
README.md
server.js Improve error messages (#1875) 2021-11-18 17:42:07 -07:00
static-html.js

@astrojs/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 @astrojs/renderer-vue

astro.config.mjs

export default {
  // ...

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

Documentation

Astro Renderer Documentation