-
Notifications
You must be signed in to change notification settings - Fork 0
Add POS UI Extensions tutorial code examples #1
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
vctrchu
left a comment
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.
This is a good start but I think we should keep the examples as clean as we can by minimizing what we commit.
Could you try mirroring the customer-accounts examples?
...-pos-ui-extensions--printer--preact/.gemini/extensions/shopify-dev-mcp/gemini-extension.json
Show resolved
Hide resolved
7a79636 to
963d16b
Compare
| @@ -0,0 +1,18 @@ | |||
| FROM node:20-alpine | |||
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.
I kept the Docker and config files based on the other app tutorials, including the Build a Shopify app using React Router tutorial
|
UPDATE: we will use only update the client id for each app toml file but keep everything that is generated from the templates to make running the extension easy for developers. |
|
~~ We should update the READ on instructions on how to run each app ~~ We talked and agreed there is already sufficient documentation in each example READ ME + CLI warnings. |
963d16b to
9e6972f
Compare
9e6972f to
7491ddc
Compare
vctrchu
left a comment
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.
Looks great!
Partially resolves issue #21021
Description
Migrates remaining tutorial code from ui-extensions to this centralized tutorial repo (see issue for more details). The coordinating tutorials will be updated in the dev docs to use these new links.
What's included
Tophat
npm install, start development withshopify app devand follow CLI prompts to reset. Apps will be runnable.