dependabot[bot] a39193ee14 build(deps-dev): bump vite from 5.3.1 to 5.3.6 (#5459) hai 7 meses
..
public 58f996c0e4 Vue 3 support (#2755) %!s(int64=4) %!d(string=hai) anos
src 1f8ecd72cb @uppy/vue: migrate to Composition API with TS & drop Vue 2 support (#5043) hai 1 ano
.gitignore 58f996c0e4 Vue 3 support (#2755) %!s(int64=4) %!d(string=hai) anos
README.md 7d6937300a meta: enable prettier for markdown (#5133) hai 1 ano
index.html 34c78e9093 meta: run Prettier on existing files (#4713) hai 1 ano
package.json a39193ee14 build(deps-dev): bump vite from 5.3.1 to 5.3.6 (#5459) hai 7 meses
vite.config.js 5353874083 example: fix docs and env for Vite examples (#4018) %!s(int64=2) %!d(string=hai) anos

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