vant-weapp/example/app.json
Yao e4dfc9e48c
[new feature] Layout: 新增 layout 组件 (#43)
* change example dir

* Update README.md

更新预览教程

* 新增 layout 组件

* exclude example

* change .wxss -> .pcss

* 脚本目录更名为 scripts
2017-10-31 17:41:31 +08:00

36 lines
846 B
JSON

{
"pages": [
"pages/dashboard/index",
"pages/btn/index",
"pages/badge/index",
"pages/capsule/index",
"pages/card/index",
"pages/cell/index",
"pages/dialog/index",
"pages/field/index",
"pages/helper/index",
"pages/icon/index",
"pages/label/index",
"pages/layout/index",
"pages/loadmore/index",
"pages/noticebar/index",
"pages/panel/index",
"pages/popup/index",
"pages/quantity/index",
"pages/steps/index",
"pages/switch/index",
"pages/tab/index",
"pages/toptips/index",
"pages/toast/index",
"pages/select/index"
],
"window": {
"navigationBarBackgroundColor": "#FAFAFA",
"navigationBarTitleText": "ZanUI-WeApp",
"navigationBarTextStyle": "black",
"backgroundTextStyle": "dark",
"backgroundColor": "#f9f9f9"
},
"debug": true
}