Vue VsCode 项目 launch.json 文件

{
    "version": "0.2.0",
    "configurations": [
      {
        "type": "msedge",
        "request": "launch",
        "name": "vuejs:msedge",
        "url": "http://localhost:8441",
        "webRoot": "${workspaceFolder}/src",
        "breakOnLoad": true,
        "sourceMapPathOverrides": {
          "webpack:///src/*": "${webRoot}/*"
        }
      }
    ]
  }

 

posted on 2021-10-21 17:15  空明流光  阅读(721)  评论(0编辑  收藏  举报

导航