# transitions **Repository Path**: haohais/transitions ## Basic Information - **Project Name**: transitions - **Description**: UI库,持续开发中 - **Primary Language**: TypeScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-29 - **Last Updated**: 2024-10-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前端项目安装依赖 npm install --registry=https://registry.npmmirror.com # 打包 npm run build # 停止并删除已存在的容器 docker ps -a | grep transitions | awk '{print $1}' | xargs docker stop docker ps -a | grep transitions | awk '{print $1}' | xargs docker rm # 构建镜像 docker build -f Dockerfile -t transitions . --no-cache docker ps -a | grep transitions | grep prod | awk '{print $1}' | xargs -i docker stop {} | xargs -I docker rm {} docker run -d -p 81:80 --restart=always --name transitions transitions 不带npm镜像 docker build -f Dockerfile -t transitions . --no-cache docker ps -a | grep transitions | grep prod | awk '{print $1}' | xargs -i docker stop {} | xargs -I docker rm {} docker run -d -p 81:80 --restart=always --name transitions transitions http://47.121.116.179:8866/gitee-project/transitions 0b062cd7a44c511bb935556579f788b1