UNPKG
create-base
Version:
latest (1.4.8)
1.4.8
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
快速构建项目基础框架,支持vue/uni-app/后台管理模板等
github.com/zaeyee/create-base
zaeyee/create-base
create-base
/
template-uniapp
/
jsconfig.json
12 lines
(11 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
: {
"baseUrl"
:
"."
,
"paths"
: {
"
@/
*"
: [
"./src/*"
] },
"types"
: [
"
@dcloudio
/types"
,
"miniprogram-api-typings"
,
"mini-types"
,
"./auto-imports"
],
"jsx"
:
"preserve"
},
"exclude"
: [
"node_modules"
,
"dist"
] }