# vue-form-create-auto-ops

> 一个基于Vue3.0 + TS 的表单设计器（自动化运维）

Latest version **1.0.6** (published 2022-11-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-form-create-auto-ops
pnpm add vue-form-create-auto-ops
yarn add vue-form-create-auto-ops
bun add vue-form-create-auto-ops
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2022-11-28 |
| First published | 2022-06-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 9.8 MB |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | moodpo |
| Maintainers | moodpo |
| Keywords | Form, FormCreate, Vue, Antd, Element |

## Links

- npm: https://www.npmjs.com/package/vue-form-create-auto-ops
- Repository: https://github.com/moodpo/vue-form-create
- Issues: https://github.com/moodpo/vue-form-create/issues
- npm.io page: https://npm.io/package/vue-form-create-auto-ops

## Dependencies (8)

- [uuid](https://npm.io/package/uuid.md) ^8.3.2
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [core-js](https://npm.io/package/core-js.md) ^3.6.5
- [ace-builds](https://npm.io/package/ace-builds.md) ^1.4.12
- [wangeditor](https://npm.io/package/wangeditor.md) ^4.6.13
- [element-plus](https://npm.io/package/element-plus.md) ^2.1.10
- [vuedraggable](https://npm.io/package/vuedraggable.md) ^4.0.1
- [ant-design-vue](https://npm.io/package/ant-design-vue.md) ^3.2.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2022-11-28
- 1.0.5 — 2022-11-19
- 1.0.4 — 2022-08-19
- 1.0.3 — 2022-06-06
- 1.0.2 — 2022-06-06
- 1.0.1 — 2022-06-06
- 1.0.0 — 2022-06-06

## README

# vue-form-create-auto-ops

基于 [vue-form-create](https://github.com/fuchengwei/vue-form-create) 修改。

在输入框后面添加了上下文参数按钮，用于选择上下文参数和其他与输入框相关的事件。

![表单截图](https://www.yangxiaoxie.com/assets/2021-05-22/form.png)

```vue
<template>
  <!-- <ElDesignForm /> -->
  <ElGenerateForm
    :data="dataJson"
    :value="valueJson"
    @handleSelectParam="handleSelectParam"
  />
</template>
```

```js
const handleSelectParam = (val: any) => {
  console.log('handleSelectParam', toRaw(val))
  // { label: "单行文本", type: "input", model: "input_733a3709e38f481aa36a1ec73cfa4a77"}
}
```

---
_Source: https://npm.io/package/vue-form-create-auto-ops · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
