New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

uvue-crud

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uvue-crud

uvue-crud

latest
npmnpm
Version
2.0.8
Version published
Weekly downloads
4
-80%
Maintainers
1
Weekly downloads
 
Created
Source

uvue-crud

  • 基于 uni-app 和 uview-plus 封装的 crud 组件
  • 以配置的方式渲染列表和表单,实现一次配置,多处复用
  • 包含 uvue-list 列表组件、uvue-form 表单组件
  • 示例
  • uvue-list 文档
  • uvue-form 文档

安装

npm 安装方式

npm i uvue-crud

下载安装方式

https://ext.dcloud.net.cn/plugin?id=5071

快速上手

引入 uview

由于组件库依赖于 uview-plus,所以需要先引入 uview-plus,安装 uview-plus

注册组件

//main.js
import uvueCrud from "uvue-crud";
Vue.use(uvueCrud);

配置 easycom 规则

// pages.json
{
    "easycom": {
		    //下载安装方式
        //"^uvue(.*)": "@/uvue-crud/components/uvue-$1/uvue-$1.vue",
		    //npm安装方式
        "^uvue(.*)": "uvue-crud/components/uvue-$1/uvue-$1.vue",
    },
    "pages": [
        // ......
    ]
}

Keywords

vue

FAQs

Package last updated on 08 Jun 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