Shkjem
1.0.0
Kejian Engineering Management Co., Ltd. corporate official website front end
The final product of an outsourcing project in spare time (three weeks): http://www.shkjem.com The main branch has been updated to the improved version, and the source code of the old version has been moved to Release
If you are studying, it is recommended to study the new version link http://kejian.filog.cn/ In addition, some students are asking about the back-end code here https://github.com/ifzc/KeJian.Core.Api
npm install
npm run serve
npm run build
Use Docker to publish the image to the image server image address (can be pulled): ccr.ccs.tencentyun.com/ifengzctest/kjweb:v1
# 第一步构建镜像
docker build - t fengzctest.kjweb:v1 .
# 第二部登录镜像仓库
docker login -- username 100001190206 ccr.ccs.tencentyun.com
# 查看镜像列表
docker images
# 添加Tag
docker tag [ ImageId ] ccr.ccs.tencentyun.com / ifengzctest / kjweb:v1
# 推送镜像至镜像服务器
docker push ccr.ccs.tencentyun.com / ifengzctest / kjweb:[ tag ]