[new feature] Vue template language auto compeletion on vscode (#2195)

This commit is contained in:
张帅
2018-11-30 23:34:56 +08:00
committed by neverland
parent 89ff50944c
commit 66c940d672
4 changed files with 20 additions and 0 deletions
+5
View File
@@ -98,6 +98,7 @@
"less": "^3.8.1",
"less-loader": "^4.1.0",
"lint-staged": "^8.1.0",
"markdown-vetur": "0.0.2",
"md5-file": "^4.0.0",
"postcss": "^7.0.6",
"postcss-loader": "^3.0.0",
@@ -122,5 +123,9 @@
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-serve": "^2.0.3"
},
"vetur": {
"tags": "dist/tags.json",
"attributes": "dist/attributes.json"
}
}