vue-vben-admin/test/upload-server/README.md

19 lines
182 B
Markdown
Raw Normal View History

# Upload Server
Simple file upload service for testing file upload components.
## Usage
```js
2021-01-11 21:15:34 +08:00
cd ./test/upload-server
// upload dir
mkdir static
yarn install
node app.js
```