# happy-sync **Repository Path**: happysync/happy-sync ## Basic Information - **Project Name**: happy-sync - **Description**: A cloud file-syncing client - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 0 - **Created**: 2018-01-07 - **Last Updated**: 2025-07-25 ## Categories & Tags **Categories**: filemanager **Tags**: None ## README # happy-sync (under development) > A file sync client #### Intro A file sync client based on Electron & Vue.js. Choose your cloud storage provider, sync your files to cloud. #### Supported cloud storage providers [Qiniu](http://qiniu.com) > The support of Tencent Cloud/Alibaba Cloud is in consideration #### Chat room https://gitter.im/happysync/happy-sync #### Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:9080 npm run dev # build electron application for production npm run build # run unit & end-to-end tests npm test # lint all JS/Vue component files in `src/` npm run lint ``` --- This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[1c165f7](https://github.com/SimulatedGREG/electron-vue/tree/1c165f7c5e56edaf48be0fbb70838a1af26bb015) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).