uppy/examples/vue
2025-09-17 14:37:34 +05:30
..
public Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
src Add Export Maps (#5830) 2025-07-31 17:22:57 +02:00
test @uppy/components: fix dropzone global id (#5967) 2025-09-17 10:39:57 +02:00
.gitignore Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
.stackblitzrc add typescript as a dev dep in stackblitz env (#5976) 2025-09-17 14:37:34 +05:30
index.html Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
package.json build(deps-dev): bump vite from 7.0.6 to 7.0.7 (#5962) 2025-09-10 15:30:59 +02:00
README.md Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
vite.config.js Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
vitest.config.ts Migrate from Cypress to Vitest Browser Mode (#5828) 2025-07-28 11:27:37 +02:00

Vue 3 example

To run the example, from the root directory of this repo, run the following commands:

cp .env.example .env
corepack yarn install
corepack yarn build
corepack yarn workspace @uppy-example/vue3 dev