This topic created in 1650 days ago, the information mentioned may be changed or developed.
其主要运用场景为:
- 单页应用的预览(例如 Vue 编译之后的项目不可以直接通过 file://协议进行访问)
- 具有 ajax 请求的页面(因浏览器安全限制,默认禁止 file://协议进行 ajax 请求)
- 静态页面开发(无需手动刷新,实时预览页面加速开发效率)
开源地址: https://github.com/Licoy/reserver