mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
|
|
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| test | ||
| .gitignore | ||
| .stackblitzrc | ||
| index.html | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
| vitest.config.ts | ||
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