astro/packages/renderers/renderer-vue
Fred K. Schott 1634172ff9
[ci] update lockfile (#2763)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-11 16:38:28 -06:00
..
CHANGELOG.md [ci] release (#2619) 2022-02-18 16:33:56 -06:00
client.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
index.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
package.json [ci] update lockfile (#2763) 2022-03-11 16:38:28 -06:00
README.md Docs: Add READMEs for renderers (#1351) 2021-09-14 16:26:23 -07:00
server.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
static-html.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00

@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