UNPKG

create-aiot

Version:

An easy way to start aiot project

35 lines 618 B
{ "package": "com.application.watch.demo", "name": "{{appName}}", "versionName": "1.0.0", "versionCode": 1, "minPlatformVersion": 1200, "icon": "/common/logo.png", "simulationVersion": "default", "deviceTypeList": [ "watch" ], "features": [ { "name": "system.router" }, { "name": "system.configuration" } ], "config": { "logLevel": "log", "designWidth": 480 }, "router": { "entry": "pages/index", "pages": { "pages/index": { "component": "index" }, "pages/detail": { "component": "detail" } } } }