Antoine du Hamel 0db5b83e16 meta: upgrade to Vite v3 (#3882) há 2 anos atrás
..
public 58f996c0e4 Vue 3 support (#2755) há 4 anos atrás
src 0d88c8eafc example: fix Vue3 example (#3774) há 2 anos atrás
.gitignore 58f996c0e4 Vue 3 support (#2755) há 4 anos atrás
README.md 0d88c8eafc example: fix Vue3 example (#3774) há 2 anos atrás
index.html 0d88c8eafc example: fix Vue3 example (#3774) há 2 anos atrás
package.json 0db5b83e16 meta: upgrade to Vite v3 (#3882) há 2 anos atrás
vite.config.js 0d88c8eafc example: fix Vue3 example (#3774) há 2 anos atrás

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