凡科做的网站提示证书错误,成都黑帽seo,广州网站建设 企业,前端做一个页面多少钱目录
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 } }) 打断点运行