@appstand/webjs
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

vue3-appstore-badges

Only works when using Vue compiler.

Setup AppStore Repo

  1. Copy+Paste the .npmrc file from this repo
  2. Set the ENV Variable NPM_TOKEN to the read-repo auth token
    export NPM_TOKEN="XXX"
    
    or login for good:
    npm config set //npm.pkg.github.com/:_authToken=XXX
    
    or in CICD:
    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"
/>

Readme

Keywords

none

Package Sidebar

Install

npm i @appstand/webjs

Weekly Downloads

0

Version

1.4.1

License

none

Unpacked Size

84.5 kB

Total Files

90

Last publish

Collaborators

  • lupas