Skip to content

rtucek/vue-query-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 22, 2022
726e514 · Mar 22, 2022
Mar 22, 2022
Dec 26, 2021
Mar 22, 2022
Mar 10, 2022
Jan 6, 2020
Mar 8, 2022
Mar 10, 2022
Mar 8, 2022
May 10, 2019
Jan 10, 2020
Sep 13, 2021
Sep 20, 2020
Nov 28, 2021
Jan 6, 2020
Sep 9, 2021
Nov 9, 2019
Dec 29, 2019
Mar 22, 2022
May 10, 2019
Jan 6, 2020
Sep 20, 2020
Mar 22, 2022

Repository files navigation

CI Testing CI Build Lint npm version MIT LICENSE

Vue Query Builder

A query-builder for Vue.

Demos

Plenty of samples and use cases are covered in the documentation.

Features

Key features:

  • Re-ordering of rules and groups with drag'n'drop.
  • Emphasizing groups with configurable colors.
  • Control maximum depth of nested groups.
  • Easy to customize with pure CSS and slots.
  • Layout can be serialized and restored.
  • Vuex compatible.
  • TypeScript support.

Installation

yarn add query-builder-vue
npm install query-builder-vue

Follow the docs for minimum configuration.

Contribution

Contribution guidelines are located in the documentation.