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

@mamba-le/plugin-nuxt

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mamba-le/plugin-nuxt

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

npmnpm
Version
0.2.18
Version published
Weekly downloads
87
383.33%
Maintainers
1
Weekly downloads
 
Created
Source

plugin-nuxt

说明

nuxt 扩展插件库

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

components
├── locales                                         # 多语言
│   ├── en
│   │   ├── action.ts
│   │   ├── index.ts
│   │   ├── other.ts
│   │   └── tips.ts
│   ├── index.ts
│   └── zh
│       ├── action.ts
│       ├── index.ts
│       ├── other.ts
│       └── tips.ts
├── other                                            
│   └── i18nT.vue                                   # 多语言的 $t 函数组件 打平 vue3
├── page
│   ├── action                                      # 操作按钮
│   │   ├── action_delete.vue
│   │   ├── action_export.vue
│   │   ├── action_import.vue
│   │   ├── action_info.vue
│   │   ├── action_insert.vue
│   │   ├── action_update.vue
│   │   ├── index.vue
│   │   └── script.ts                               # 操作按钮的 Mixins
│   ├── details                                     # 详情表单
│   │   ├── index.vue
│   │   └── script.ts                               # 详情表单的 Mixins
│   ├── field                                       # 表单 field 扩展
│   │   ├── declare.ts                              # 表单 field 类型定义
│   │   ├── index.vue                               # 表单 field 组合导出
│   │   ├── item.vue                                # 布局使用
│   │   ├── script.ts                               # 表单 field 的 Mixins
│   │   └── views
│   │       ├── checkbox.vue
│   │       ├── date.vue
│   │       ├── dateMonth.vue
│   │       ├── dateRange.vue
│   │       ├── dateWeek.vue
│   │       ├── image.vue
│   │       ├── password.vue
│   │       ├── radio.vue
│   │       ├── rate.vue
│   │       ├── select.vue
│   │       ├── slider.vue
│   │       ├── switch.vue
│   │       ├── text.vue
│   │       ├── textarea.vue
│   │       ├── transfer.vue
│   │       └── upload.vue
│   ├── grid                                          # 数据展示 aggrid
│   │   ├── agGrid.async.vue                          # aggrid vue 懒加载
│   │   ├── defaultOptions.ts                         # aggrid 默认配置
│   │   ├── framework                                 # aggrid 展示组件 
│   │   │   ├── index.ts
│   │   │   ├── loadingOverlay.vue
│   │   │   └── noRowsOverlay.vue
│   │   ├── index.vue                                 # aggrid 组合导出使用
│   │   ├── loading.vue                               # aggrid 加载过渡组件
│   │   ├── locale.ts                                  
│   │   └── pagination.vue                            # 分页组件
│   ├── filter.vue                                    # 搜索表单
│   ├── provider.vue                                  # provider
│   ├── table.vue                                     # antd table 可能有bug 无实际使用过
│   └── view.vue                                      # 弹出框视图 路由参数扩展版本
├── index.ts
└── prototype.ts


Keywords

mamba-le

FAQs

Package last updated on 17 Aug 2022

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