Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.08 KB

happy-cloud-disk

使用云计算对象存储(OSS、Kodo)服务作为存储环境的网盘客户端

这是一个客户端,能把阿里云、七牛云的对象存储服务当网盘用。

有什么好处:

  1. 这种互联网基础设施很便宜
  2. 不限速,不管是上传还是下载都能把带宽打满。

使用到的技术

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


# lint all JS/Vue component files in `src/`
npm run lint

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.