mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-08 21:27:57 +00:00
19 lines
182 B
Markdown
19 lines
182 B
Markdown
# Upload Server
|
|
|
|
Simple file upload service for testing file upload components.
|
|
|
|
## Usage
|
|
|
|
```js
|
|
|
|
cd ./test/upload-server
|
|
|
|
// upload dir
|
|
mkdir static
|
|
|
|
yarn install
|
|
|
|
node app.js
|
|
|
|
```
|