Go to file
ann 11e56c6e7e fix 2024-09-23 14:42:55 +08:00
.devops fix ci/cd bug 2024-07-12 09:44:11 +08:00
.github/workflows fix 2024-09-18 09:05:53 +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 fix 2024-09-03 16:47:29 +08:00
src fix 2024-09-23 14:42:55 +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-09-11 11:12:16 +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-08-28 16:51:19 +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