# video-antd **Repository Path**: 554343346/video-antd ## Basic Information - **Project Name**: video-antd - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-24 - **Last Updated**: 2021-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-antd ## Project setup ``` pnpm install ``` ### Compiles and hot-reloads for development ``` pnpm run serve ``` ### Compiles and minifies for production ``` pnpm run build ``` ### Run your tests ``` pnpm run test ``` ### Lints and fixes files ``` pnpm run lint ``` ### deplay 1. 复制nginx文件夹到服务器根目录 2. 复制Dockerfile文件到服务器根目录 3. 复制dist文件夹到服务器根目录 4. 执行docker编译、运行命令: ``` docker build -t video-vue . docker run -d -p 80:80 --name video-vue video-vue ```