mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-19 14:57:47 +00: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
|
|
|
|
```
|