import products dinamically
This commit is contained in:
21
.vscode/launch.json
vendored
21
.vscode/launch.json
vendored
@@ -17,7 +17,15 @@
|
||||
"command": "npm run spa",
|
||||
"name": "SPA",
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
"type": "node-terminal",
|
||||
"sourceMaps": false,
|
||||
},
|
||||
{
|
||||
"command": "npm run spa",
|
||||
"name": "SPA DEBUG",
|
||||
"request": "launch",
|
||||
"type": "node-terminal",
|
||||
"sourceMaps": true,
|
||||
},
|
||||
{
|
||||
"command": "npm run dev",
|
||||
@@ -25,5 +33,16 @@
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
},
|
||||
{
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"name": "vuejs: Launch Chrome DEBUG",
|
||||
"url": "http://localhost:8088",
|
||||
"breakOnLoad": true,
|
||||
"webRoot": "${workspaceFolder}/src",
|
||||
"sourceMapPathOverrides": {
|
||||
"webpack:///src/*": "${webRoot}/*"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user