https://github.com/elninotech/uppload-examples
📸 Examples for the Uppload file uploading widget
https://github.com/elninotech/uppload-examples
examples javascript monorepo typescript uppload
Last synced: about 1 year ago
JSON representation
📸 Examples for the Uppload file uploading widget
- Host: GitHub
- URL: https://github.com/elninotech/uppload-examples
- Owner: elninotech
- License: mit
- Created: 2020-02-13T09:18:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T02:37:36.000Z (over 3 years ago)
- Last Synced: 2025-04-30T11:55:07.005Z (about 1 year ago)
- Topics: examples, javascript, monorepo, typescript, uppload
- Language: JavaScript
- Homepage: https://uppload.js.org/examples
- Size: 1000 KB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uppload examples
This monorepo contains example projects using Uppload to help you get started quickly. All demos are available on [CodeSandbox](https://uppload.js.org/examples).
[**Explore examples →**](https://uppload.js.org/examples)
## 🐛 Issues
To manage issues better, we've disabled the GitHub "Issues" feature in this repo. If you want to report a problem or suggestion, please open an issue in the main [elninotech/uppload](https://github.com/elninotech/uppload) repo and add the "examples" label.
## 🛠 Development
This repo uses [pnpm](https://pnpm.js.org) to manage to manage multiple packages as a monorepository. Using pnpm's [Workspaces](https://pnpm.js.org/en/workspaces), we only download a dependency once, but feel free to use npm, Yarn, or your preferred package manager locally.
By default, each example uses the latest version of Uppload. Each package is also published to npm is scoped with `@uppload/`.
## 📄 License
- Code: [MIT](https://github.com/elninotech/uppload-examples/blob/master/LICENSE)
- Logo and assets: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)