uppy/examples/svelte-example
2022-08-31 11:34:37 +02:00
..
public Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
src remove use of deprecated metaFields option (#4073) 2022-08-31 11:34:37 +02:00
.gitignore example: fix svelte example (#4017) 2022-08-19 16:14:34 +02:00
package.json meta: upgrade to TypeScript 4.8 (#4048) 2022-08-30 11:46:45 +02:00
postcss.config.js meta: fix linter warnings (#4039) 2022-08-23 16:08:08 +02:00
README.md example: fix svelte example (#4017) 2022-08-19 16:14:34 +02:00
rollup.config.js meta: fix linter warnings (#4039) 2022-08-23 16:08:08 +02:00
server.mjs example: fix svelte example (#4017) 2022-08-19 16:14:34 +02:00
tsconfig.json Svelte integration (#2671) 2020-12-23 13:45:26 +00:00

Uppy with Svelte

Run it

To run this example, make sure you've correctly installed the repository root:

corepack yarn install
corepack yarn build

Then, again in the repository root, start this example by doing:

corepack yarn workspace @uppy-example/svelte-app start