前言
测试是否兼容IE11,直接录制GIF来说明;
内容
安装插件
配置插件
创建配置文件并填写好项目运行时的URL
{ "configurations": [ { "name": "Launch Microsoft Edge and open the Edge DevTools", "request": "launch", "type": "vscode-edge-devtools.debug", "url": "http://localhost:8080" // Provide your project's url to finish configuring } ] }
使用
运行项目并启动插件,点击切换设备,即可在vscode中预览
注意
项目对应标签不可以最小化
学无止境,谦卑而行.