UNPKG
@liuteng666/template-admin
Version:
latest (1.0.0)
1.0.0
以vue为基础搭建的后台管理项目模板
@liuteng666/template-admin
/
template
/
jsconfig.json
9 lines
•
145 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"baseUrl"
:
"./"
,
"paths"
:
{
"@/*"
:
[
"src/*"
]
}
}
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}