Antoine du Hamel 5044230bf1 meta: upgrade all dev dependencies (#3903) il y a 2 ans
..
public 58f996c0e4 Vue 3 support (#2755) il y a 4 ans
src 0d88c8eafc example: fix Vue3 example (#3774) il y a 2 ans
.gitignore 58f996c0e4 Vue 3 support (#2755) il y a 4 ans
README.md 0d88c8eafc example: fix Vue3 example (#3774) il y a 2 ans
index.html 0d88c8eafc example: fix Vue3 example (#3774) il y a 2 ans
package.json 5044230bf1 meta: upgrade all dev dependencies (#3903) il y a 2 ans
vite.config.js 0d88c8eafc example: fix Vue3 example (#3774) il y a 2 ans

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 workspace @uppy-example/vue3 dev