Files
kubevela/dashboard

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