fix: update drawer (#234)

* fix: update drawer

* fix: sankey chart
3 files changed
tree: 94008a9334b22574f31f732dcd81d0a23d3e68f2
  1. .github/
  2. public/
  3. src/
  4. .browserslistrc
  5. .gitignore
  6. .travis.yml
  7. babel.config.js
  8. LICENSE
  9. package-lock.json
  10. package.json
  11. postcss.config.js
  12. README.md
  13. run.sh
  14. tsconfig.json
  15. tslint.json
  16. vue.config.js
README.md

Apache SkyWalking Rocketbot UI

Apache SkyWalking UI.

Build Status

Development

The app was built with vue + typescript.

Prepare

Fork, then clone the repo and change directory into it. Install dependencies via npm:

npm install

Build

Notice, as SkyWalking primary UI, the npm build has been integration in SkyWalking dist build.

All following builds are for dev.

Dev Build

npm install
npm run serve

The default UI address is http://localhost:8080.

Contributing to SkyWalking RocketBot

Thanks for your interest and hope it will be a pleasant experience.

How to contribute?

Most of the contributions received are code contributions, and documentation, bugs, requirements are also welcomed.

How to report a bug?

Please report bug to SkyWalking main repo.