Go to file
ann dc2b6a3cf2 Merge branch 'earth' of code.gitlink.org.cn:JCCE/kubeX-frontend into earth 2023-03-23 17:19:48 +08:00
build 新版大屏字体包新增 2021-08-30 17:43:11 +08:00
public fix 2023-03-21 16:32:27 +08:00
src Merge branch 'earth' of code.gitlink.org.cn:JCCE/kubeX-frontend into earth 2023-03-23 17:19:48 +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-03-03 23:27:02 +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 merge 2023-03-07 17:39:23 +08:00
package.json 首页 样式修改 2023-03-06 17:58:11 +08:00
postcss.config.js first commit 2021-01-21 17:43:14 +08:00
vue.config.js fix 2023-03-15 15:41:47 +08:00
yarn.lock merge 2023-03-07 17:39:23 +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