# chat-im **Repository Path**: csdsb/chat-im ## Basic Information - **Project Name**: chat-im - **Description**: Vue3使用多线程处理文件分片任务,文件上传在前端大概是必不可少的,如果文件过大就会影响系统性能进而影响用户的体验,本文着重介绍如何进行文件分片以及使用多线程来处理分片任务,进而提升系统整体的性能增加用户体验。 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-09-15 - **Last Updated**: 2025-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3使用多线程处理文件分片任务示例 具体解析参考此文章 [Vue3使用多线程处理文件分片任务](https://blog.csdn.net/qq_45096273/article/details/145280065?spm=1001.2014.3001.5501) ## 1.下载 > npm i ## 2.运行 > npm run dev ## 3.打包 > npm run build