# Easy-zFile **Repository Path**: LeftJson/Easy-zFile ## Basic Information - **Project Name**: Easy-zFile - **Description**: Easy zFile 是开源文件管理系统,支持文件或文件夹的上传、下载、ZIP文件压缩与解压、在线查看等 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/easy-zfile - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-06-26 - **Last Updated**: 2025-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [File System](https://github.com/oi-contrib/FileSystem) 🔥文件管理系统 ✨☁️📁✨ 支持:文件或文件夹的上传、下载、ZIP文件压缩与解压、在线查看等 ## 如何开发 开发的时候,直接运行如下命令: ``` npm run start:dev ``` 然后浏览器访问: ```http://127.0.0.1:30000/index.html``` > 别忘了配置 `./src/config.ts` 中的邮箱SMTP信息。 ## 生产环境 开发完毕以后,需要发布的话,首先进行打包: ``` npm run build ``` 然后启动: ``` npm run start:prod ``` > 别忘了配置 `./dist/config.js` 中的邮箱SMTP信息。 ## 版权 MIT License Copyright (c) [zxl20070701](https://zxl20070701.github.io/notebook/home.html) 走一步,再走一步