Merlijn Vos 7d6937300a meta: enable prettier for markdown (#5133) 1 سال پیش
..
public 58f996c0e4 Vue 3 support (#2755) 4 سال پیش
src 34c78e9093 meta: run Prettier on existing files (#4713) 1 سال پیش
.gitignore 58f996c0e4 Vue 3 support (#2755) 4 سال پیش
README.md 7d6937300a meta: enable prettier for markdown (#5133) 1 سال پیش
index.html 34c78e9093 meta: run Prettier on existing files (#4713) 1 سال پیش
package.json 975038cf4c meta: upgrade Vite and Vitest (#4881) 1 سال پیش
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