0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/renderers/renderer-svelte
github-actions[bot] d11c7b8c5c
[ci] release (#2304)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-04 11:28:19 -05:00
..
CHANGELOG.md [ci] release (#2304) 2022-01-04 11:28:19 -05: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] release (#2304) 2022-01-04 11:28:19 -05:00
README.md
server.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
Wrapper.svelte
Wrapper.svelte.ssr.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00

@astrojs/renderer-svelte

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

Installation

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

npm install @astrojs/renderer-svelte

astro.config.mjs

export default {
  // ...

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

Documentation

Astro Renderer Documentation