mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-06 01:17:09 +00:00
438 B
438 B
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