# file-viewer **Repository Path**: jccloop/file-viewer ## Basic Information - **Project Name**: file-viewer - **Description**: file-viewer镜像,只做下载加速使用 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-04-23 - **Last Updated**: 2024-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # file-viewer 支持 压缩包 zip,rar 以及7z等 以及 'docx', 'pptx', 'xlsx', 'pdf', 'gif', 'jpg', 'jpeg', 'bmp', 'tiff', 'tif', 'png', 'svg', 'txt', 'json', 'js', 'css', 'java', 'py', 'html', 'jsx', 'ts', 'tsx', 'xml', 'md', 'log', 'editorconfig', 'browserslistrc', 'project', 'gitignore', 'cfg', 'sh', 'yml', 'mp4' ![演示图](https://cdn.nlark.com/yuque/0/2022/png/2693564/1660404892189-940413dd-0772-48c8-a18e-2dabb083b5df.png?x-oss-process=image%2Fresize%2Cw_1500%2Climit_0) ## 演示流程: - 上传压缩包 或者 文件 - pdf可以预览内容 ,并能获取其文字以及内容,尝试通过文字大小去 提取标题 - 展开压缩包目录以及文件 - 预览文件内容 - 提取文件文字 - 截图可以插入粘贴板 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).