Bozza x test VUE.js app

This commit is contained in:
Samuele E. Locatelli
2019-09-27 21:58:14 +02:00
parent c12d596ce2
commit 2ad0984093
2 changed files with 17 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
// Usare IntelliSense per informazioni sui possibili attributi.
// Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti.
// Per ulteriori informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
+2
View File
@@ -0,0 +1,2 @@
var msg = 'Hello World';
console.log(msg);