Merlijn Vos 1f8ecd72cb @uppy/vue: migrate to Composition API with TS & drop Vue 2 support (#5043) 1 年之前
..
public 58f996c0e4 Vue 3 support (#2755) 4 年之前
src 1f8ecd72cb @uppy/vue: migrate to Composition API with TS & drop Vue 2 support (#5043) 1 年之前
.gitignore 58f996c0e4 Vue 3 support (#2755) 4 年之前
README.md 5353874083 example: fix docs and env for Vite examples (#4018) 2 年之前
index.html 34c78e9093 meta: run Prettier on existing files (#4713) 1 年之前
package.json 1f8ecd72cb @uppy/vue: migrate to Composition API with TS & drop Vue 2 support (#5043) 1 年之前
vite.config.js 5353874083 example: fix docs and env for Vite examples (#4018) 2 年之前

README.md

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