Go to file
jagger 98cb200798 refactor ci/cd 2024-03-04 09:43:31 +08:00
.devops refactor ci/cd 2024-03-04 09:43:31 +08:00
build add new fonts 2024-01-11 11:48:26 +08:00
deploy refactor ci/cd 2024-03-04 09:43:31 +08:00
public add bilangual text 2024-03-01 17:17:15 +08:00
src fix merge conflict 2024-03-01 17:20:13 +08:00
.env.development fix 2022-06-11 17:22:47 +08:00
.env.production fix 2022-06-11 17:22:47 +08:00
.eslintignore fix 2022-07-19 17:16:30 +08:00
.eslintrc.js first commit 2021-01-21 17:43:14 +08:00
.gitignore fix 2023-06-07 09:47:23 +08:00
Dockerfile refactor ci/cd 2024-03-04 09:43:31 +08:00
README.md delete chinese 2024-02-23 11:31:20 +08:00
babel.config.js first commit 2021-01-21 17:43:14 +08:00
jsconfig.json first commit 2021-01-21 17:43:14 +08:00
package-lock.json add lang file 2024-02-22 17:37:21 +08:00
package.json add lang file 2024-02-22 17:37:21 +08:00
postcss.config.js first commit 2021-01-21 17:43:14 +08:00
vue.config.js Add overview data for cluster pages 2024-03-01 15:48:07 +08:00
yarn.lock add lang file 2024-02-22 17:37:21 +08:00

README.md

JCCE

Thanks to KubeSphere and Harvester for providing back-end support for this system.

need node environment

install dependencies

npm install

Commands for Compilation and Hot Reloading

npm run dev

Production Environment Build Commands

npm run build
# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix