mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-03-27 10:40:15 +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
|
|
|
|
```
|