Go to file
ann 652fea1aab fix 2023-06-07 09:47:23 +08:00
build 新版大屏字体包新增 2021-08-30 17:43:11 +08:00
deploy feat:cicd 2023-03-24 09:05:45 +08:00
public restyle 2023-06-01 22:47:40 +08:00
src fix 2023-06-07 09:47:23 +08:00
.env.development fix 2022-06-11 17:22:47 +08:00
.env.production fix 2022-06-11 17:22:47 +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 feat:cicd 2023-03-24 09:05:45 +08:00
Jenkinsfile feat:cicd 2023-03-24 09:05:45 +08:00
README.md fix 2021-05-19 17:47:47 +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 2023-05-26 10:39:47 +08:00
package.json fix 2023-05-26 10:39:47 +08:00
postcss.config.js first commit 2021-01-21 17:43:14 +08:00
vue.config.js add setting page 2023-05-30 17:50:42 +08:00
yarn.lock fix 2023-05-26 10:39:47 +08:00

README.md

JCCE

Thanks to KubeSphere and Harvester for providing back-end support for this system.

电脑需要安装 node 环境

安装依赖命令

npm install

编译及热加载命令

npm run dev

生产环境打包命令

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