Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望提供一个调试配置 #47

Closed
wjx0912 opened this issue Jan 11, 2023 · 1 comment
Closed

希望提供一个调试配置 #47

wjx0912 opened this issue Jan 11, 2023 · 1 comment
Assignees
Labels
feat feature

Comments

@wjx0912
Copy link

wjx0912 commented Jan 11, 2023

mac-12.6
node-16.19
pnpm

这个项目是目前最好的vue脚手架,希望能一直维护下去。我的调试配置.vscode/launch.json:

{
    "configurations": [
    {
        "name": "Launch Chrome",
        "request": "launch",
        "type": "chrome",
        "url": "http://localhost:5173",
        "webRoot": "${workspaceFolder}/src"
    }
    ]
}

有的断点可以正常,有的断到其它地方了,希望能提供一个官方的,万分感谢

@markthree markthree self-assigned this Jan 11, 2023
@markthree markthree added the feat feature label Jan 11, 2023
@markthree
Copy link
Member

@wjx0912 靓仔你好,当前版本的 tov-template 应该不会出现断点错误了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat feature
Projects
None yet
Development

No branches or pull requests

2 participants