An Cloud-Native application platform for Kubernetes.

Kubelilin cloud native frontEnd .
git clone https://github.com/KubeLilin/dashboard.git
cd dashboard/src
npm install --force
npm run startgit clone https://github.com/KubeLilin/kubelilin.git
cd kubelilin/scripts
docker-compose up -d- 用户名: admin
- 密 码: 1234abcd
Install node_modules:
npm installor
yarnAnt Design Pro provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in package.json. It's safe to modify or add additional script:
npm run startnpm run buildnpm run lintYou can also use script to auto fix some lint error:
npm run lint:fixnpm testexport NODE_OPTIONS=--max_old_space_size=4096
docker build -f ./src/Dockerfile . -t yoyofx/kubelilin:v0.1
docker run -p 8092:8092 yoyofx/kubelilin:v0.1
