uppy/examples/vue
Prakash 7ea7530997
upgrade playwright (#6316)
fixes the timeout which we're facing in "CI / Test" in the past few days
which gets stuck at "Install Playwright Browsers"


https://github.com/transloadit/uppy/actions/runs/26646754991/job/78534314307?pr=6315

tested on my local fork
2026-06-01 18:08:22 +05:30
..
public Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
src @uppy: upgrade biome and more improvements (#6244) 2026-05-21 12:28:03 +08:00
test @uppy: upgrade deps (#6307) 2026-05-29 18:58:42 +05:30
.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 upgrade playwright (#6316) 2026-06-01 18:08:22 +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 @uppy: upgrade deps (#6307) 2026-05-29 18:58:42 +05:30

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