Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/importing-and-exporting-rules-in-the-vue-query-builder
A Vue quick start project that shows how to import and export rules in the Syncfusion Vue Query Builder component. This project contains simple code to export rules to JSON and SQL. The code includes Inline, Parameter, and Named Parameters SQL query handling.
https://github.com/syncfusionexamples/importing-and-exporting-rules-in-the-vue-query-builder
ej2-query-builder exporting html5 importing inline-sql json mongodb named-parameter-sql parameter-sql query-builder query-builder-ui sql tutorial vue vue-components vue-query-builder vue-ui-components vuejs
Last synced: 1 day ago
JSON representation
A Vue quick start project that shows how to import and export rules in the Syncfusion Vue Query Builder component. This project contains simple code to export rules to JSON and SQL. The code includes Inline, Parameter, and Named Parameters SQL query handling.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/importing-and-exporting-rules-in-the-vue-query-builder
- Owner: SyncfusionExamples
- Created: 2024-09-26T04:41:11.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T06:10:05.000Z (23 days ago)
- Last Synced: 2024-11-14T16:07:26.315Z (1 day ago)
- Topics: ej2-query-builder, exporting, html5, importing, inline-sql, json, mongodb, named-parameter-sql, parameter-sql, query-builder, query-builder-ui, sql, tutorial, vue, vue-components, vue-query-builder, vue-ui-components, vuejs
- Language: Vue
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Importing and Exporting Rules in the Vue Query Builder
A Vue quick start project that shows how to import and export rules in the Syncfusion [Vue Query Builder](https://www.syncfusion.com/vue-components/vue-query-builder?utm_source=github&utm_medium=listing&utm_campaign=tutorial-videos-vue-query-builder-importexportrules-sample) component. This project contains simple code to export rules to JSON and SQL. The code includes Inline, Parameter, and Named Parameters SQL query handling.
Watch the video: https://www.syncfusion.com/tutorial-videos/vue/query-builder?title=importing-and-exporting-rules-in-the-vue-query-builder
Refer to the documentation to learn about the Vue Query Builder component: https://ej2.syncfusion.com/vue/documentation/query-builder/import-export
Check out this online example of the Vue Query Builder component: https://ej2.syncfusion.com/vue/demos/#/material3/query-builder/mongo-sql.html
Before working on this project, make sure your machine has the latest versions of Node.js and Visual Studio Code.
## How to run this application
To run this application, you need to clone the `Importing-and-Exporting-Rules-in-the-Vue-Query-Builder` repository and open it in Visual Studio Code. Then, install all the necessary Vue packages in your project using the `npm install` command and run your project using the `npm run dev` command.