Files
kubevela/dashboard
majian c09e4df452 1.add application list page (#779)
2.ignore the deleted applicationconfig resource instead return nil
3.code style fix
2020-12-17 09:22:38 -08:00
..
2020-12-17 09:22:38 -08:00
2020-12-17 09:22:38 -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-10 15:05:33 +08:00
2020-12-11 10:28:08 -08:00
2020-12-11 10:28: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