Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhaogongchengsi/rainbow-bridge
end-to-end file synchronization
https://github.com/zhaogongchengsi/rainbow-bridge
electron file-sync vue
Last synced: 4 days ago
JSON representation
end-to-end file synchronization
- Host: GitHub
- URL: https://github.com/zhaogongchengsi/rainbow-bridge
- Owner: zhaogongchengsi
- Created: 2024-10-26T06:58:04.000Z (21 days ago)
- Default Branch: master
- Last Pushed: 2024-11-06T14:06:16.000Z (9 days ago)
- Last Synced: 2024-11-06T15:20:20.734Z (9 days ago)
- Topics: electron, file-sync, vue
- Language: TypeScript
- Homepage:
- Size: 1.38 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rainbow Client
end-to-end file synchronization
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)
## Project Setup
### Install
```bash
$ pnpm install
```### Development
```bash
$ pnpm dev
```### Build
```bash
# For windows
$ pnpm build:win# For macOS
$ pnpm build:mac# For Linux
$ pnpm build:linux
```