# Using edge debugger in vscode
# setting
Vue CLI 3 기준 vue.config.js 에 추가 Debugging in VS Code (opens new window)
module.exports = {
configureWebpack: {
devtool: "source-map",
},
};
1
2
3
4
5
2
3
4
5
VSCode 에 확장 설치
{root}/.vscode/lanunch.json 에 설정
$ yarn serve # http://localhost:8080
1
vscode debugger 시작