Go to file
jhnine 1c34f2bd89 fix 2025-04-07 15:15:27 +08:00
.devops fix ci/cd bug 2024-07-12 09:44:11 +08:00
.github/workflows fix 2024-11-08 16:14:32 +08:00
build
deploy
public get file from ai4m(1) 2025-02-20 17:51:11 +08:00
src fix 2025-04-07 15:15:27 +08:00
.env.development
.env.production api 2024-06-24 12:35:39 +08:00
.eslintignore
.eslintrc.js
.gitignore
Dockerfile fix 2024-11-07 09:47:45 +08:00
README.md
babel.config.js
jsconfig.json
package-lock.json fix 2024-06-22 16:58:38 +08:00
package.json
postcss.config.js
vue.config.js get file from ai4m(1) 2025-02-20 17:51:11 +08:00
yarn.lock fix 2024-06-22 16:58:38 +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