Skip to content

kaixinfu/cra-next-app

Repository files navigation

cra-next-app

包含

功能预览 掘金

  • [√] 注册、登录
  • [√] 普通文件上传
  • [√] 拖拽、进度条
  • [√] 限制文件格式的两种格式
  • [√] 使用worker计算md5值
  • [√] 使用requestIdleCallback计算md5值
  • [√] 使用抽样hash方法,计算md5值
  • [√] 切片上传:将大的文件切片上传,再将切片合并
  • [√] 断点续传:某些切片由于网路等其他原因丢失,续传补传切片
  • [√] 控制上传并发数量
  • [√] 报错重试、超过一定次数终止
  • [-] markdown、富文本编辑器

运行前端项目

$ git clone https://github.com/timer2/cra-next-app.git
$ npm install
$ npm run dev

本地查看mongo数据库

$ git clone https://github.com/mrvautin/adminMongo.git
$ npm install
$ npm start

后端项目地址:egg-server

友情推荐:蜗牛老湿

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published