Go to file
ann 66a29392ed fix 2024-07-19 08:59:53 +08:00
.devops fix ci/cd bug 2024-07-12 09:44:11 +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-07-19 08:59:53 +08:00
src Merge branch 'master' of https://gitlink.org.cn/JointCloud/JCC-RIP into cetc 2024-07-12 10:54:40 +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-05-16 08:40:44 +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 api change 2024-06-20 16:06:07 +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