Package Exports
- @appcues/web-sdk
Readme
Appcues JavaScript SDK
The Appcues JavaScript SDK allows you to integrate Appcues into your web application. Track user events, identify users, and trigger personalized in-app experiences.
Installation
Install the SDK using npm:
npm install @appcues/web-sdkOr using yarn:
yarn add @appcues/web-sdkDocumentation
For complete documentation, guides, and advanced usage, visit:
Support
Need help? Contact us at:
- Email: support@appcues.com
- Documentation: https://docs.appcues.com
Accessing the Changelog
The changelog is included with the package. You can access it in two ways:
After Installation
Navigate to the file in your node_modules:
node_modules/@appcues/web-sdk/CHANGELOG.mdUsing npm
View package information including the changelog:
npm view @appcues/web-sdkThen open the CHANGELOG.md file from the package directory.
License
See license in LICENSE.md