0.1.20 • Published 2 years ago

sportslotto-tile-test v0.1.20

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

Sports Lotto App Tile

Tile WebComponent to initialize Sports Lotto app.

Clients

Installation

npm install @sports-lotto-tile/client

Replace client with the client's package

Importing the WebComponent

Add the following line in your index.html under the <head> tag:

<script src="https://unpkg.com/vue"></script>

After that, you can import the component anywhere:

import "sports-lotto-tile-test/dist/client-lotto-tile"

Usage

    <client-lotto-tile
      external-token="token"
      auth-provider="Regular"
      lang="EN"
      env="staging"
    ></client-lotto-tile>

Props

  • external-token: Only use this prop when the parent app has an external login process.
  • auth-provider: Name of the application if the app has external login, else "Regular"
  • lang: Language of the Tile
  • env: Environment. Possible values are local, staging, production

Development

Commands

  • Build: npm run wc-build-tile client
  • Serve: npm run serve client
  • Publish npm run wc-publish

Important: Do not publish with npm publish. Our command validates the correct npm package name. This is important so a client tile is not published in another client's NPM package.

Customize configuration

See Configuration Reference.

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago