Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 520 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 520 Bytes

support-bubble

The common support bubble for TDA websites;

Usage

Simple put the following script tag right before tag in your HTML file.

<script type="text/javascript" src="//domain/support-bubble.js" async></script>

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

support-bubble