Apache SkyWalking 3rd generation UI
Go to file
2021-12-08 20:21:08 +08:00
.github/workflows feat: add types 2021-12-08 20:21:08 +08:00
dist import codes 2021-12-08 16:06:25 +08:00
public import codes 2021-12-08 16:06:25 +08:00
src feat: add types 2021-12-08 20:21:08 +08:00
tests import codes 2021-12-08 16:06:25 +08:00
.gitignore import codes 2021-12-08 16:06:25 +08:00
.licenserc.yaml import codes 2021-12-08 16:06:25 +08:00
babel.config.js import codes 2021-12-08 16:06:25 +08:00
cypress.json import codes 2021-12-08 16:06:25 +08:00
LICENSE import codes 2021-12-08 16:06:25 +08:00
package-lock.json import codes 2021-12-08 16:06:25 +08:00
package.json feat: add types 2021-12-08 20:21:08 +08:00
README.md import codes 2021-12-08 16:06:25 +08:00
run.sh import codes 2021-12-08 16:06:25 +08:00
tsconfig.json import codes 2021-12-08 16:06:25 +08:00
vue.config.js import codes 2021-12-08 16:06:25 +08:00

skywalking-x-ui

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint