Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sistematico/vuejs-upload-chunks
Simple Vue.js & Bun upload chunks system.
https://github.com/sistematico/vuejs-upload-chunks
bun vuejs
Last synced: about 1 month ago
JSON representation
Simple Vue.js & Bun upload chunks system.
- Host: GitHub
- URL: https://github.com/sistematico/vuejs-upload-chunks
- Owner: sistematico
- Created: 2024-07-19T10:58:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T22:33:34.000Z (5 months ago)
- Last Synced: 2024-08-15T23:40:51.962Z (5 months ago)
- Topics: bun, vuejs
- Language: TypeScript
- Homepage: https://up.paxa.dev
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📁 Vue.js Upload Chunks
Simple Vue.js & Bun upload chunks system.
[![Deploy](https://github.com/sistematico/vuejs-upload-chunks/actions/workflows/deploy.yml/badge.svg)](https://github.com/sistematico/vuejs-upload-chunks/actions/workflows/deploy.yml)
[![Biome](https://github.com/sistematico/vuejs-upload-chunks/actions/workflows/biome.yml/badge.svg)](https://github.com/sistematico/vuejs-upload-chunks/actions/workflows/biome.yml)## 🌎 Demo
- [Vue.js Upload](https://up.paxa.dev)
## 📰 References
- [Bun](https://bun.sh)
- [Vue.js](https://vuejs.org)
- [Hono](https://hono.dev)## 🕐 ChangeLog
- `2024/15/08` - updated bun from v1.1.20 to v1.1.24
- created [routes](./apps/api/src/routes/) & [services](./apps/api/src/services/)
- added [biomejs/biome](https://github.com/biomejs/biome)
- `2024/07/19` - monorepo createdThis project was created using `bun init` in bun v1.1.20.
[Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.