0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/packages/integrations/vue
Nate Moore a1c31665cb
Ensure appEntrypoint is referenced in Vue components (#9490)
* fix(#6827): ensure `appEntrypoint` is referenced in Vue components

* chore: add test

* chore: add changeset

* fix: windows handling

* Update packages/integrations/vue/src/index.ts

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>

* chore: address review feedback

* chore: update lockfile

---------

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-01-05 13:30:53 -06:00
..
src Ensure appEntrypoint is referenced in Vue components (#9490) 2024-01-05 13:30:53 -06:00
test Ensure appEntrypoint is referenced in Vue components (#9490) 2024-01-05 13:30:53 -06:00
CHANGELOG.md [ci] release (#9541) 2024-01-02 10:26:33 -05:00
client.js Fix Vue HMR for script tags (#8860) 2023-10-18 21:23:19 +08:00
package.json [ci] release (#9541) 2024-01-02 10:26:33 -05:00
README.md [ci] format 2023-12-21 20:36:15 +00:00
server.js Prevent passing slot names as props (#8930) 2023-10-27 08:11:46 -04:00
static-html.js Fix astro-static-slot hydration mismatch error (#7196) 2023-05-26 22:37:33 +08:00
tsconfig.json config: migrate us to moduleResolution: 'node16' (#8519) 2023-09-13 16:49:22 +02:00

@astrojs/vue 💚

This Astro integration enables server-side rendering and client-side hydration for your Vue 3 components.

Documentation

Read the @astrojs/vue docs

Support

Contributing

This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! These links will help you get started:

License

MIT

Copyright (c) 2023present Astro