Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agileago/vue3-query-builder

vue3 query builder
https://github.com/agileago/vue3-query-builder

Last synced: about 16 hours ago
JSON representation

vue3 query builder

Awesome Lists containing this project

README

        

# vue3-query-builder

## 如何使用

```shell
pnpm add vue3-query-builder vue3-oop injection-js
```

在组件内引入

```typescript
import { QueryBuilder } from 'vue3-query-builder'
```

## 开发

```shell
pnpm install
pnpm dev
```

## 发布

```shell
pnpm publish
```