Skip to content

Commit 68b477b

Browse files
committed
Generate project with Vue CLI v5.0.4
1 parent bc3c6b4 commit 68b477b

File tree

6 files changed

+8157
-15530
lines changed

6 files changed

+8157
-15530
lines changed

Procfile

-1
This file was deleted.

composer.json

-1
This file was deleted.

jsconfig.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es5",
4+
"module": "esnext",
5+
"baseUrl": "./",
6+
"moduleResolution": "node",
7+
"paths": {
8+
"@/*": [
9+
"src/*"
10+
]
11+
},
12+
"lib": [
13+
"esnext",
14+
"dom",
15+
"dom.iterable",
16+
"scripthost"
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)