From b89229a74b6b23928df677079b56fa86702e733d Mon Sep 17 00:00:00 2001 From: Liberty Date: Tue, 18 Apr 2023 14:27:31 +0800 Subject: [PATCH 1/3] add Everright-formEditor --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6fb0cad..cb56cb1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A curated list of awesome things related to Vue 3 - [Videos](#videos) - [Books](#books) - [Courses](#courses) + - [Form editor](#form-editor) # Resources @@ -287,3 +288,7 @@ A curated list of awesome things related to Vue 3 - [Become a Ninja with Vue - online training (EN and FR versions)](https://vue-exercises.ninja-squad.com) - [Introduction to Vue 3](https://frontendmasters.com/courses/vue-3/) - [Build Web Apps with Vue JS 3 & Firebase](https://www.udemy.com/course/build-web-apps-with-vuejs-firebase/) + +## Form editor + +- [Everright-formEditor](https://github.com/Liberty-liu/Everright-formEditor) - A visual drag-and-drop low-code form editor. The PC depends on element-plus while the mobile depends on vant. From ea2adc2e1c42103845981e6a700904009cbb191d Mon Sep 17 00:00:00 2001 From: Liberty Date: Tue, 18 Apr 2023 14:39:14 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cb56cb1..875cbd2 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ A curated list of awesome things related to Vue 3 - [Related awesome lists](#related-awesome-lists) - [Articles](#articles) - [Packages](#packages) + - [Form editor](#form-editor) - [Examples](#examples) - [Tools](#tools) - [Videos](#videos) - [Books](#books) - [Courses](#courses) - - [Form editor](#form-editor) # Resources @@ -204,6 +204,9 @@ A curated list of awesome things related to Vue 3 - [Vue USWDS](https://github.com/patrickcate/vue-uswds) - A Vue.js implementation of the USWDS (U.S. Web Design System) - [Vue BaseTooltip](https://github.com/CarlLDreyer/vue-base-tooltip) - A simple and performant tooltip plugin using Floating UI. +#### Form editor + +- [Everright-formEditor](https://github.com/Liberty-liu/Everright-formEditor) - A visual drag-and-drop low-code form editor. The PC depends on element-plus while the mobile depends on vant. ## Examples - [vue-3-playground](https://github.com/blacksonic/vue-3-playground) - Vue 3 Playground packed with all the new features @@ -288,7 +291,3 @@ A curated list of awesome things related to Vue 3 - [Become a Ninja with Vue - online training (EN and FR versions)](https://vue-exercises.ninja-squad.com) - [Introduction to Vue 3](https://frontendmasters.com/courses/vue-3/) - [Build Web Apps with Vue JS 3 & Firebase](https://www.udemy.com/course/build-web-apps-with-vuejs-firebase/) - -## Form editor - -- [Everright-formEditor](https://github.com/Liberty-liu/Everright-formEditor) - A visual drag-and-drop low-code form editor. The PC depends on element-plus while the mobile depends on vant. From 865a66f989e303bc18056fa24a9f6bbca0433505 Mon Sep 17 00:00:00 2001 From: Liberty Date: Mon, 29 May 2023 14:38:04 +0800 Subject: [PATCH 3/3] feat: add Everright-filter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 875cbd2..d65a362 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ A curated list of awesome things related to Vue 3 - [Vue Popper](https://www.npmjs.com/package/@kalimahapps/vue-popper) - A tooltip component for vue3 using popperjs - [Vue USWDS](https://github.com/patrickcate/vue-uswds) - A Vue.js implementation of the USWDS (U.S. Web Design System) - [Vue BaseTooltip](https://github.com/CarlLDreyer/vue-base-tooltip) - A simple and performant tooltip plugin using Floating UI. +- [Everright-filter](https://github.com/Liberty-liu/Everright-filter) - A query builder component for Vue3. Supports filtering of multiple data types, including string, number, dropdown, cascade, region, date, and time. #### Form editor