5.0.0 • Published 2 years ago

tapcart-embed v5.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Tapcart Web Plugins

Tapcart Web Plugins are self-contained web applications that can be used to add functionality to a Merchant's Shopify store.

This repo contains source control and development enviroment for the following web plugins:

CaptureKit

CaptureKit: A tool for funneling web and mobile web consumers into our Merchants' native mobile apps. CaptureKit allows merchants to display a QR Code on their site that will redirect consumers into an App Clip or the full Native App experience.

Hosting

CaptureKit is hosted in the NPM package repo and served by the Unpkg CDN.

Deployment
  1. Bump the package.json version property to the desired new version. Please note: you cannot re-publish the same package version once it has been published.

  2. Run a fresh, versioned build of your release to be published via yarn build

  3. Commit these changes as a release to Github with the following commands, replacing <version> with your current version:

# commit the build
git add .
git commit -m'build <version>'
# tag the release
git tag <version>
# push the commits and the tag
git push && git push --tags
  1. Publish the new version build to Github Package Registry via npm:
npm publish

Recommended IDE Setup

VSCode + Svelte.

5.0.0

2 years ago

3.1.0

2 years ago

4.0.0

2 years ago

2.0.0-beta.2

2 years ago

2.0.0-beta.1

2 years ago

3.0.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.10.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago