forked from dabernathy89/vue-query-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2efb8e
commit 388d5af
Showing
2 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
# vue-query-builder | ||
Vue Query Builder | ||
====== | ||
|
||
> Vue Query Builder | ||
|
||
## Build Setup | ||
#### A UI component for building complex queries with nested conditionals. | ||
|
||
``` bash | ||
# install dependencies | ||
npm install | ||
Vue Query Builder is a user interface that makes it easy for your users to create queries of any kind. It's useful if you need an interface for generating reports, filtering data, and more. | ||
|
||
# serve with hot reload at localhost:8080 | ||
npm run dev | ||
|
||
# build the component to UMD js | ||
npm run build | ||
[Demo and documentation](https://dabernathy89.github.io/vue-query-builder/) | ||
|
||
# build the dev page | ||
npm run build:demo | ||
![alt text](https://github.com/dabernathy89/vue-query-builder/tree/master/docs/assets/demo-screnshot.png "Demo screenshot") | ||
|
||
# test | ||
npm run test | ||
``` | ||
Vue Query Builder was built with Vue CLI, using [this template by @Coffcer](https://github.com/Coffcer/component). | ||
|
||
--- | ||
|
||
|
||
##### Future goals | ||
- Tests | ||
- Reorder conditionals | ||
- Custom conditional templates | ||
- Accessibility |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.