mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-24 12:20:18 +08:00
16 lines
154 B
Markdown
16 lines
154 B
Markdown
|
# Upload Server
|
||
|
|
||
|
Simple file upload service for testing file upload components.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```js
|
||
|
|
||
|
cs ./test/upload-server
|
||
|
|
||
|
yarn install
|
||
|
|
||
|
node app.js
|
||
|
|
||
|
```
|