Antoine du Hamel 141eb248be meta: upgrade to Vite 4 and ESBuild 0.16 (#4243) 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 5353874083 example: fix docs and env for Vite examples (#4018) 2 лет назад
index.html 0d88c8eafc example: fix Vue3 example (#3774) 2 лет назад
package.json 141eb248be meta: upgrade to Vite 4 and ESBuild 0.16 (#4243) 2 лет назад
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