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
/
tsconfig.json
11 lines
(10 loc)
•
172 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"types"
:
[
"uni-app"
,
"html5plus"
,
"miniprogram-api-typings/types/lib.wx.api.d.ts"
,
"mini-types/types/api"
]
}
}