LuciferHuang / heimdallr-sdk

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

Home Page:https://luciferhuang.github.io/heimdallr-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Sponsor

持续优化更新中...

完全开源,绝不收费!!!

如果对您有所帮助,那就小小支持一下吧 😘

Alipay Wechat

About

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

https://luciferhuang.github.io/heimdallr-sdk/

License:MIT License


Languages

Language:TypeScript 60.8%Language:Vue 22.6%Language:HTML 10.3%Language:JavaScript 5.1%Language:SCSS 0.9%Language:CSS 0.4%Language:Shell 0.0%