# test **Repository Path**: chenyongfa/test ## Basic Information - **Project Name**: test - **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-12-05 - **Last Updated**: 2023-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 ```bash # 克隆项目 # 安装依赖 npm install # 启动服务 npm run dev ``` 浏览器访问 http://localhost:80 ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ``` ## 项目 ``` 设置水印 this.$watermark.set('水印内容',容器(如果不指向就默认全屏)) # AppMain.vue 添加this.$watermark.set('水印内容',this.$refs.content) 状态颜色值 #1890FF 进行中 #F5222D 异常 #11A983 已完成 #E68A35 暂停 ```