Shopify / checkout-ui-extensions-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

CLI

If you have grabbed this template from the Shopify CLI you should be good to go!

Start developing your awesome extension in the ./src folder.

From github

If you grabbed this template directly from github:

npm

## With npm
npm install

npm run generate -- --type=CHECKOUT_POST_PURCHASE

## With yarn
yarn

yarn generate --type=CHECKOUT_POST_PURCHASE --template=vanilla-typescript

Available extensions

  • CHECKOUT_POST_PURCHASE
  • CHECKOUT_UI_EXTENSION

About


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%