初始化产品库
This commit is contained in:
37
src/manifest.json
Normal file
37
src/manifest.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "dv_cp_weixin",
|
||||
"description": "企业微信应用",
|
||||
"versionName": "1.0.0",
|
||||
"versionCode": "100",
|
||||
"transformPx": true,
|
||||
"mp-weixin": {
|
||||
"appid": "",
|
||||
"setting": {
|
||||
"urlCheck": false
|
||||
},
|
||||
"usingComponents": true,
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "演示定位能力"
|
||||
}
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"title": "数字乡村",
|
||||
"template": "template.h5.html",
|
||||
"router": {
|
||||
"mode": "history",
|
||||
"base": ""
|
||||
},
|
||||
"devServer": {
|
||||
"disableHostCheck": true,
|
||||
"port": "10323"
|
||||
},
|
||||
"optimization": {
|
||||
"preload": true,
|
||||
"treeShaking": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user