Skip to content

Instantly share code, notes, and snippets.

@manico
Created March 30, 2018 08:16
Show Gist options
  • Save manico/a4a3ce1891635e506fb520fd97599ad0 to your computer and use it in GitHub Desktop.
Save manico/a4a3ce1891635e506fb520fd97599ad0 to your computer and use it in GitHub Desktop.
Vue Debug Configuration
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Vue Chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}/src",
"breakOnLoad": true,
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment