File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed
Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change 1- To be done ...
1+ # react-awesome-query-builder
2+ User-friendly React component to build queries.
3+
4+ Forked from [ https://github.com/fubhy/react-query-builder ] ( https://github.com/fubhy/react-query-builder )
5+
6+
7+ ### Install
8+ ` npm i react-awesome-query-builder `
9+
10+
11+ ### Demo
12+ [ Demo] ( https://ukrbublik.github.io/react-awesome-query-builder )
13+
14+
15+ ### Development
16+ To build the component locally, clone this repo then run:
17+
18+ ` npm install `
19+ ` npm run examples `
20+
21+ Then open localhost:3001 in a browser.
22+
23+ Scripts:
24+ - ` npm run build-global ` - Builds with webpack the self contained pack of the component. Output path: ` build/global `
25+ - ` npm run build-npm ` - Builds a npm module. Output path: ` build/global `
26+ - ` npm run build-examples ` - Builds with webpack the examples. Output path: ` examples `
27+ - ` npm run examples ` - Builds with webpack the examples and runs a dev-server on localhost:3001.
28+
29+ The repo sticks in general to the [ Airbnb JavaScript Style Guide] ( https://github.com/airbnb/javascript ) .
30+
31+
32+ ### License
33+ MIT. See also ` LICENSE.txt `
34+
You can’t perform that action at this time.
0 commit comments