Go to file
devad 63296475e5 Merge pull request 'fix' (#243) from devad/JCC-RIP:master into master 2024-11-08 16:13:40 +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 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 instance center 2024-10-08 17:37:06 +08:00
src fix virtualmachine task type problem 2024-11-04 16:26:15 +08:00
.env.development orgion 2024-06-20 15:21:53 +08:00
.env.production api 2024-06-24 12:35:39 +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 fix 2024-11-07 09:47:45 +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 fix 2024-06-22 16:58:38 +08:00
package.json orgion 2024-06-20 15:21:53 +08:00
postcss.config.js first commit 2021-01-21 17:43:14 +08:00
vue.config.js fix 2024-10-17 09:23:37 +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