mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-25 02:58:40 +08:00
16 lines
153 B
Markdown
16 lines
153 B
Markdown
# Upload Server
|
|
|
|
Simple file upload service for testing file upload components.
|
|
|
|
## Usage
|
|
|
|
```js
|
|
|
|
cd ./test/upload-server
|
|
|
|
yarn install
|
|
|
|
yarn start
|
|
|
|
```
|