Go to file
jhnine 24d0205a96 style 2024-09-25 17:42:10 +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-09-03 16:47:29 +08:00
src style 2024-09-25 17:42:10 +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
.eslintrc.js
.gitignore
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
jsconfig.json
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
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