Files
kubevela/dashboard
Zheng Xi ZhouandGitHub ddba62fba0 Generate restful api based on Swagger (#765)
* Generate restful api based on Swagger

As OpenAPI has to be quickly developped to support front-end developement, so
did the restufl api docs. Based on swagger, generate the docs automatically

* fix conflicts and add application list annotation
2020-12-22 16:35:26 -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