Skip to content

chore: update vue output target and add nuxt csr app #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

colinscz
Copy link
Collaborator

@colinscz colinscz commented Feb 26, 2025

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

  • Added a nuxt example app with ssr: false so client side rendering can be done with a nuxt application and the vue output target.
  • Added the hydrate output target for future SSR rendering (experimental) but haven't yet made use of it. It's deactivated for now since it causes issues. Will resume the work in a separate PR
  • Updated the Vue output target to the latest released version

πŸ“ Checklist

  • I have linked an issue or discussion.
  • It's submitted to the main branch
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • I have updated the documentation accordingly.
  • All tests are passing
  • New/updated tests are included
  • I have updated the "upcoming" section inside docs/changelog.md explaining the changes I contributed

Other information:

@colinscz colinscz marked this pull request as draft February 26, 2025 15:22
@colinscz colinscz force-pushed the feature/update-vue-output branch from f5011bb to 6b89e22 Compare March 20, 2025 10:34
@colinscz colinscz force-pushed the feature/update-vue-output branch from b1a9469 to 197fdb3 Compare March 27, 2025 15:37
@colinscz colinscz requested review from aggieN and gempi and removed request for aggieN March 27, 2025 16:05
@colinscz colinscz changed the title chore: update vue output target chore: update vue output target and add nuxt example app Mar 27, 2025
@colinscz colinscz force-pushed the feature/update-vue-output branch 2 times, most recently from 8504e3c to 5b32b0e Compare April 4, 2025 14:01
@colinscz colinscz force-pushed the feature/update-vue-output branch from 1bf6bf2 to 0dda99c Compare April 9, 2025 07:19
@colinscz colinscz changed the title chore: update vue output target and add nuxt example app chore: update vue output target and add nuxt csr app Apr 9, 2025
@colinscz colinscz force-pushed the feature/update-vue-output branch from 0dda99c to f0c8422 Compare April 9, 2025 08:08
@colinscz colinscz marked this pull request as ready for review April 9, 2025 10:40
@colinscz colinscz requested a review from pennal April 9, 2025 10:40
@colinscz colinscz self-assigned this Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant