git clone https://github.com/WenisOK/VueFileUploader.git
- 客户端
cd ./client
yarn
yarn dev
#OR 或者
npm i
npm run dev
- 服务端
cd ./server
yarn
yarn serve
#OR
npm i
npm run serve
- 构建前端代码
cd ./client
yarn
yarn build
#OR 或者
npm i
npm run build
- 将
dist
解析到nginx
的location
里,确保能访问 - 配置如下的代理:
/upload
,/fileList
,/connTest
,/deleteFile
,/downloadFile
转发到http://localhost:2222