h-crud

1.0.1 • Public • Published

安装使用

Vue项目可用,使用插件需要提前安装Vue.js,elementUI

npm i h-crud

在当前页面写入 (增删改查列表)

import hCrud from 'h-crud' components: { hCrud }

(JSON表单)

import hCrud from 'h-crud' components: { hCrud }

HTML(增删改查列表)

<h-crud :list=列表数据 :columnJson=列表字段 ></h-crud>

HTML(JSON表单)

<h-form :columnJson=字段 v-model=数据 ></h-form>

文档

文档地址

说明

快速生成界面辅助插件,搭配设计器使用。 如出现“‘xxxxx‘ is defined but never used”,在package.json或者.eslintrc.js中找到 eslintConfig 块,在其rules下加入"no-unused-vars": "off"即可

Package Sidebar

Install

npm i h-crud

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

2.24 MB

Total Files

4

Last publish

Collaborators

  • haiaj