0.4.0 • Published 2 years ago

@astrojs/renderer-vue v0.4.0

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

@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

0.4.0-next.0

2 years ago

0.3.0

2 years ago

0.4.0

2 years ago

0.2.0-next.2

2 years ago

0.2.0-next.1

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.0-next.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.4-next.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.1.0-next.0

3 years ago