uppy/examples/vue
2025-08-22 10:14:19 +02:00
..
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 Migrate from Cypress to Vitest Browser Mode (#5828) 2025-07-28 11:27:37 +02:00
.gitignore Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
.stackblitzrc @uppy/examples: fix .stackblitzrc install command (#5919) 2025-08-22 10:14:19 +02:00
index.html Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
package.json Merge branch 'main' of https://github.com/transloadit/uppy into merge_v2 2025-08-21 20:40:23 +05:30
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