🔨 🧑‍💻 添加vue-devtools 优化开发者体验

Co-authored-by: 舰队的偶像-岛风酱! <frg2089@outlook.com>
Signed-off-by: 舰队的偶像-岛风酱! <frg2089@outlook.com>
This commit is contained in:
BTMuli
2023-04-05 23:08:57 +08:00
committed by 舰队的偶像-岛风酱!
parent d817628de5
commit b31d82d8e9
9 changed files with 1545 additions and 24 deletions

14
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "lint:code",
"problemMatcher": [
"$eslint-compact",
"$eslint-stylish"
],
"label": "npm: lint:code"
}
]
}