Vben
2021-02-27 f6cef1088d499acd7d5124d8e1a83d454ba648cb
提交 | 用户 | 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 ```