mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-24 12:20:18 +08: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
|
|
|
|
```
|