-
Notifications
You must be signed in to change notification settings - Fork 28
thera project configuration
Nickolas edited this page Apr 17, 2017
·
1 revision
{
"version": "0.1.3",
"main": "${workspaceRoot}/main.we",
"launch": {
"appid": "com.taobao.preview",
"path": "${attachPackage}/weex-run/resources/Preview.app",
"pathAndroid": "${attachPackage}/weex-run/resources/Preview.apk",
"appidAndroid": "com.alibaba.falcon/com.alibaba.falcon.activity.MainActivity"
},
"type": "weex",
"notifyOnSync": true,
"transformPath":"${workspaceRoot}/out",
"mock": [
{
"path": "data.data.cmAboveResult.modules",
"api": "mtop.tmall.search.searchproduct",
"file": "${workspaceRoot}/mock.json"
}
]
}