You've already forked template-MP-ts
30 lines
521 B
JSON
30 lines
521 B
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index"
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "subPages",
|
|
"pages": [
|
|
{
|
|
"path": "welcome/index"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u-([^-].*)": "@/uview-plus/components/u-$1/u-$1.vue"
|
|
}
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "miniprogram",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
}
|