UNPKG
vaneditor
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
``` 移动端ui框架统一用uView,css扩展语言用scss,全局数据管理vuex,统一样式主体风格颜色定义/src/uni.scss ```
vaneditor
/
dist
/
dev
/
mp-weixin
/
app.json
13 lines
•
269 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"pages"
:
[
"pages/index/index"
]
,
"subPackages"
:
[
]
,
"window"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"uni-app"
,
"navigationBarBackgroundColor"
:
"#F8F8F8"
,
"backgroundColor"
:
"#F8F8F8"
}
,
"usingComponents"
:
{
}
}