Skip to content

Use vue/server-renderer instead of @vue/server-renderer for SSR #439

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 1 commit into
base: master
Choose a base branch
from

Conversation

francoism90
Copy link

@francoism90 francoism90 commented Jul 30, 2025

See: laravel/vue-starter-kit#162

#437 - friendly reminder this PR also may need to be updated to this package (if this is accepted). :)

@ig0r2
Copy link

ig0r2 commented Aug 5, 2025

You just removed '@' from npm install @vue/server-renderer and left npm install vue/server-renderer. This is wrong because server-renderer is now included as a dependency of the main vue package. That means no package needs to be installed, so the entire Install dependencies section is no longer needed.
Also, the import in code in Clustering section needs to be changed as well.

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.

2 participants