Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 320 Bytes

README.zh-CN.md

File metadata and controls

24 lines (15 loc) · 320 Bytes

next-upload-node-server

Nodejs服务端 适配Fusion Upload组件

本地开发

$ npm i
$ npm run dev
$ open http://localhost:7001/

样例页面

http://localhost:7001/

样例前端代码

见 app/view/index.html

样例后端代码

见 app/controller/home.js