From 970d95b65bb4d5d08ee48c9ea7694689d9153530 Mon Sep 17 00:00:00 2001 From: zhennann Date: Thu, 16 May 2024 15:33:02 +0800 Subject: [PATCH 1/4] Update README.md A vue3 framework with ioc container. No `ref/reactive`, no `ref.value`, no `pinia` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f42cd75..86b7681 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Do not forget to read the official [blog](https://blog.quasar.dev/). | Starter kit | [github](https://github.com/MilosPaunovic/quasar-v2-starter) | Starter kit for quickly lifting your project from the ground up; includes public pages (Login, Register, Reset Password), Router & Pinia are present with a lot more helpful stuff implemented. | v2 | | OTA system | [github](https://github.com/Cap-go/capacitor-updater) | Auto update system for mobile app, send update to users without app store review | v2 | | Quasar Firebase Template | [github](https://github.com/wiktorcie/quasar2-firebase-auth), [demo](https://xenodochial-clarke-616008.netlify.app/#/) | Email/google sign in, user profiles, password resets, photo uploads to Google Firebase | v2.0.3 | +| Cabloy-Front | [github](https://github.com/cabloy/cabloy-front/tree/main/cabloy-front-quasar) | A vue3 framework with ioc container. No `ref/reactive`, no `ref.value`, no `pinia` | v2.16.4 | # Projects Using Quasar From 07f411666ba803839c7be1b2e6560cf13fa01b78 Mon Sep 17 00:00:00 2001 From: zhennann Date: Sat, 25 May 2024 16:49:17 +0800 Subject: [PATCH 2/4] Update README.md @cabloy/front-quasar is a vue3 framework with ioc container. No `ref/reactive`, no `ref.value`, no `pinia` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86b7681..5e58563 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Do not forget to read the official [blog](https://blog.quasar.dev/). | Starter kit | [github](https://github.com/MilosPaunovic/quasar-v2-starter) | Starter kit for quickly lifting your project from the ground up; includes public pages (Login, Register, Reset Password), Router & Pinia are present with a lot more helpful stuff implemented. | v2 | | OTA system | [github](https://github.com/Cap-go/capacitor-updater) | Auto update system for mobile app, send update to users without app store review | v2 | | Quasar Firebase Template | [github](https://github.com/wiktorcie/quasar2-firebase-auth), [demo](https://xenodochial-clarke-616008.netlify.app/#/) | Email/google sign in, user profiles, password resets, photo uploads to Google Firebase | v2.0.3 | -| Cabloy-Front | [github](https://github.com/cabloy/cabloy-front/tree/main/cabloy-front-quasar) | A vue3 framework with ioc container. No `ref/reactive`, no `ref.value`, no `pinia` | v2.16.4 | +| @cabloy/front-quasar | [github](https://github.com/cabloy/cabloy-front/tree/main/cabloy-front-quasar) | A vue3 framework with ioc container. No `ref/reactive`, no `ref.value`, no `pinia` | v2.16.4 | # Projects Using Quasar From 243bfe52aca429e62c8cb68986f36b88781f5ec6 Mon Sep 17 00:00:00 2001 From: zhennann Date: Sat, 25 May 2024 22:13:40 +0800 Subject: [PATCH 3/4] Update README.md @cabloy/front-quasar is a vue3 framework with ioc container. With the support of ioc container, defining reactive states no longer needs `ref/reactive`, nor `ref.value` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e58563..0c80649 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Do not forget to read the official [blog](https://blog.quasar.dev/). | Starter kit | [github](https://github.com/MilosPaunovic/quasar-v2-starter) | Starter kit for quickly lifting your project from the ground up; includes public pages (Login, Register, Reset Password), Router & Pinia are present with a lot more helpful stuff implemented. | v2 | | OTA system | [github](https://github.com/Cap-go/capacitor-updater) | Auto update system for mobile app, send update to users without app store review | v2 | | Quasar Firebase Template | [github](https://github.com/wiktorcie/quasar2-firebase-auth), [demo](https://xenodochial-clarke-616008.netlify.app/#/) | Email/google sign in, user profiles, password resets, photo uploads to Google Firebase | v2.0.3 | -| @cabloy/front-quasar | [github](https://github.com/cabloy/cabloy-front/tree/main/cabloy-front-quasar) | A vue3 framework with ioc container. No `ref/reactive`, no `ref.value`, no `pinia` | v2.16.4 | +| @cabloy/front-quasar | [github](https://github.com/cabloy/cabloy-front/tree/main/cabloy-front-quasar) | A vue3 framework with ioc container. With the support of ioc container, defining reactive states no longer needs `ref/reactive`, nor `ref.value` | v2.16.4 | # Projects Using Quasar From 7ef175cf7638f554f06ebe8c8cc9bc203374a993 Mon Sep 17 00:00:00 2001 From: zhennann Date: Sun, 2 Jun 2024 14:23:33 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c80649..8768b7e 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Do not forget to read the official [blog](https://blog.quasar.dev/). | Starter kit | [github](https://github.com/MilosPaunovic/quasar-v2-starter) | Starter kit for quickly lifting your project from the ground up; includes public pages (Login, Register, Reset Password), Router & Pinia are present with a lot more helpful stuff implemented. | v2 | | OTA system | [github](https://github.com/Cap-go/capacitor-updater) | Auto update system for mobile app, send update to users without app store review | v2 | | Quasar Firebase Template | [github](https://github.com/wiktorcie/quasar2-firebase-auth), [demo](https://xenodochial-clarke-616008.netlify.app/#/) | Email/google sign in, user profiles, password resets, photo uploads to Google Firebase | v2.0.3 | -| @cabloy/front-quasar | [github](https://github.com/cabloy/cabloy-front/tree/main/cabloy-front-quasar) | A vue3 framework with ioc container. With the support of ioc container, defining reactive states no longer needs `ref/reactive`, nor `ref.value` | v2.16.4 | +| zova-quasar | [github](https://github.com/cabloy/zova/tree/main/zova-ui-quasar) | A vue3 framework with ioc container. With the support of ioc container, defining reactive states no longer needs `ref/reactive`, nor `ref.value` | v2.16.4 | # Projects Using Quasar