mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
examples: document npm run build, closes #2024
This commit is contained in:
parent
894c739883
commit
697ad04a34
12 changed files with 12 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ Files are uploaded to a randomly named directory inside the `whatever/` director
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ This example uses a server-side PHP endpoint to sign uploads to S3.
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the npm dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ This serves as an illustration on how integrating custom providers would work
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ This example uses Uppy to upload files to a DigitolOcean Space. DigitalOcean Spa
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ It has two instances on the same page, side-by-side, but with different `id`s so
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ This example uses Node server and `@uppy/xhr-upload` to upload files to the loca
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ This example uses PHP server and `@uppy/xhr-upload` to upload files to the local
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ This example uses a Python Flask server and `@uppy/xhr-upload` to upload files t
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the npm dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ This example supports the [Redux Devtools extension](https://github.com/zalmoxis
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ This example shows all the different Robodog APIs in action on a single page.
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the dependencies for this example.
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ This example uses Uppy with XHRUpload plugin in `bundle` mode. Bundle mode uploa
|
|||
To run this example, make sure you've correctly installed the **repository root**:
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
That will also install the dependencies for this example.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue