Skip to content

xiaoblack163/heimdallr-sdk

 
 

Repository files navigation

heimdallr-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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.8%
  • Vue 24.5%
  • HTML 10.9%
  • JavaScript 5.5%
  • SCSS 0.9%
  • CSS 0.4%