uppy/examples/svelte-example
Murderlon 9d8fb57a74
Merge branch 'main' into 4.x
* main:
  meta: enable prettier for markdown (#5133)
  @uppy/xhr-upload: do not throw when res is missing url (#5132)
  @uppy/companion: coerce `requestUrl` to a string (#5128)
  Release: uppy@3.25.0 (#5127)
  meta: enforce use of `.js` extension in `import type` declarations (#5126)
  @uppy/core: add instance ID to generated IDs (#5080)
  @uppy/core: reference updated i18n in Restricter (#5118)
2024-05-02 12:26:16 +02:00
..
public meta: run Prettier on existing files (#4713) 2023-09-29 11:11:28 +02: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 @uppy/angular,meta: upgrade to Angular 17.x and to TS 5.4 (#5008) 2024-03-28 10:10:20 +01:00
postcss.config.js meta: fix linter warnings (#4039) 2022-08-23 16:08:08 +02:00
README.md meta: enable prettier for markdown (#5133) 2024-05-02 11:35:55 +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 meta: prettier 3.0.3 -> 3.2.4 (#4889) 2024-01-24 11:37:01 +01: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