- 登录注册
- 文件(批量)上传下载
- 文件/目录(批量)管理
- 文件分享 (可设置访问密码, 分享链接内容登录可见)
- 文件详情展示
- 分享转存
-
安装npm:
sudo apt install npm
-
安装pnpm:
curl -fsSL https://get.pnpm.io/install.sh | sh -
或者npm install -g pnpm
-
配置npm淘宝源:
pnpm config set registry https://registry.npmmirror.com/
-
安装相关库:
pnpm install
在 config.ts
里配置后端地址
启动前端项目: pnpm run dev