2.0.4 • Published 3 years ago
@vex.dev/web-sdk v2.0.4
vex.dev/web-sdk
TypeScript and JavaScript libraries for developing applications that work with the Vex Streaming Platform.
Installing
npm install @vex.dev/web-sdkUsage
See the reference documentation and example walk-throughs on the Vex Documentation Website.
Contributing
Setup
To prepare your development environment:
make setupDevelopment
When making changes to the web-sdk locally, you can link it to your local version of the Vex Demo application, installed as ../demo, as follows:
Using the local sdk with the Vex Demo app:
bin/local-sdkReturn to using the published SDK with the Vex Demo app:
bin/published-sdkDeployment
The web-sdk is automatically published to NPM when the version is changed in package.json