The app was built with vue + typescript.
Fork, then clone the repo and change directory into it.
Install dependencies via npm
:
npm install
Notice, as SkyWalking primary UI, the npm build has been integration in SkyWalking dist build.
All following builds are for dev.
npm install
npm run serve
The default UI address is http://localhost:8080
.
Thanks for your interest and hope it will be a pleasant experience.
Most of the contributions received are code contributions, and documentation, bugs, requirements are also welcomed.
Please report bug to SkyWalking main repo.