Skip to content

docs: add nuxt shopify template#2215

Open
freb97 wants to merge 1 commit intonuxt:mainfrom
freb97:main
Open

docs: add nuxt shopify template#2215
freb97 wants to merge 1 commit intonuxt:mainfrom
freb97:main

Conversation

@freb97
Copy link
Copy Markdown

@freb97 freb97 commented Mar 19, 2026

🔗 Linked issue

📚 Description

Adds the Nuxt Shopify template to the templates page:
https://nuxt-shopify.vercel.app

Signed-off-by: Frederik Bußmann <frederik@bussmann.io>
@freb97 freb97 requested a review from atinux as a code owner March 19, 2026 17:42
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 19, 2026

@freb97 is attempting to deploy a commit to the Nuxt Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 19, 2026

📝 Walkthrough

Walkthrough

A new template metadata file is added at content/templates/nuxt-shopify.yml that defines configuration for a Nuxt Shopify template. The file contains metadata including the template slug (nuxt-shopify), a description indicating it uses Nuxt 4 and Nuxt UI, the associated repository reference (nuxt-modules/shopify), and a demo URL. No existing code is modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The PR title 'docs: add nuxt shopify template' clearly and concisely describes the main change: adding the Nuxt Shopify template documentation/metadata file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The pull request description clearly relates to the changeset, stating the intent to add the Nuxt Shopify template to the templates page, which matches the added template metadata file.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can use TruffleHog to scan for secrets in your code with verification capabilities.

Add a TruffleHog config file (e.g. trufflehog-config.yml, trufflehog.yml) to your project to customize detectors and scanning behavior. The tool runs only when a config file is present.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
content/templates/nuxt-shopify.yml (1)

1-5: Consider adding a badge field.

Since this template has a public GitHub repository, consider adding a badge: 'Free' field to help users quickly identify that it's an open-source template. This is optional but improves user experience.

📝 Proposed addition
 name: 'Nuxt Shopify Template'
 slug: 'nuxt-shopify'
 description: 'Shopify template using Nuxt 4 and Nuxt UI.'
 repo: 'nuxt-modules/shopify'
 demo: 'https://nuxt-shopify.vercel.app/'
+badge: 'Free'
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@content/templates/nuxt-shopify.yml` around lines 1 - 5, Add a new YAML field
`badge: 'Free'` to the template metadata so users can see it's open-source;
update the nuxt-shopify template file by inserting the `badge` key alongside
existing keys (e.g., after `slug: 'nuxt-shopify'` or `name: 'Nuxt Shopify
Template'`) to include `badge: 'Free'` in the document.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@content/templates/nuxt-shopify.yml`:
- Around line 1-5: Add a new YAML field `badge: 'Free'` to the template metadata
so users can see it's open-source; update the nuxt-shopify template file by
inserting the `badge` key alongside existing keys (e.g., after `slug:
'nuxt-shopify'` or `name: 'Nuxt Shopify Template'`) to include `badge: 'Free'`
in the document.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6d0aaaac-a2c4-4537-b560-3265a6e047ce

📥 Commits

Reviewing files that changed from the base of the PR and between 655bb5b and 04be00a.

📒 Files selected for processing (2)
  • content/templates/nuxt-shopify.yml
  • public/assets/templates/nuxt-shopify.webp

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