一款简单易用、轻量化、插件化的前端监控sdk
An easy-to-use, lightweight, plug-in front-end monitoring SDK
To check out docs, visit heimdallr-sdk.
- node version:
16+ - npm script:
yarn
Make sure MySQL and RabbitMQ are installed
Installation Dependency
yarnEnsure that the local MySQL database service is started
- host: localhost
- port: 3306
Initialize the database and automatically create a database named test_base database for debugging
yarn prismaIf this is the first run, execute the build script first
yarn buildStart Local Service
yarn devInstallation Dependency
yarnBuild a single package
yarn workspace [packageName] buildFor example, build a browser package
yarn workspace @heimdallr-sdk/browser buildBuild all packages
yarn build