@appstand/webjs
v1.4.1
Published
> Only works when using Vue compiler.
Downloads
88
Readme
vue3-appstore-badges
Only works when using Vue compiler.
Setup AppStore Repo
- Copy+Paste the .npmrc file from this repo
- Set the ENV Variable
NPM_TOKEN
to the read-repo auth token
or login for good:export NPM_TOKEN="XXX"
or in CICD:npm config set //npm.pkg.github.com/:_authToken=XXX
npm config set '//npm.pkg.github.com/:_authToken' "${NPM_TOKEN}"
Install
yarn add @app-stand/vue3-appstore-badges
Example usage
<AppStoreBadge
website="www.test.com"
android="/playstorelink"
ios="/appstorelink"
/>