# shanglou_manage **Repository Path**: danyanbi/shanglou_manage ## Basic Information - **Project Name**: shanglou_manage - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-13 - **Last Updated**: 2023-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 使用说明 使用[pnpm](https://pnpm.io/)安装依赖 ```shell npm install -g pnpm ``` 在项目根目录 ```shell pnpm install ``` 启动: ```shell npm run dev ``` 部署: 1. upload dist to /data/docker-project/vue3-dh 2. build docker container `docker build -t dh/vue3-dh:latest /data/docker-project/vue3-dh` 3. stop old container and remove image , and then start container `docker run --restart=always -d -p 5858:5858 --name vue3-dh dh/vue3-dh:latest`