美文网首页
Node.js 快速文件服务器(基于 HTTP 的静态文件)

Node.js 快速文件服务器(基于 HTTP 的静态文件)

作者: 小杰杰杰 | 来源:发表于2023-05-17 19:09 被阅读0次
npm install http-server -g

使用方式:

cd D:\Folder
http-server

或者:

http-server D:\Folder

进阶用法:

http-server -a localhost -p 80

--cors to send Access-Control-Allow-Origin:* along with the response headers (ie when serving a json file)

相关文章

网友评论

      本文标题:Node.js 快速文件服务器(基于 HTTP 的静态文件)

      本文链接:https://www.haomeiwen.com/subject/trgisdtx.html