astro/packages/renderers
Levi 31d0688016
Expose Vue component names for devtools (#1512)
* Expose name on host component for Vue devtools

* Add changeset

* Update changeset to patch from minor

* [ci] collect stats

* [ci] collect stats

Co-authored-by: leviceccato <leviceccato@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2021-10-14 15:08:07 -04:00
..
renderer-lit Version Packages (#1451) 2021-09-28 15:34:16 -04:00
renderer-preact Version Packages (#1358) 2021-09-14 17:22:50 -07:00
renderer-react Version Packages (#1472) 2021-10-01 13:36:02 -04:00
renderer-solid [ci] yarn format 2021-10-05 16:22:58 +00:00
renderer-svelte Version Packages (#1358) 2021-09-14 17:22:50 -07:00
renderer-vue Expose Vue component names for devtools (#1512) 2021-10-14 15:08:07 -04:00
README.md Docs: Add READMEs for renderers (#1351) 2021-09-14 16:26:23 -07:00

Astro Renderers

Astro is designed to support your favorite UI frameworks. React, Svelte, Vue, and Preact are all built-in to Astro and supported out of the box. No configuration is needed to enable these.

For adding additional frameworks (or your own custom one), please refer to the full documentation.