uppy/examples/vue3
2022-12-13 15:07:19 +01:00
..
public Vue 3 support (#2755) 2021-03-24 16:01:45 +00:00
src example: fix Vue3 example (#3774) 2022-06-29 15:49:32 +02:00
.gitignore Vue 3 support (#2755) 2021-03-24 16:01:45 +00:00
index.html example: fix Vue3 example (#3774) 2022-06-29 15:49:32 +02:00
package.json meta: upgrade to Vite 4 and ESBuild 0.16 (#4243) 2022-12-13 15:07:19 +01:00
README.md example: fix docs and env for Vite examples (#4018) 2022-08-22 15:25:22 +02:00
vite.config.js example: fix docs and env for Vite examples (#4018) 2022-08-22 15:25:22 +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