做软件代理去哪个网站,wordpress弹窗下载插件,张家界建设网站制作,为什么不建议去外包公司上班目录
lunch.json创建
vite.config.ts
打断点运行 lunch.json创建
首先#xff0c;点击VSCode左上角#xff0c;甲壳虫运行的按钮#xff0c;然后点击运行与调试#xff0c;选择chrome浏览器#xff0c;修改成一下配置。 { // 使用 IntelliSense 了解相关属性。 // 悬停…目录
lunch.json创建
vite.config.ts
打断点运行 lunch.json创建
首先点击VSCode左上角甲壳虫运行的按钮然后点击运行与调试选择chrome浏览器修改成一下配置。 { // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息请访问: https://go.microsoft.com/fwlink/?linkid830387 version: 0.2.0, configurations: [ { type: chrome, request: launch, name: dev, url: http://localhost:5173/, webRoot: ${workspaceFolder}/src, sourceMaps: true, runtimeExecutable:C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe } ] } vite.config.ts defineConfig({ build: { sourcemap: true } }) 打断点运行