Antoine du Hamel 0db5b83e16 meta: upgrade to Vite v3 (#3882) 2 년 전
..
public 58f996c0e4 Vue 3 support (#2755) 4 년 전
src 0d88c8eafc example: fix Vue3 example (#3774) 2 년 전
.gitignore 58f996c0e4 Vue 3 support (#2755) 4 년 전
README.md 0d88c8eafc example: fix Vue3 example (#3774) 2 년 전
index.html 0d88c8eafc example: fix Vue3 example (#3774) 2 년 전
package.json 0db5b83e16 meta: upgrade to Vite v3 (#3882) 2 년 전
vite.config.js 0d88c8eafc example: fix Vue3 example (#3774) 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 workspace @uppy-example/vue3 dev