app.config.json 627 Bytes
Newer Older
wangcong committed
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
{
  "name": "welcome-page",
  "title": "大屏配置",
  "author": "admin",
  "keywords": "invoice",
  "company": "久其软件",
  "type": false,
  "version": "v0.1",
  "license": "",
  "description": "",
  "icon":"icon-_ZSYshujuluru",
  "expose": [
    {
      "title": "大屏配置",
      "icon": "",
      "component": "WelcomePage"
    },
    {
      "title": "登录页配置",
      "icon": "",
      "component": "LoginPage"
    }
  ],
  "data": {
    "static": [
      {"name": "vuex", "url": "static/lib/vuex.min.js"}
    ],
    "app": {
      "component": ["dist/app.bundle.js"]
    },
    "config": [
    ]
  }
}