summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-08fix(vue): vue regular script block exports not being recognized inside ↵Gravatar Justinas Delinda 1-9/+19
editor (#8998) Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2022-12-09Add primevue as an external Vue package (#5571)Gravatar Matthew Phillips 1-1/+1
2022-10-19chore(vue): automatically add `vuetify` to `ssr.noExternal` (#5126)Gravatar Nate Moore 1-1/+1
Co-authored-by: Nate Moore <nate@astro.build>
2022-10-13[ci] formatGravatar natemoo-re 1-1/+1
2022-10-13[Vue] add support for `appEntrypoint` (#5075)Gravatar Nate Moore 1-2/+24
* feat(vue): add support for appEntrypoint * chore: add changeset * test(vue): add tests for app entrypoint * docs(vue): update README to include app entrypoint * fix(vue): prefer resolvedVirtualModuleId Co-authored-by: Nate Moore <nate@astro.build>
2022-09-29[ci] formatGravatar bluwy 1-1/+1
2022-09-29Support Vue JSX (#4897)Gravatar Bjorn Lu 1-4/+35
Co-authored-by: Dan Jutan <danjutan@gmail.com>
2022-09-06[ci] formatGravatar matthewp 1-2/+2
2022-09-06Add vueperslides to noExternal in vue integration (#4639)Gravatar Matthew Phillips 1-2/+4
2022-07-08Add editor integrations to language integrations (#3864)Gravatar Erika 1-0/+55
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-2/+2
2022-04-19Support custom vue compiler options in @astrojs/vue (#3143)Gravatar Tony Sullivan 1-4/+5
* adds support for passing options to @vitejs/plugin-vue * updating vue integration README with options details * adding a tests for custom vue compiler options * chore: adding changeset
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+35
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback