1.3.1 • Published 5 months ago

quec-panel-template v1.3.1

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

quec-panel-template

移远面板模版工程

├── .buckconfig
├── .eslintrc.js
├── .flowconfig
├── .gitignore
├── .prettierrc.js
├── .watchmanconfig
├── app.json
├── App.tsx
├── babel.config.js
├── global.d.ts
├── index.android.js
├── index.ios.js
├── index.js
├── jest.config.js
├── metro.config.js
├── package.json
├── README.md
├── template.config.js
├── src
│   ├── components // 通用功能组件
│   ├── config // 通用配置
│   ├── i18n // 多语言配置
│   ├── image // 图片资源
│   ├── manager // 通用管理
│   ├── Model // 基础模型
│   ├── page // 业务组件
│   │   ├── BaseDeviceDetail // 设备详情基类,一般面板首页继承该类
│   │   ├── BaseMore // 设置基类
│   │   ├── BaseRecord // 故障告警基类
│   │   ├── BaseRename // 设备重命名基类
│   ├── plugin // 原生桥接插件(后续更换为依赖)
│   ├── router // 路由
│   ├── style // 基础样式配置
│   └── util // 常用工具
├── tsconfig.json
└── yarn.lock