Files
kubevela/dashboard
guoxudongandGitHub 1e6248d189 [Dashboard] Capabilities page (#803)
* add capabilities (workloads and traits)

* yarn prettier
2020-12-25 11:13:08 +08:00
..
2020-12-25 11:13:08 +08:00
2020-08-18 18:04:53 +08:00
2020-12-10 15:05:33 +08:00
2020-08-18 18:04:53 +08:00
2020-12-11 10:28:08 -08:00
2020-12-25 11:13:08 +08:00

Vela Dashboard

Environment Prepare

Install node_modules:

yarn

Provided Scripts

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

yarn start

Build project

yarn build

Check code style

yarn lint

You can also use script to auto fix some lint error:

yarn lint:fix

Test code

yarn test