generated from practice-uffs/template
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathframework7.json
More file actions
41 lines (41 loc) · 831 Bytes
/
framework7.json
File metadata and controls
41 lines (41 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"cwd": "D:\\wamp\\www\\app-practice",
"type": [
"pwa",
"cordova"
],
"name": "practice",
"framework": "core",
"template": "tabs",
"bundler": "webpack",
"cssPreProcessor": false,
"theming": {
"customColor": true,
"color": "#006f3c",
"darkTheme": false,
"iconFonts": true,
"fillBars": true
},
"customBuild": false,
"webpack": {
"developmentSourceMap": true,
"productionSourceMap": true,
"hashAssets": false,
"preserveAssetsPaths": false,
"inlineAssets": true
},
"pkg": "cc.uffs.practice",
"cordova": {
"folder": "cordova",
"platforms": [
"ios",
"android"
],
"plugins": [
"cordova-plugin-statusbar",
"cordova-plugin-keyboard",
"cordova-plugin-splashscreen",
"cordova-plugin-wkwebview-engine"
]
}
}