mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
| .. | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
Vue 2 example
You’re browsing the documentation for Vue v2.x and earlier. Check out Vue 3 example for new projects.
To run the example, from the root directory of this repo, run the following commands:
corepack yarn install
corepack yarn build
corepack yarn workspace @uppy-example/vue2 dev