vben
2021-01-11 18ad1bcc6e927f70dc16bf7e3c1627c1f7f376f3
提交 | 用户 | age
bd6b20 1 # Upload Server
V 2
3 Simple file upload service for testing file upload components.
4
5 ## Usage
6
7 ```js
8
18ad1b 9 cd ./test/upload-server
V 10
11 // upload dir
12 mkdir static
bd6b20 13
V 14 yarn install
15
16 node app.js
17
18 ```