# node_slice_upload **Repository Path**: damingstore/node_slice_upload ## Basic Information - **Project Name**: node_slice_upload - **Description**: nodejs+vue+elementui实现大文件分片上传 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-24 - **Last Updated**: 2023-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 大文件分片上传管理系统 ## 获取代码 git clone https://gitee.com/damingstore/node_slice_upload.git ## 启动项目: 1、安装所有的依赖 ``` npm install ``` 2、启动服务 ``` npm run start ``` **注意:*node的版本要>=7.6*, 因为里面使用了async和await语法,目前node的LTS版本已经是8.9.0,所以请各位放心使用** ## 功能 1、登录页面 2、文件管理列表、分页功能 3、文件查询功能 4、删除共功能 5、文件分片上传功能