Skip to content

A lightweight front-end monitoring sdk/一款简单易用、轻量化、插件化的前端监控sdk

License

Notifications You must be signed in to change notification settings

radish-angel/heimdallr-sdk

 
 

Repository files navigation

HEIMDALLR-SDK

一款简单易用、轻量化、插件化的前端监控sdk

An easy-to-use, lightweight, plug-in front-end monitoring SDK

Documentation

To check out docs, visit heimdallr-sdk.

Env

  • node version: 16+
  • npm script: yarn

Preparation

Make sure MySQL and RabbitMQ are installed

Dev

Installation Dependency

yarn

Ensure 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 prisma

If this is the first run, execute the build script first

yarn build

Start Local Service

yarn dev

Build

Installation Dependency

yarn

Build a single package

yarn workspace [packageName] build

For example, build a browser package

yarn workspace @heimdallr-sdk/browser build

Build all packages

yarn build

About

A lightweight front-end monitoring sdk/一款简单易用、轻量化、插件化的前端监控sdk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.2%
  • Vue 24.3%
  • HTML 10.8%
  • JavaScript 5.4%
  • SCSS 0.9%
  • CSS 0.4%