devserve:特定的单页应用程序开发服务器,具有代理到后端的功能

时间:2024-06-13 11:27:31
【文件属性】:

文件名称:devserve:特定的单页应用程序开发服务器,具有代理到后端的功能

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-13 11:27:31

JavaScript

奉献 特定的单页应用程序开发服务器,具有后端代理功能。 安装 npm install -g devserve 作为命令行实用程序运行 devserve --file /=index.html --proxy /api/=http://myapi:3333/ --dir /static/=static --base /home/hoho/www --port=3001 此命令将在端口3001上运行服务器。 对于以/static/开头的URI,它将提供/home/hoho/www/static文件夹中的文件;对于以/api/开头的URI,它将切断/api前缀,并将其余的代理到http://myapi:3333/ ,对于其他URI,它将投放/home/hoho/www/index.html 。 作为Node.JS应用程序的一部分运行 devServe = require ( 'devser


【文件预览】:
devserve-master
----devserve.js(7KB)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(40B)
----bin()
--------devserve(1KB)
----package.json(784B)

网友评论