- 文件预览
- 拖拽上传
- 点击上传
- 大文件分片
- 并发上传
- 上传进度
- 暂停上传
- 断点续传
- web worker后台计算文件唯一标识
- 失败重传
前端:
cd client && cd $_;npm i
npm run start
后端:
cd server && cd $_;npm i
npm run start
后端调试
npm run inspect
debugger
设置断点
repl
打印变量
cont, c
: Continue execution
next, n
: Step next
step, s
: Step in
out, o
: Step out
restart
: Restart script