文件名称:拦截器:一种浏览器扩展,用于在浏览器级别模拟AJAX请求
文件大小:733KB
文件格式:ZIP
更新时间:2024-02-25 22:02:47
mock firefox chrome interceptor mock-ajax-requests
拦截器 一个浏览器扩展程序,它在浏览器级别模拟AJAX请求,因此您可以运行前端而无需真正启动后端服务器。 火狐: 镀Chrome 发展历程 在Chrome中 $ yarn install $ yarn run watch # Install "./dist" directory as "unpacked chrome extension" (google it!) 在Firefox中 $ yarn install $ yarn run watch $ yarn global add web-ext $ web-ext run -s dist -f "/usr/bin/firefox"