Skip to content
/ velaux Public
forked from kubevela/velaux

The KubeVela User Experience (UX) Platform

License

Notifications You must be signed in to change notification settings

YTGhost/velaux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt

Go Report Card Docker Pulls

Overview

The KubeVela User Experience (UX) Dashboard. Designed as an extensible, application-oriented delivery platform.

Quick Start

Users

Please refer to: https://kubevela.net/docs/install

Developers

Build the frontend

Make sure you have installed yarn.

Install frontend dependencies and build the frontend.

yarn install
yarn build

Start the server

  1. Install the Go 1.19+.
  2. Prepare a KubeVela core environment.
## Linux or Mac
curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash
## Windows
powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex"

velad install
  1. Init the dependencies.
vela addon enable ./addon replicas=0
  1. Start the server on local
# Install all dependencies
go mod tidy

# Setting the kube config
export KUBECONFIG=$(velad kubeconfig --host)

# Start the server
make run-server

Then, you can open the https://127.0.0.1:8000. More info refer to contributing

Community

  • Slack: CNCF Slack #kubevela channel (English)

  • DingTalk Group: 23310022 (Chinese)

  • Wechat Group (Chinese) : Broker wechat to add you into the user group.

Contributing

Check out CONTRIBUTING to see how to develop with KubeVela.

Report Vulnerability

Security is a first priority thing for us at KubeVela. If you come across a related issue, please send email to [email protected] .

Code of Conduct

KubeVela adopts CNCF Code of Conduct.

About

The KubeVela User Experience (UX) Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 46.6%
  • TypeScript 42.7%
  • Less 5.7%
  • SCSS 3.2%
  • JavaScript 1.0%
  • CUE 0.6%
  • Other 0.2%