🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mamba-le/plugin-umi

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mamba-le/plugin-umi

umi 的配置扩展以及 配合基础库使用的 页面组件

latest
npmnpm
Version
0.3.8
Version published
Maintainers
1
Created
Source

plugin-umi

说明

umi 扩展插件库

扩展组件库 目录介绍 和 Vue 类同

components
├── actions                                                 # 操作按钮
│   ├── index.tsx
│   └── style.less
├── designPro                                               # Pro 组件扩展 引入mobx绑定
│   ├── field.tsx
│   ├── icons.ts
│   └── index.tsx
├── grid                                                    # Aggird 数据扩展
│   ├── defaultOptions.ts                                   # Aggird 默认配置
│   ├── frameworks                                          # Aggird 显示组件扩展
│   │   ├── image.tsx
│   │   ├── index.ts
│   │   ├── loadingOverlayComponent.tsx
│   │   ├── noRowsOverlayComponent.tsx
│   │   └── style.less
│   ├── grid.tsx                                            # Aggird 组件引用 懒加载
│   ├── index.tsx                                           # 组件导出 扩展 配合控制器使用 
│   └── style.less
├── locales                                                 # 多语言
│   ├── en
│   │   ├── action.ts
│   │   ├── index.ts
│   │   ├── other.ts
│   │   └── tips.ts
│   ├── index.ts
│   └── zh
│       ├── action.ts
│       ├── index.ts
│       ├── other.ts
│       └── tips.ts
├── views                                                   # pages 视图扩展
│   ├── details.tsx                                         # 详情表单
│   ├── filter.tsx                                          # 搜索表单
│   ├── style.module.less
│   └── view.tsx                                            # 弹出框视图 路由参数扩展版本
├── global.d.ts
├── index.ts                                                # 统一的导出文件
├── patchRoutes.ts
├── prototype.ts                                            # 原型方法扩展
├── userAgent.ts                                            # 浏览器环境


Keywords

mamba-le

FAQs

Package last updated on 15 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts