-
Notifications
You must be signed in to change notification settings - Fork 78
docs: reference to vue-starter-template instead of vue-demo-store #2195
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates documentation to reference the new vue-starter-template instead of the obsolete vue-demo-store template. The changes reflect that the starter template is now production-ready and built on Nuxt 4.x with improved structure and features.
Key Changes:
- Updated all template references from
vue-demo-storetovue-starter-templatethroughout documentation - Revised installation guide to reflect Nuxt 4.x conventions with the
app/directory structure - Updated demo URLs from
frontends-demo.vercel.apptofrontends-starter-template.vercel.app
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
apps/docs/src/resources/troubleshooting.md |
Updated template reference in access token security documentation |
apps/docs/src/resources/integrations/cms/strapi.md |
Updated template name and file paths to reflect new directory structure |
apps/docs/src/installation.md |
Major revision: updated template name, URLs, directory structure, removed limitations section, and added next steps |
apps/docs/src/getting-started/languages.md |
Updated template reference in warning about implementation |
apps/docs/src/getting-started/cms/overwriting-cms.md |
Updated template name and component paths to new structure |
apps/docs/src/getting-started/cms/multiple-cms.md |
Updated template reference, file paths, and code example formatting |
README.md |
Updated demo URLs, Stackblitz links, Vercel deploy links, and template references |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Description
describes how and when to work with vue-starter-template instead of obsolete vue-demo-store template.