1.0.0 • Published 2 months ago
@blueconic/blueconic-web-sdk
Licence
SEE LICENSE IN LICENSE
Version
1.0.0
Deps
0
Size
370 kB
Vulns
0
Weekly
0
BlueConic Web SDK
Lightweight TypeScript SDK for BlueConic web integrations.
Overview
The SDK provides:
- initialization
- event tracking
- profile operations
- runtime event subscriptions
- a local demo application
Documentation
- Client-facing Web SDK documentation: docs/blueconic-web-sdk.md
Build
npm run buildThis builds the SDK into dist/.
Run The Demo
npm run demoThis command builds the SDK and starts the demo server.
Open:
http://localhost:4173
The demo hostname value is configured in demo/app.js.