Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 224 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 224 Bytes

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