# 大文件断点续传 **Repository Path**: pimingyu/bigFileBreakPointContiuation ## Basic Information - **Project Name**: 大文件断点续传 - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-26 - **Last Updated**: 2024-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 基本上是全网“最”详细的大文件上传教程 # 技术架构 有vue2(基础版)跟vue3(完整版)两个不同版本 vue2 + vue-cli5 + axios + element ui vue3 + vite + axios + typescript 搭配node.js + express 使用 # 使用说明 1.文件拉取下来后,直接双击 npmInstallAll.bat 文件一次性安装vue2 + vue3 + 后端所需依赖 2.前端项目:v2-file-upload 跟 v3-file-upload, 后端项目:node-server 3.两个前端项目的启动命令都是 npm run dev 4.node两个版本启动命令分别是:npm run dev:v2 跟 npm run dev:v3 5.node >= 14