Go to file
annzee 41e9543e48 Merge pull request 'delete useless files' (#3) from annzee/JCC-RCP:master into master 2024-01-11 15:19:31 +08:00
.devops fix:ci/cd bugs 2024-01-02 10:29:33 +08:00
build add new fonts 2024-01-11 11:48:26 +08:00
deploy fix:ci/cd bugs 2023-11-15 17:31:29 +08:00
public restyle 2023-06-01 22:47:40 +08:00
src delete useless files 2024-01-11 15:15:55 +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 fix:ci/cd bugs 2023-11-15 17:31:29 +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-07-21 17:36:50 +08:00
package.json delete useless files 2024-01-11 15:15:55 +08:00
postcss.config.js first commit 2021-01-21 17:43:14 +08:00
vue.config.js fix 2023-06-16 09:17:44 +08:00
yarn.lock fix 2023-07-21 17:36:50 +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