From e7192cd8ce95bdbdbfb87ec4f5fb5185266e0e5c Mon Sep 17 00:00:00 2001 From: Boris Astanin Date: Fri, 24 Jun 2022 11:34:27 +0300 Subject: [PATCH 001/318] add english telegram group in readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2de87024d..7466f3659 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ - [Twitter](https://twitter.com/vuejs) - [Official Forum](http://forum.vuejs.org/) - [vue-requests](https://github.com/vuejs/vue-requests) - Request a Vue.js module you wish existed or get ideas for modules +- [VueJS English community](https://t.me/vue_en) - [VueJS Iran - Telegram Channel & group (group link available in channel bio)](https://telegram.me/vue_js) - [vueslack - 2300+ registered users worldwide](https://vueslack.slack.com/) - [Vue Land - Discord chat server](https://vue-land.js.org/) From a3204cea7531fb16efead963e483d6fd51b2914d Mon Sep 17 00:00:00 2001 From: qmhc <544022268@qq.com> Date: Tue, 28 Jun 2022 22:16:08 +0800 Subject: [PATCH 002/318] feat: add vexip-ui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89c2037b7..88ddfe4f9 100644 --- a/README.md +++ b/README.md @@ -2428,6 +2428,7 @@ _Set of components + responsive layout system_ - [Element Plus](https://github.com/element-plus/element-plus) - A Vue 3 UI Framework. - [AgnosticUI](https://www.agnosticui.com/) - Accessible Vue 3 Component Primitives that also work with React, Svelte, and Angular! - [Unge UI](https://github.com/UngeUI/ungeui) - A Vue 3.x Component Library. Complete documentation support and both Chinese and English. +- [Vexip UI](https://github.com/qmhc/vexip-ui) - A Vue 3 UI Library, Highly customizable property values, Full TypeScript, Performance should be good. #### Mobile From 562e63595ef8df892ad863c507c8d1b502b597cb Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 30 Jun 2022 09:41:24 +0700 Subject: [PATCH 003/318] Update README.md [Argon Dashboard Vue 3, Element Plus & TailwindCSS 3](https://github.com/ltv/argon-dashboard-vue3) - A simplate dashboard template with VueJS 3, Element Plus & TailwindCSS 3 - Inspired by Creative Tim https://github.com/ltv/argon-dashboard-vue3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88ddfe4f9..f436f0fd8 100644 --- a/README.md +++ b/README.md @@ -2488,6 +2488,7 @@ _Set of admin template_ - [iView Vue Admin](https://github.com/TonyLuo/iview-vue-admin) - iView Vue Admin / An admin portal template based on iView 2.x [Online Demo](https://tonyluo.github.io/iview-vue-admin) - [element Vue Admin](https://github.com/TonyLuo/element-vue-admin) - element Vue Admin / An admin portal template based on Element UI 2.x +- [Argon Dashboard Vue 3, Element Plus & TailwindCSS 3](https://github.com/ltv/argon-dashboard-vue3) - A simplate dashboard template with VueJS 3, Element Plus & TailwindCSS 3 - Inspired by Creative Tim - [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) - A magical vue admin based on Element UI 2.x [Online Demo](https://panjiachen.github.io/vue-element-admin/#/dashboard) - [D2 Admin](https://github.com/d2-projects/d2-admin) - An elegant backstage template build by vue [Online Demo](https://d2admin.fairyever.com) - [rest-admin](https://github.com/wxs77577/rest-admin) - Restful Admin Panel Based on Vue and Bootstrap 4 [Online Demo](http://rest-admin.genyii.com) From 2812fbc51c40ae64d706dc7be2cd4a37a9c715be Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 30 Jun 2022 09:45:09 +0700 Subject: [PATCH 004/318] Update README.md Move item to the end of the list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f436f0fd8..aeaaa484b 100644 --- a/README.md +++ b/README.md @@ -2488,7 +2488,6 @@ _Set of admin template_ - [iView Vue Admin](https://github.com/TonyLuo/iview-vue-admin) - iView Vue Admin / An admin portal template based on iView 2.x [Online Demo](https://tonyluo.github.io/iview-vue-admin) - [element Vue Admin](https://github.com/TonyLuo/element-vue-admin) - element Vue Admin / An admin portal template based on Element UI 2.x -- [Argon Dashboard Vue 3, Element Plus & TailwindCSS 3](https://github.com/ltv/argon-dashboard-vue3) - A simplate dashboard template with VueJS 3, Element Plus & TailwindCSS 3 - Inspired by Creative Tim - [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) - A magical vue admin based on Element UI 2.x [Online Demo](https://panjiachen.github.io/vue-element-admin/#/dashboard) - [D2 Admin](https://github.com/d2-projects/d2-admin) - An elegant backstage template build by vue [Online Demo](https://d2admin.fairyever.com) - [rest-admin](https://github.com/wxs77577/rest-admin) - Restful Admin Panel Based on Vue and Bootstrap 4 [Online Demo](http://rest-admin.genyii.com) @@ -2506,6 +2505,7 @@ _Set of admin template_ - [Admin One Vue 3 Tailwind dashboard](https://github.com/justboil/admin-one-vue-tailwind) - Vue.js 3 Tailwind CSS admin template with dark mode. - [Mosaic - Vue Admin TailwindCSS template](https://github.com/cruip/vuejs-admin-dashboard-template) - The All-in-one Tailwind CSS Admin Dashboard Template. - [vue-admin-box](https://github.com/cmdparkour/vue-admin-box) - The admin template based on vue3 and element-plus. [Live demo](https://cmdparkour.github.io/vue-admin-box/dist/) +- [Argon Dashboard Vue 3, Element Plus & TailwindCSS 3](https://github.com/ltv/argon-dashboard-vue3) - A simplate dashboard template with VueJS 3, Element Plus & TailwindCSS 3 - Inspired by Creative Tim #### Server-side rendering From 39745fc9bc41925889c721fa65633429c5c4ed63 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 30 Jun 2022 12:08:48 +0300 Subject: [PATCH 005/318] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aeaaa484b..1763f9e49 100644 --- a/README.md +++ b/README.md @@ -2505,8 +2505,7 @@ _Set of admin template_ - [Admin One Vue 3 Tailwind dashboard](https://github.com/justboil/admin-one-vue-tailwind) - Vue.js 3 Tailwind CSS admin template with dark mode. - [Mosaic - Vue Admin TailwindCSS template](https://github.com/cruip/vuejs-admin-dashboard-template) - The All-in-one Tailwind CSS Admin Dashboard Template. - [vue-admin-box](https://github.com/cmdparkour/vue-admin-box) - The admin template based on vue3 and element-plus. [Live demo](https://cmdparkour.github.io/vue-admin-box/dist/) -- [Argon Dashboard Vue 3, Element Plus & TailwindCSS 3](https://github.com/ltv/argon-dashboard-vue3) - A simplate dashboard template with VueJS 3, Element Plus & TailwindCSS 3 - Inspired by Creative Tim - +- [argon-dashboard-vue3](https://github.com/ltv/argon-dashboard-vue3) - Template, Element Plus & TailwindCSS 3, Vue3. #### Server-side rendering - [Nuxt.js](https://github.com/nuxt/nuxt.js) - Versatile Vue.js Framework. From 86d17263a9b19ab8716c64945c123b680a15df41 Mon Sep 17 00:00:00 2001 From: Mahdi Khashan <58775404+mahdikhashan@users.noreply.github.com> Date: Tue, 5 Jul 2022 19:04:33 +0430 Subject: [PATCH 006/318] add vue3-click-outside to the awesome list (#3932) Co-authored-by: Mahdi Khashan --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1763f9e49..11a9a218e 100644 --- a/README.md +++ b/README.md @@ -2569,6 +2569,7 @@ _Handling of user events (scroll, click, key strike, ...)_ - [vue-keypress](https://github.com/lupas/vue-keypress) - Global keypress event handler component for Vue.js applications. - [vue-pseudo-window](https://github.com/privatenumber/vue-pseudo-window) - 👻 Component to declaratively interface window/document in your Vue template - [v-on-page-video](https://github.com/mahdikhashan/v-on-page-video) - Vue.js directive to change the state of a Video element on visibility change +- [vue3-click-outside](https://github.com/mahdikhashan/vue3-click-outside) - Directive for Vue 3 to run a method on clicking outside of the binded element #### Responsive Design From 893a6ce2c3cb8197ae94e3c13eb23ab6059d5a87 Mon Sep 17 00:00:00 2001 From: Ziloliddin Husayn Date: Wed, 6 Jul 2022 03:07:06 +0500 Subject: [PATCH 007/318] Update README.md Added line telegram group [Uzbek] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11a9a218e..0fb8c8a03 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ - [VueJS DOM - WhatsApp group](https://chat.whatsapp.com/L5rFQpme22IHmmyOMI1MWA) - [VueJS DOM - Facebook group](https://www.facebook.com/groups/2022974857757366/) - [VueJS Uzbekistan - Telegram Group [Uzbek]](https://t.me/vuejsuzbekcommunity) +- [VueJS Uzbekistan - Telegram Community and Support Group [Uzbek]](https://t.me/vuejs_uz) - [VueJS Turkey - Telegram Group](https://t.me/vuejsTR) - [Vue Turkey - Twitter Account](https://twitter.com/Vue_Turkey) - [Vue Türkiye - Kommunity Page](https://kommunity.com/vue-turkey) From 497b62d4bdf08b3cca693d4fd24b29cb3f00c86e Mon Sep 17 00:00:00 2001 From: Lihang Xu Date: Thu, 7 Jul 2022 11:35:49 +0800 Subject: [PATCH 008/318] add vue-vision-camera to the awesome list (#3935) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fb8c8a03..858901e18 100644 --- a/README.md +++ b/README.md @@ -1704,6 +1704,7 @@ _Display non-editable events in a Calendar_ - [vue-flv-player](https://github.com/wangdaodao/vue-flv-player) - An HTML5 Flash Video (FLV) Player component for Vue 2.x, based on flv.js. - [control-knob](https://github.com/slipmatio/control-knob) - Rotary control knob component for Vue 3 that behaves like audio app controls. - [simple-vue-camera](https://github.com/BastiaanJansen/simple-vue-camera) - A simple to use, but extensive, camera component for Vue 3 with Typescript support to create great camera experiences. +- [vue-vision-camera](https://github.com/xulihang/vue-vision-camera) - Camera component for Vue 3. We can use this component for computer vision tasks like barcode/QR code scanning, text recognition, etc. #### Infinite Scroll From a2141d2cf25f2e0a2e28e4e6de6e36af089499a2 Mon Sep 17 00:00:00 2001 From: henripar <55137381+henripar@users.noreply.github.com> Date: Sun, 17 Jul 2022 10:27:21 +0300 Subject: [PATCH 009/318] Added Gradientos --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 858901e18..961f31e65 100644 --- a/README.md +++ b/README.md @@ -1152,6 +1152,7 @@ - [Scrumfast](https://www.scrumfast.com) - Extremely intuitive project management scrum tool. - [CryptoTracks](https://cryptotracks.io) - Unleash and discover musical creativity on the Ethereum blockchain. - [CodeSnippet](https://www.codesnippet.fr) - A collaborative code editor for teachers and students. +- [Gradientos](https://www.gradientos.app) - Gradientos makes finding gradients easy. ### Interactive Experiences From 3a273f4f42dfd74c526589ed5e9c31435d3b7894 Mon Sep 17 00:00:00 2001 From: JD Solanki <47495003+jd-solanki@users.noreply.github.com> Date: Sun, 17 Jul 2022 14:53:45 +0530 Subject: [PATCH 010/318] feat(frameworks): Anu added in frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 858901e18..1787ec833 100644 --- a/README.md +++ b/README.md @@ -2431,6 +2431,7 @@ _Set of components + responsive layout system_ - [AgnosticUI](https://www.agnosticui.com/) - Accessible Vue 3 Component Primitives that also work with React, Svelte, and Angular! - [Unge UI](https://github.com/UngeUI/ungeui) - A Vue 3.x Component Library. Complete documentation support and both Chinese and English. - [Vexip UI](https://github.com/qmhc/vexip-ui) - A Vue 3 UI Library, Highly customizable property values, Full TypeScript, Performance should be good. +- [Anu](https://github.com/jd-solanki/anu) - Build better interfaces faster. DX focused utility based vue component library ⚛️ #### Mobile From 5168cfa940289d6fd682e826f2412da73372c112 Mon Sep 17 00:00:00 2001 From: Zakir Hossen <33604077+devzakir@users.noreply.github.com> Date: Thu, 21 Jul 2022 09:13:03 +0600 Subject: [PATCH 011/318] docs: Ant Design Version updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 300af80e3..bb4fb3ae5 100644 --- a/README.md +++ b/README.md @@ -2399,7 +2399,7 @@ _Set of components + responsive layout system_ - [Material Components Vue](https://github.com/matsp/material-components-vue) - wrapper around [material-components-web](https://github.com/material-components/material-components-web) for Vue.js - [VueFace](https://github.com/sudheerj/vueface) - A Vue.js 2.0 UI Component library for Web - [vuecidity](https://bitbucket.org/acidmartin/vuecidity) - UI component framework for Vue.js 2.0 -- [ant-design-vue](https://github.com/vueComponent/ant-design-vue) - An enterprise-class UI components based on Ant Design and Vue 2.5.0 +- [ant-design-vue](https://github.com/vueComponent/ant-design-vue) - An enterprise-class UI components based on Ant Design and Vue 3.2.0 - [heyui](https://github.com/heyui/heyui) - (https://www.heyui.top/en) - A Vue.js 2.0 UI Toolkit for Web. - [Carvue.js](https://carvuejs.github.io/) - IBM's Carbon Design System for Vue.js - [BalmUI](https://github.com/balmjs/balm-ui) - A modular and customizable UI library based on Material Design and Vue 3.0 From 59bd95badcf99bbca8eb65baf2d3aa005c9266e4 Mon Sep 17 00:00:00 2001 From: Mickael BARON Date: Fri, 22 Jul 2022 15:27:30 +0200 Subject: [PATCH 012/318] Add Vue.js ressources from Mickael Baron blog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 300af80e3..717d6da4a 100644 --- a/README.md +++ b/README.md @@ -480,6 +480,8 @@ - [Meteor + Vue](https://www.youtube.com/playlist?list=PLmJs3lfUmCdS8W27OoWj3uGDP6g4ypNyw) Youtube playlist by Axel Martínez - [Introduction to Vue (Spanish)](https://scrimba.com/playlist/pDzVxUd) Scrimba mini-course in Spanish. - [Intro to Vue 3](https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3) - Free course on Vue 3 with intuitive explanations from Vue Mastery +- [Developing a web application with Vue.js 3 and Vite.js (French)](https://mickael-baron.fr/web/vuejs-miseenoeuvre-part2) par Mickael Baron +- [Deploying a web application powered by Vue.js 3 with Docker (French)](https://mickael-baron.fr/web/vuejs-deploiement-part3) par Mickael Baron ### Examples From 9aacb994fbaac4dd6a53b76402e25baebd7a598b Mon Sep 17 00:00:00 2001 From: Alex Liu Date: Fri, 22 Jul 2022 23:36:13 +0800 Subject: [PATCH 013/318] Change vue-composition-form to vorms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28389986c..fc8c049d1 100644 --- a/README.md +++ b/README.md @@ -2635,7 +2635,7 @@ _Handling of user events (scroll, click, key strike, ...)_ - [vue-tiny-validate](https://github.com/FrontLabsOfficial/vue-tiny-validate) - Tiny (2.5KB minified) Vue Validate Composition. - [vest](https://github.com/ealush/vest) - 🦺 Declarative form validation framework inspired by unit testing. - [VFM](https://github.com/ccqgithub/vfm) - Vue driven form management tool. -- [vue-composition-form](https://github.com/Mini-ghost/vue-composition-form) - Vue Form Validate with Composition API +- [vorms](https://github.com/Mini-ghost/vorms) - Vue Form Validate with Composition API. #### Resize From 1b9d9d36305ff2a4074708c240ee4939695b66a4 Mon Sep 17 00:00:00 2001 From: Takinur M <60936167+takinur@users.noreply.github.com> Date: Mon, 25 Jul 2022 07:55:14 +0600 Subject: [PATCH 014/318] Added Enterprise website Upwork (#3941) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28389986c..f86d6e365 100644 --- a/README.md +++ b/README.md @@ -1206,6 +1206,7 @@ - [Staples Canada](https://www.staples.ca/) - [Blibli](https://www.blibli.com) - [Manduka](https://www.manduka.com/) +- [Upwork](https://www.upwork.com/) - Work Marketplace for freelancers and employers ### A11y From ea246bfed26eb607c8df4739c9a46deb0ffa35f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=9E=A0=E1=9F=8A=E1=9F=82=E1=9E=9B=20=E1=9E=98=E1=9F=89?= =?UTF-8?q?=E1=9E=B6=E1=9E=94=E1=9F=8B?= Date: Mon, 1 Aug 2022 13:37:53 +0700 Subject: [PATCH 015/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b22441cc..eee85cc5a 100644 --- a/README.md +++ b/README.md @@ -1277,6 +1277,7 @@ _Tables / data grids_ - [vue-dataset](https://github.com/kouts/vue-dataset) - A set of Vue.js components to display datasets with filtering, paging, and sorting capabilities! - [jz-gantt](https://github.com/jeremyjone/jz-gantt) - A high-performance Vue gantt component, which includes highly customizable table columns, dynamic update data, freely drag the progress bar, switch header, etc. - [vue3-easy-data-table](https://github.com/HC200ok/vue3-easy-data-table) - A easy-to-use data table component made with Vue.js 3.x, referring to the API and UI of data table component in Vuetify 2. +- [lv2-datatable](https://github.com/HELMAB/lv2-datatable) - Integrate the Laravel datatables with your Vue app without using JQuery. #### Notification From d836c49550019abbca33b062b086851bf12b7bc7 Mon Sep 17 00:00:00 2001 From: Timur Bolotov Date: Fri, 5 Aug 2022 09:03:05 +0600 Subject: [PATCH 016/318] chore: add space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eee85cc5a..cd660f368 100644 --- a/README.md +++ b/README.md @@ -1142,7 +1142,7 @@ - [Travel_Smart](https://travelsmart.netlify.app/) - A tour-based web app that uses Vue + Vue Router + Vuex. - [National Institutes of Health (NIH): FEVS Survey Results](https://hr.nih.gov/workforce/fevs/2019-fevs-survey-results) - National Institutes of Health (NIH) data visualization of Federal Viewpoints Survey (FEVS) survey results. - [U Can Stock](https://www.ucanstock.com/) - U.S. stock market information platform for Korean. It's built with Vue, Vuex, Vuetify, Nuxt and Firebase. -- [Nipashe](https://nipashe.netlify.app/) -"Nipashe" is a Swahili word that means "Inform me".Nipashe is a web app built in Vue + Vuex(state management) + Vue-Router(navigation) that gives a tally/statistics on the current COVID19 infections across the world based on the WHO +- [Nipashe](https://nipashe.netlify.app/) -"Nipashe" is a Swahili word that means "Inform me". Nipashe is a web app built in Vue + Vuex(state management) + Vue-Router(navigation) that gives a tally/statistics on the current COVID19 infections across the world based on the WHO - [DevSnap.me](https://devsnap.me) - A website that helps web developers find tons of free and open source HTML, CSS, and JavaScript assets. - [Pexies](https://github.com/canersevince/Pexies) - Pexies is a personal photo gallery built on pexels api. You can see curated/randomized pictures, and add them to your favourites. - [Wammes Gifts](https://www.wammes-gifts.nl) - Wammes Gifts helps you find the perfect gift. From e7d8c0dd10b3e0f6007aee8cb5a2af1000ac6dd3 Mon Sep 17 00:00:00 2001 From: msmosavar Date: Sat, 6 Aug 2022 14:49:31 +0430 Subject: [PATCH 017/318] feat: add vue-i18n-next(intlify) to i18n utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd660f368..fc46543c0 100644 --- a/README.md +++ b/README.md @@ -2970,6 +2970,7 @@ _Internationalization / L10n / localization / translation_ - [vue-next-i18n](https://github.com/Aaronlamz/vue-next-i18n) - A lightweight internationalization plugin for Vue 3. - [tolgee/vue](https://github.com/tolgee/tolgee-js/tree/main/packages/vue) - Web-based localization tool enabling users to translate directly in the Vue 3 app they develop. - [excel-to-json](https://github.com/Aaronlamz/excel-to-json) - A easy tool is created to convert Excel to JSON for i18n. +- [intlify/vue-i18n-next](https://github.com/intlify/vue-i18n-next) - Vue I18n for Vue 3. #### Custom Events From 3450dfa765d03993bc475fb01179fd3e45fdecb3 Mon Sep 17 00:00:00 2001 From: Xinxin Date: Wed, 10 Aug 2022 08:58:36 +0800 Subject: [PATCH 018/318] add virtual-list under Infinite Scroll (#3945) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc46543c0..202abc478 100644 --- a/README.md +++ b/README.md @@ -1724,6 +1724,7 @@ _Display non-editable events in a Calendar_ - [@egjs/vue-infinitegrid](https://github.com/naver/egjs-infinitegrid/blob/master/packages/vue-infinitegrid/) - Arrange infinite card elements according to various layout types like masonry for Vue.js 2. - [@grafikri/vue-infinite-scroll](https://github.com/grafikri/vue-infinite-scroll) - Basic infinite scroll for Vue - [vinscroll](https://github.com/logustra/vinscroll) - A minimalist infinite scroll component +- [virtual-list](https://github.com/phphe/virtual-list) - Virtual list component. Features: Vue2, Vue3, TypeScript, SSR, horizontal list, virtual table. #### Pull-to-refresh From 7ad5dc5055e2f56346514505a7e3e19219e037da Mon Sep 17 00:00:00 2001 From: Yue JIN <40021217+kingyue737@users.noreply.github.com> Date: Wed, 10 Aug 2022 12:02:39 +0800 Subject: [PATCH 019/318] docs: add new admin template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 202abc478..a19aacd24 100644 --- a/README.md +++ b/README.md @@ -2515,6 +2515,7 @@ _Set of admin template_ - [Mosaic - Vue Admin TailwindCSS template](https://github.com/cruip/vuejs-admin-dashboard-template) - The All-in-one Tailwind CSS Admin Dashboard Template. - [vue-admin-box](https://github.com/cmdparkour/vue-admin-box) - The admin template based on vue3 and element-plus. [Live demo](https://cmdparkour.github.io/vue-admin-box/dist/) - [argon-dashboard-vue3](https://github.com/ltv/argon-dashboard-vue3) - Template, Element Plus & TailwindCSS 3, Vue3. +- [Vitify Admin](https://github.com/kingyue737/vitify-admin) - Vite 3 + Vuetify 2 + TypeScript, a lightweight Vue 2.7 admin starter template but with perfect DX of Vue 3. [Live demo](https://vitify-admin.netlify.app/) #### Server-side rendering - [Nuxt.js](https://github.com/nuxt/nuxt.js) - Versatile Vue.js Framework. From 07cb50eff6ae3bf83b619170edfa26a1ed3eb0da Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Wed, 10 Aug 2022 10:06:00 +0300 Subject: [PATCH 020/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a19aacd24..5dae613c4 100644 --- a/README.md +++ b/README.md @@ -2515,7 +2515,7 @@ _Set of admin template_ - [Mosaic - Vue Admin TailwindCSS template](https://github.com/cruip/vuejs-admin-dashboard-template) - The All-in-one Tailwind CSS Admin Dashboard Template. - [vue-admin-box](https://github.com/cmdparkour/vue-admin-box) - The admin template based on vue3 and element-plus. [Live demo](https://cmdparkour.github.io/vue-admin-box/dist/) - [argon-dashboard-vue3](https://github.com/ltv/argon-dashboard-vue3) - Template, Element Plus & TailwindCSS 3, Vue3. -- [Vitify Admin](https://github.com/kingyue737/vitify-admin) - Vite 3 + Vuetify 2 + TypeScript, a lightweight Vue 2.7 admin starter template but with perfect DX of Vue 3. [Live demo](https://vitify-admin.netlify.app/) +- [Vitify Admin](https://github.com/kingyue737/vitify-admin) - Vite 3 + Vuetify 2 + TypeScript, Vue 2.7 #### Server-side rendering - [Nuxt.js](https://github.com/nuxt/nuxt.js) - Versatile Vue.js Framework. From 11b9eb0cbdcd7967634c3030ad28187f505158d9 Mon Sep 17 00:00:00 2001 From: anysniper <98989620+anysniper@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:51:03 -0400 Subject: [PATCH 021/318] Add AnySniper to open source projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5dae613c4..d5ed43c26 100644 --- a/README.md +++ b/README.md @@ -917,6 +917,7 @@ - [NuxtBlog](https://github.com/muhammedmed/nuxt-js-blog) - Blog site made with firebase real-time database - [FAIRshare](https://github.com/fairdataihub/FAIRshare) - Sharing biomedical research data and software according to applicable FAIR guidelines - [vue-birthday-reminder](https://github.com/ymzEmre/vue-birthday-reminder) - It is a birthday reminder web application using with Vue3. +- [AnySniper](https://github.com/anysniper/Frontend) - Sniping DApp on Decentralized Exchanges. A proven blockchain sniping bot with 500 active users. ### Commercial Products From e720577da25a3c1ec3a2ea4426ae0f013b1f7ec4 Mon Sep 17 00:00:00 2001 From: Pete Date: Tue, 16 Aug 2022 07:56:13 +0300 Subject: [PATCH 022/318] Add pinia-persistedstate-2 Added pinia-persistedstate-2, which seems like like a more actively maintained alternative to pinia-persistedstate. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5dae613c4..4b9af749a 100644 --- a/README.md +++ b/README.md @@ -3059,6 +3059,7 @@ _LocalStorage etc._ - [pinia-undo](https://github.com/wobsoriano/pinia-undo) - Undo/Redo plugin for pinia. - [pinia-xstate](https://github.com/wobsoriano/pinia-xstate) - Put your xstate state machines into a global pinia store. - [pinia-persistedstate](https://github.com/JD-Wang/pinia-persistedstate) - Persist Vuex state with localStorage, like vuex-persistedstate. +- [pinia-persistedstate-2](https://github.com/iendeavor/pinia-plugin-persistedstate-2) - Persist and rehydrate your Pinia state between page reloads. - [pinia-orm](https://github.com/CodeDredd/pinia-orm) - The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store. 🍍 - [pinia-di](https://github.com/ccqgithub/pinia-di) - Dependency injection for pinia. From 9f8d4a857dd69fe0d9bf4b12f6770c18e824cce6 Mon Sep 17 00:00:00 2001 From: Pete Date: Tue, 16 Aug 2022 08:00:22 +0300 Subject: [PATCH 023/318] Move addition to bottom of list To comply with contribution guidelines. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b9af749a..9faffbbcc 100644 --- a/README.md +++ b/README.md @@ -3059,9 +3059,9 @@ _LocalStorage etc._ - [pinia-undo](https://github.com/wobsoriano/pinia-undo) - Undo/Redo plugin for pinia. - [pinia-xstate](https://github.com/wobsoriano/pinia-xstate) - Put your xstate state machines into a global pinia store. - [pinia-persistedstate](https://github.com/JD-Wang/pinia-persistedstate) - Persist Vuex state with localStorage, like vuex-persistedstate. -- [pinia-persistedstate-2](https://github.com/iendeavor/pinia-plugin-persistedstate-2) - Persist and rehydrate your Pinia state between page reloads. - [pinia-orm](https://github.com/CodeDredd/pinia-orm) - The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store. 🍍 - [pinia-di](https://github.com/ccqgithub/pinia-di) - Dependency injection for pinia. +- [pinia-persistedstate-2](https://github.com/iendeavor/pinia-plugin-persistedstate-2) - Persist and rehydrate your Pinia state between page reloads. ##### Authentication/Authorization From 98bb7a093941108abde1039669c64bc743c40491 Mon Sep 17 00:00:00 2001 From: Tachibana Shin <45375496+tachibana-shin@users.noreply.github.com> Date: Sun, 21 Aug 2022 10:29:48 +0700 Subject: [PATCH 024/318] add `vue-re-resizable` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7edf4eb57..a9d2a4849 100644 --- a/README.md +++ b/README.md @@ -2382,6 +2382,7 @@ _Layout for the overall / main view_ - [vue-layout-system](https://github.com/leeboyin/vue-layout-system) - Vue components that solve daily layout problems. - [simple-vue-grid](https://github.com/harmyderoman/simple-vue-grid) - Simple grid containers that will help you to build layouts for your app. - [iron-grid-system](https://github.com/ilker0/iron-grid-system) - A responsive grid system for Vue 3.x. +- [vue-re-resizable](https://github.com/tachibana-shin/vue-re-resizable) - Plugin for vue 3 allows resizing components. Rewritten [re-resizable](https://github.com/bokuweb/re-resizable) ### Frameworks From 377e1fcfc0be877779a730a340d304d1a2d59010 Mon Sep 17 00:00:00 2001 From: Dmitry Magalyas Date: Tue, 23 Aug 2022 08:06:10 +0200 Subject: [PATCH 025/318] add snippets.ninja --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7edf4eb57..915d19a4e 100644 --- a/README.md +++ b/README.md @@ -918,6 +918,7 @@ - [FAIRshare](https://github.com/fairdataihub/FAIRshare) - Sharing biomedical research data and software according to applicable FAIR guidelines - [vue-birthday-reminder](https://github.com/ymzEmre/vue-birthday-reminder) - It is a birthday reminder web application using with Vue3. - [AnySniper](https://github.com/anysniper/Frontend) - Sniping DApp on Decentralized Exchanges. A proven blockchain sniping bot with 500 active users. +- [Snippets.Ninja](https://github.com/dd3v/snippets.ninja) - progressive web application for code snippet management. Offline first. Open Source. App uses IndexedDB for local storage. ### Commercial Products From 9e6a4b902abf732ba7ff09f726cba83dbb5dc6af Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Tue, 23 Aug 2022 10:14:12 +0300 Subject: [PATCH 026/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 915d19a4e..184054ae8 100644 --- a/README.md +++ b/README.md @@ -918,7 +918,7 @@ - [FAIRshare](https://github.com/fairdataihub/FAIRshare) - Sharing biomedical research data and software according to applicable FAIR guidelines - [vue-birthday-reminder](https://github.com/ymzEmre/vue-birthday-reminder) - It is a birthday reminder web application using with Vue3. - [AnySniper](https://github.com/anysniper/Frontend) - Sniping DApp on Decentralized Exchanges. A proven blockchain sniping bot with 500 active users. -- [Snippets.Ninja](https://github.com/dd3v/snippets.ninja) - progressive web application for code snippet management. Offline first. Open Source. App uses IndexedDB for local storage. +- [Snippets.Ninja](https://github.com/dd3v/snippets.ninja) - Progressive web application for code snippet management. Offline first. Open Source. App uses IndexedDB for local storage. ### Commercial Products From ec3839d471bad3146920785e6d08f0e8245b44c3 Mon Sep 17 00:00:00 2001 From: harmyderoman Date: Mon, 29 Aug 2022 22:55:12 +0300 Subject: [PATCH 027/318] add vuejs-confirm-dialog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d550d29cd..a71f68526 100644 --- a/README.md +++ b/README.md @@ -1440,6 +1440,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [v3confirm](https://github.com/malekim/v3confirm) - A plugin dedicated for vue3 to show confirm dialog modal. - [vue3-promise-dialog](https://github.com/rlemaigre/vue3-promise-dialog) - Let's you create promise based dialogs in Vue 3 (Composition or Options API) with ease ! - [vue3-side-panel](https://github.com/headmandev/vue3-side-panel) - 🔥 Easy to use and flexible modal sidebar component for Vue3. +- [vuejs-confirm-dialog](https://github.com/harmyderoman/vuejs-confirm-dialog) - :speech_balloon: a simple way to create, reuse, promisify and build chains of modal dialogs in Vue.js. #### Parallax From b24761f2693f9515a3ce0af35c5d9ce85623f5e1 Mon Sep 17 00:00:00 2001 From: Tachibana Shin <45375496+tachibana-shin@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:42:09 +0700 Subject: [PATCH 028/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d550d29cd..a0b1904c5 100644 --- a/README.md +++ b/README.md @@ -2384,6 +2384,7 @@ _Layout for the overall / main view_ - [simple-vue-grid](https://github.com/harmyderoman/simple-vue-grid) - Simple grid containers that will help you to build layouts for your app. - [iron-grid-system](https://github.com/ilker0/iron-grid-system) - A responsive grid system for Vue 3.x. - [vue-re-resizable](https://github.com/tachibana-shin/vue-re-resizable) - Plugin for vue 3 allows resizing components. Rewritten [re-resizable](https://github.com/bokuweb/re-resizable) +- [vue-console-feed](https://github.com/tachibana-shin/vue-console-feed) - A plugin that allows you to display `console like Chrome Devtools` for vue. ### Frameworks From e022a0cce63692b090d6a52d7f3a89dd01166320 Mon Sep 17 00:00:00 2001 From: Geert Wirken Date: Thu, 1 Sep 2022 14:42:01 +0200 Subject: [PATCH 029/318] add httptools.dev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1cbe2cda..b2a1934f5 100644 --- a/README.md +++ b/README.md @@ -1157,6 +1157,7 @@ - [CryptoTracks](https://cryptotracks.io) - Unleash and discover musical creativity on the Ethereum blockchain. - [CodeSnippet](https://www.codesnippet.fr) - A collaborative code editor for teachers and students. - [Gradientos](https://www.gradientos.app) - Gradientos makes finding gradients easy. +- [httptools.dev](https://httptools.dev/) - Collection of many online checks and tools for web developers, like a JSON formatter, redirect check or URL encoder. Built with Vue3 and vue-router, backend API uses Laravel. ### Interactive Experiences From 7a4d4055c0b60f3de2496dfeb2454d90b3bdb496 Mon Sep 17 00:00:00 2001 From: wd Date: Tue, 6 Sep 2022 17:35:06 +0800 Subject: [PATCH 030/318] add temir --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2a1934f5..49620d930 100644 --- a/README.md +++ b/README.md @@ -3597,6 +3597,7 @@ _Scaffold parts of the app_ #### Command Line / Terminal - [blessed-vue](https://github.com/lyonlai/blessed-vue) - A VueJS runtime to let you write command line UI in Vue Edit +- [temir](https://github.com/webfansplz/temir) - Vue for interactive command-line apps ### Prerendering From 3d4212b732920495fc3d73aaf5851d8b324851c4 Mon Sep 17 00:00:00 2001 From: Yasin Silavi <59373143+sttatusx@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:57:53 +0430 Subject: [PATCH 031/318] Add vue-share-modal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2a1934f5..bdfe077c1 100644 --- a/README.md +++ b/README.md @@ -1789,6 +1789,7 @@ _Display non-editable events in a Calendar_ - [vue-share-it](https://github.com/thisDOTname/vue-share-it) - A Vue.js component for sharing links to social networks - [vuesocial](https://github.com/growthbunker/vuesocial) - 🧞‍♀️🧞‍♂️ One easy-to-use button component for Vue.js with 65+ social networks. - [vue-socials](https://github.com/webistomin/vue-socials) - 💬 Social media share buttons and counts for Vue.js. +- [vue-share-modal](https://github.com/sttatusx/vue-share-modal) - A pure, lightweight, and beautiful share modal for Vue 3. #### QR Code From 3aa37a2ffb26aa487f9a86afcf4ca021e63a9d36 Mon Sep 17 00:00:00 2001 From: Hydration <3038094028@qq.com> Date: Thu, 15 Sep 2022 19:42:22 +0800 Subject: [PATCH 032/318] feat: `Vitectron` template (#3878) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2a758183..29700b581 100644 --- a/README.md +++ b/README.md @@ -3579,6 +3579,7 @@ _Includes a backend boilerplate_ - [vue-iview-electron-boilerplate](https://github.com/buyouzzj/vue-iview-electron) - An Electron & Vue.js boilerplate with iview4.x, Vue2.x, electron8.x and webpack4.x - [electron-vue3-flask](https://github.com/megasanjay/electron-vue3-flask) - An Electron & Vue.js application starter template that uses a python backend via Flask for desktop application building. - [electron-vite-template](https://github.com/umbrella22/electron-vite-template) - A modern desktop application project template with Vue 3, Vite & Electron. **It's fast!** +- [Vitectron](https://github.com/hyroge/vite-vue-electron) - Powerful & Modern Vue Desktop Application Template with TypeScript & JSX + Vue 3.x + Vite 2.x + Pinia 2.x + Vue-Router 4.x. #### Parts From 18a5f5ba1e4463e98f78e92e9d50b1d0d11e4fcd Mon Sep 17 00:00:00 2001 From: Simler Li Date: Sun, 25 Sep 2022 19:13:48 +0800 Subject: [PATCH 033/318] Update README.md add `vue-facing-decorator` https://github.com/facing-dev/vue-facing-decorator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29700b581..ab5cca37e 100644 --- a/README.md +++ b/README.md @@ -2920,6 +2920,7 @@ _Utilities not directly related to the UI_ - [vue-corator](https://github.com/joon610/vue-corator) - Vue typescript decorator utils - [vuedts](https://github.com/kahirokunn/vuedts) - Generate TypeScript declaration files for .vue files. - [@icare-jp/vue-props-type](https://github.com/icare-jp-oss/vue-props-type) - Helps to define the props type. +- [vue-facing-decorator](https://github.com/facing-dev/vue-facing-decorator) - Vue 3 typescript class component decorators, like `vue-property-decorator` in Vue 2. #### HTTP Requests From 40afc0633b23b0a2b6b4a41e975461fd86c1b202 Mon Sep 17 00:00:00 2001 From: Chris-Robin Ennen Date: Tue, 27 Sep 2022 10:08:07 +0700 Subject: [PATCH 034/318] Add Slack Vuesualizer to apps / websites section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5cca37e..c3a158fbd 100644 --- a/README.md +++ b/README.md @@ -1158,6 +1158,7 @@ - [CodeSnippet](https://www.codesnippet.fr) - A collaborative code editor for teachers and students. - [Gradientos](https://www.gradientos.app) - Gradientos makes finding gradients easy. - [httptools.dev](https://httptools.dev/) - Collection of many online checks and tools for web developers, like a JSON formatter, redirect check or URL encoder. Built with Vue3 and vue-router, backend API uses Laravel. +- [Slack Vuesualizer](https://slack-vuesualizer.vercel.app) - Display and search through your Slack archive. ### Interactive Experiences From 1cc1fb2fd68496275951f8078714c4bcdef242b1 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Singh <37482171+rahulkumarsingh73690@users.noreply.github.com> Date: Thu, 29 Sep 2022 13:51:49 +0530 Subject: [PATCH 035/318] Added new site --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5cca37e..54d195f55 100644 --- a/README.md +++ b/README.md @@ -1158,6 +1158,7 @@ - [CodeSnippet](https://www.codesnippet.fr) - A collaborative code editor for teachers and students. - [Gradientos](https://www.gradientos.app) - Gradientos makes finding gradients easy. - [httptools.dev](https://httptools.dev/) - Collection of many online checks and tools for web developers, like a JSON formatter, redirect check or URL encoder. Built with Vue3 and vue-router, backend API uses Laravel. +- [Cuping Font](https://cupingfont.com/) - Cool font generator made with vuejs ### Interactive Experiences From e277b958171ee5f2af752a517eec67d7058e0ee0 Mon Sep 17 00:00:00 2001 From: Christopher Mitchell Date: Sat, 1 Oct 2022 07:06:54 -0400 Subject: [PATCH 036/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab5cca37e..6823795fc 100644 --- a/README.md +++ b/README.md @@ -1938,6 +1938,7 @@ _Display non-editable events in a Calendar_ - [vue-mathjax-next](https://github.com/justforuse/vue-mathjax-next) - A Vue 3 plugin for Mathjax - [vue-connect-wallet](https://github.com/neelansh15/vue-connect-wallet) - A Vue plugin for connecting to web3 wallets with a UI button + MetaMask utils - [vue-magnifier](https://github.com/WebsiteBeaver/vue-magnifier) - Vue 3 image zoom component. +- [vue-spruce] (https://github.com/crishellco/vue-spruce) - A collection of useful Vue 2 renderless components. #### Tabs From 19d9e32fdac410ffba12e107145bfee9793c39f8 Mon Sep 17 00:00:00 2001 From: Christopher Mitchell Date: Wed, 5 Oct 2022 15:52:22 -0400 Subject: [PATCH 037/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6823795fc..bb4a5c453 100644 --- a/README.md +++ b/README.md @@ -1938,7 +1938,7 @@ _Display non-editable events in a Calendar_ - [vue-mathjax-next](https://github.com/justforuse/vue-mathjax-next) - A Vue 3 plugin for Mathjax - [vue-connect-wallet](https://github.com/neelansh15/vue-connect-wallet) - A Vue plugin for connecting to web3 wallets with a UI button + MetaMask utils - [vue-magnifier](https://github.com/WebsiteBeaver/vue-magnifier) - Vue 3 image zoom component. -- [vue-spruce] (https://github.com/crishellco/vue-spruce) - A collection of useful Vue 2 renderless components. +- [vue-spruce](https://github.com/crishellco/vue-spruce) - A collection of useful Vue 2 renderless components. #### Tabs From 7fb9af69a2898b006c2fd38f61f26c4337cc4135 Mon Sep 17 00:00:00 2001 From: Rodrigo Barros Date: Thu, 6 Oct 2022 00:08:38 -0300 Subject: [PATCH 038/318] doc: removing inappropriate content --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a14481c56..860884b20 100644 --- a/README.md +++ b/README.md @@ -737,7 +737,6 @@ - [vue-music163](https://github.com/pluto1114/vue-music163) - A Vue.js project for music. - [Tomato5](https://github.com/zhangxin840/tomato5) - Real-time collaboration tool, it combines Pomodoro Technique with a team status share board. - [Web Learn](https://github.com/freearhey/web-learn) - A service which provides simple access to thousands of video tutorials on web developing and programming. -- [ExcelJSON](https://github.com/palerdot/exceljson) - A tool to convert CSV, TSV to/from JSON. - [Materialize-blog](https://github.com/forehalo/materialize-blog) - A material blog built with Laravel5.3 and Vue2.x. - [VueComponentGenerator](https://github.com/ChangJoo-Park/vue-component-generator) - Generate vue single file component on browser. - [SDR News](https://github.com/super-dev/SDR-News) - News for web designers and developers aggregated from multiple sources (Reddit, Hacker News and Prominent Blogs). From f45e9eadb3e2e936fef0d86840f40d9bb6f23b91 Mon Sep 17 00:00:00 2001 From: devisasari Date: Thu, 6 Oct 2022 06:52:26 +0300 Subject: [PATCH 039/318] Add Text Editor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a14481c56..76fba15c4 100644 --- a/README.md +++ b/README.md @@ -642,6 +642,7 @@ - [Vue 3 TypeScript Library Template](https://github.com/TinkoLiu/vue3-ts-lib-template) A simple but complete library template for Vue 3, supports generating `.vue.d.ts` - [Customizable Vue video chat app](https://github.com/daily-demos/vue-call-object) - A Vue video call demo app featuring local device controls and screen sharing. - [Vue3-Starter](https://github.com/cerino-ligutom/Vue3-Starter) A boilerplate with an opinion on how to structure your files/folders with a few examples such as **Vue Router** navigation guards, theming with **TailwindCSS**, form validation w/ **Vuelidate**, localization with **Fluent**, etc. +- [Text Editor](https://github.com/devisasari/text-editor-vue-3) Text Editor made with Vue 3 Composition API, Bootstrap and Firebase by [İsa Sarı](https://github.com/devisasari) ### Books From 66bba0c56ec35e610c9daa1259a992b8dd3d4b10 Mon Sep 17 00:00:00 2001 From: Rodolfo Santos Date: Thu, 6 Oct 2022 11:18:00 -0300 Subject: [PATCH 040/318] doc: removing not found site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This site can’t be reached --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f62bd931f..9ff280f50 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,6 @@ - [Vue Curated Resources](https://hackr.io/tutorials/learn-vue-js) - Recommended Vue.js courses and tutorials. - [Vue School](https://vueschool.io) - Learn Vue.js from video courses by core members and industry experts - [VueDose](https://vuedose.tips). Tips & tricks about the Vue ecosystem, for busy devs. -- [Vuelibs](https://vuelibs.org). A minimalistic list of Vue.js libraries and components based on the awesome-vue repo. - [Vue.js DEV Community](https://dev.to/t/vue) - Official tag for the Vue.js JavaScript Framework on DEV.to - [Vue.js Online Courses Directory](https://classpert.com/vuejs) - Vue.js courses from top e-learning platforms curated by Classpert, a online course search engine. - [WebTechSurvey.com](https://webtechsurvey.com/technology/vue.js) - An extensive list of websites created with the Vue.js Javascript framework. From 9d19c39408896bd3a1d79f6ef641a978ec971885 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Fri, 7 Oct 2022 00:43:46 +0200 Subject: [PATCH 041/318] Add vue-ts-types --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f62bd931f..64e3ee64e 100644 --- a/README.md +++ b/README.md @@ -3150,6 +3150,7 @@ _LocalStorage etc._ _Improve readability of code_ - [vue-types](https://github.com/dwightjack/vue-types) - Vue Prop Types definitions. +- [vue-ts-types](https://github.com/FloEdelmann/vue-ts-types) - Lightweight TypeScript-first Vue prop type definitions. - [vue-factory](https://github.com/ye-will/vue-factory) - A simple factory/provider extension for Vue.js, like services in Angular. - [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) - Eslint plugin for Vue.js projects. - [vue-decorators](https://github.com/partyka95/vue-decorators) - Decorators for Vue.js (beta). From 15d651d62e187154b0fe5abaa2ea6ebb02d9fff7 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Fri, 7 Oct 2022 00:45:41 +0200 Subject: [PATCH 042/318] Move to end of list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e3ee64e..12d143f08 100644 --- a/README.md +++ b/README.md @@ -3150,13 +3150,13 @@ _LocalStorage etc._ _Improve readability of code_ - [vue-types](https://github.com/dwightjack/vue-types) - Vue Prop Types definitions. -- [vue-ts-types](https://github.com/FloEdelmann/vue-ts-types) - Lightweight TypeScript-first Vue prop type definitions. - [vue-factory](https://github.com/ye-will/vue-factory) - A simple factory/provider extension for Vue.js, like services in Angular. - [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) - Eslint plugin for Vue.js projects. - [vue-decorators](https://github.com/partyka95/vue-decorators) - Decorators for Vue.js (beta). - [vue-computed-helpers](https://github.com/michalsnik/vue-computed-helpers) - Computed helpers for Vue.js apps - [vert](https://github.com/LancerComet/Vert-Core) - Library to build Vue applications in OOP. - [vue-slot-checker](https://github.com/mya-ake/vue-slot-checker) - Provide the function to check slot like checking props. +- [vue-ts-types](https://github.com/FloEdelmann/vue-ts-types) - Lightweight TypeScript-first Vue prop type definitions. #### CSS From 6259645c44f3e0af283d4295523a9d33a5749c96 Mon Sep 17 00:00:00 2001 From: devisasari Date: Tue, 11 Oct 2022 22:25:43 +0300 Subject: [PATCH 043/318] added VueJS Bootcamp kablosuzkedi Turkey Telegram Group --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ff0326a8..2cf7a5372 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ - [Vue Turkey - Twitter Account](https://twitter.com/Vue_Turkey) - [Vue Türkiye - Kommunity Page](https://kommunity.com/vue-turkey) - [VueJS Singapore - Telegram Group](https://t.me/vuejssg) +- [VueJS Bootcamp kablosuzkedi - Turkey - Telegram Group](https://t.me/joinchat/pqiJOgi8byQ5Y2E0) ### Conferences From 0b31b7d9c74e3442b9141e6d756492d07c6b3e82 Mon Sep 17 00:00:00 2001 From: Ramazan SANCAR Date: Fri, 14 Oct 2022 17:26:19 +0300 Subject: [PATCH 044/318] Select > "vue-country-code" added. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ff0326a8..08cd8175c 100644 --- a/README.md +++ b/README.md @@ -2057,6 +2057,7 @@ _Date / datetime / time Picker_ - [vue-select-sides](https://github.com/juliorosseti/vue-select-sides) - A component for Vue.js to select double-sided data (2-sides). - [vue-selectize](https://github.com/isneezy/vue-selectize) - A Vue.js component wrapper around Selectize.js, a vanilla js select component - [@vueform/multiselect](https://github.com/vueform/multiselect) - Vue 3 multiselect component with single select, multiselect and tagging options. +- [vue-country-code](https://github.com/denfedweb/vue-country-code) - Country Code Select ##### Slider From 32a895c9358bfebab1aed8166915e17bf944f9ce Mon Sep 17 00:00:00 2001 From: Frederik Bache Date: Wed, 19 Oct 2022 09:17:50 +0200 Subject: [PATCH 045/318] feat: add vue-vroom --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ff0326a8..6a58c4e53 100644 --- a/README.md +++ b/README.md @@ -2946,6 +2946,7 @@ _Retrieve data over HTTP_ - [vue-axillo](https://github.com/Scrum/vue-axillo) - Composable Axios for REST API with query notation GraphQL. - [vue-request](https://github.com/Attojs/vue-request) - ⚡️ Vue 3 Composable for data fetching, supports SWR, polling, error retry, cache request, pagination, and other cool features. - [swrv](https://github.com/Kong/swrv) - Stale-while-revalidate data fetching for Vue. +- [vue-vroom](https://github.com/frederikbache/vue-vroom) - A plugin for REST APIs, that lets you quickly generate type safe stores and a mock API with minimal config. #### i18n From 429c52dee93bec209457cb2c3d745c5faa68a074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0sa=20Sar=C4=B1?= <99514353+devisasari@users.noreply.github.com> Date: Sat, 22 Oct 2022 03:57:29 +0300 Subject: [PATCH 046/318] add tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5152c2c3..7c63a91c4 100644 --- a/README.md +++ b/README.md @@ -482,6 +482,7 @@ - [Intro to Vue 3](https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3) - Free course on Vue 3 with intuitive explanations from Vue Mastery - [Developing a web application with Vue.js 3 and Vite.js (French)](https://mickael-baron.fr/web/vuejs-miseenoeuvre-part2) par Mickael Baron - [Deploying a web application powered by Vue.js 3 with Docker (French)](https://mickael-baron.fr/web/vuejs-deploiement-part3) par Mickael Baron +- [Advantages of Vue.js over React, Angular, and other frameworks in Turkish](https://medium.com/@dev.isasari/vuejsin-react-ve-angular-a-g%C3%B6re-avantajlar%C4%B1-6fe1d653beb1) by İsa Sarı ### Examples From 057ed59e0cb02dafaa29287bf4920e2cc7c1cd53 Mon Sep 17 00:00:00 2001 From: tianzhi Date: Tue, 25 Oct 2022 19:32:00 +0800 Subject: [PATCH 047/318] Add vue-web-terminal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c63a91c4..0e255faf9 100644 --- a/README.md +++ b/README.md @@ -1942,6 +1942,7 @@ _Display non-editable events in a Calendar_ - [vue-connect-wallet](https://github.com/neelansh15/vue-connect-wallet) - A Vue plugin for connecting to web3 wallets with a UI button + MetaMask utils - [vue-magnifier](https://github.com/WebsiteBeaver/vue-magnifier) - Vue 3 image zoom component. - [vue-spruce](https://github.com/crishellco/vue-spruce) - A collection of useful Vue 2 renderless components. +- [vue-web-terminal](https://github.com/tzfun/vue-web-terminal) - 💻 A feature-rich and powerful web terminal plugin for vue2 & vue3.(功能强大的网页命令行终端插件) #### Tabs From bb8a7916cc872719357a45d2bea2b5f0a2effbd4 Mon Sep 17 00:00:00 2001 From: uros Date: Wed, 26 Oct 2022 10:02:39 +0200 Subject: [PATCH 048/318] Add lishuuro to open source projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c63a91c4..194a0e1a0 100644 --- a/README.md +++ b/README.md @@ -920,6 +920,7 @@ - [vue-birthday-reminder](https://github.com/ymzEmre/vue-birthday-reminder) - It is a birthday reminder web application using with Vue3. - [AnySniper](https://github.com/anysniper/Frontend) - Sniping DApp on Decentralized Exchanges. A proven blockchain sniping bot with 500 active users. - [Snippets.Ninja](https://github.com/dd3v/snippets.ninja) - Progressive web application for code snippet management. Offline first. Open Source. App uses IndexedDB for local storage. +- [lishuuro.org](https://github.com/uros-5/ui-lishuuro) - Small chess variant app that uses Vue3 for UI and Pinia for managing state in app. ### Commercial Products From ec2ee22fb636430037e5ad05fdddaef47702a247 Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Sat, 29 Oct 2022 20:22:47 +0100 Subject: [PATCH 049/318] Add vue-vnode-utils --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c63a91c4..7e2bf80b7 100644 --- a/README.md +++ b/README.md @@ -3235,6 +3235,7 @@ _Utilities for building / compiling / bundling / loading assets_ - [vue-safe-html](https://github.com/ecosia/vue-safe-html) - Vue.js directive which renders sanitised HTML dynamically. - [v-fetch](https://github.com/shaynekasai/v-fetch) - Vue.js directive to make AJAX requests. - [vue-use-model-helpers](https://github.com/sergiocarracedo/vue-use-model-helpers) - Helper to map properties to local Ref using Composition API for Vue 2.x and 3 +- [@skirtle/vue-vnode-utils](https://github.com/skirtles-code/vue-vnode-utils) - Helper functions for working with slot VNodes inside render functions in Vue 3 #### Web Workers From bc09cce089d93d2cc601f02a6d5fd44338181ce0 Mon Sep 17 00:00:00 2001 From: Santiago <22715417+fsgreco@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:59:34 +0100 Subject: [PATCH 050/318] Add example: Vue3+Laravel boilerplate/starter-kit added "Vue 3 + Laravel v9 - Boilerplate / Starter kit". An implementation of the **Laravel Breeze** application / authentication starter kit frontend in Vue.js v3. How a library can become a framework with the help of **pinia** and **vue-router**. This repository emulates the same purpose achieved by Taylor Otwell with his demo repository "breeze-next", but with VueJs v3 instead of React. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c63a91c4..669a9a9ee 100644 --- a/README.md +++ b/README.md @@ -644,6 +644,7 @@ - [Customizable Vue video chat app](https://github.com/daily-demos/vue-call-object) - A Vue video call demo app featuring local device controls and screen sharing. - [Vue3-Starter](https://github.com/cerino-ligutom/Vue3-Starter) A boilerplate with an opinion on how to structure your files/folders with a few examples such as **Vue Router** navigation guards, theming with **TailwindCSS**, form validation w/ **Vuelidate**, localization with **Fluent**, etc. - [Text Editor](https://github.com/devisasari/text-editor-vue-3) Text Editor made with Vue 3 Composition API, Bootstrap and Firebase by [İsa Sarı](https://github.com/devisasari) +- [Vue 3 + Laravel v9 - Boilerplate / Starter kit](https://github.com/fsgreco/vue3-laravel-api) An implementation of the **Laravel Breeze** application / authentication starter kit frontend in Vue.js v3. How a library can become a framework with the help of **pinia** and **vue-router**. ### Books From 80c8fd2d179404afd9aa2840662aa37c607a2f40 Mon Sep 17 00:00:00 2001 From: amirkian007 Date: Wed, 2 Nov 2022 22:25:49 +0330 Subject: [PATCH 051/318] Add vue-awesome-sidebar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c63a91c4..6f86f8df4 100644 --- a/README.md +++ b/README.md @@ -1517,6 +1517,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [v-dropdown-menu](https://github.com/RadKod/v-dropdown-menu) - Customizable dropdown menu plugin for vuejs. SSR supported. - [vue-bottom-sheet](https://github.com/webzlodimir/vue-bottom-sheet) - A swipeable bottom sheet component for Vue.js created with Hammer.js - [SDropdown](https://github.com/storinka/dropdown) - Highly customizable, simple and modern Vue 3 dropdown component. +- [vue-awesome-sidebar](https://github.com/amirkian007/vue-awesome-sidebar) - A modern and fast sidebar menu component for vue(3x) capable with vue-router. #### Minus Plus Input From 6c47a872c634ce583f72fd366b7f5dac9733c421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Sat, 5 Nov 2022 12:04:48 +0100 Subject: [PATCH 052/318] Added SPA starter template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c63a91c4..f278e6385 100644 --- a/README.md +++ b/README.md @@ -3532,6 +3532,7 @@ _Scaffold / boilerplate / seed / starter kits / stack ensemble / Yeoman generato - [Vuetify-tailwind-animate-starter](https://github.com/GoodManWEN/vuetify-tailwind-animate-starter) - A vue-cli starter template for vuetify + tailwindcss + animate.css. - [vuejs-vuetify-structured-template boilerplate](https://github.com/huogerac/crud-vuetify-structured-template) - A vue-cli template for a full-featured Vuejs + Vuetify + Great structure + API Ready - [vue-component-starter](https://github.com/peterroe/vue-component-starter) - A template to help you create vue3.x component. +- [Vue3-SPA-starter-template](https://github.com/M-Media-Group/Vue3-SPA-starter-template) - A starter kit with Router, Pinia, i18n, Stripe, Event Bus, SEO meta and schema tag handling, and more. #### Client From 9a9dd44fa483114e66f664c4f4d635d44b3b775a Mon Sep 17 00:00:00 2001 From: Patrick Cate Date: Sun, 6 Nov 2022 08:54:49 -0500 Subject: [PATCH 053/318] add `Vue USWDS` to frameworks list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c63a91c4..99cf753bc 100644 --- a/README.md +++ b/README.md @@ -2450,6 +2450,7 @@ _Set of components + responsive layout system_ - [Unge UI](https://github.com/UngeUI/ungeui) - A Vue 3.x Component Library. Complete documentation support and both Chinese and English. - [Vexip UI](https://github.com/qmhc/vexip-ui) - A Vue 3 UI Library, Highly customizable property values, Full TypeScript, Performance should be good. - [Anu](https://github.com/jd-solanki/anu) - Build better interfaces faster. DX focused utility based vue component library ⚛️ +- [Vue USWDS](https://github.com/patrickcate/vue-uswds) - A Vue.js implementation of the USWDS (U.S. Web Design System) #### Mobile From 94f1f0e3766d146ec66c6993850f7d268e1c8b06 Mon Sep 17 00:00:00 2001 From: Andrea Bertoloni Date: Wed, 16 Nov 2022 13:21:29 +0100 Subject: [PATCH 054/318] Add vue-auth-ui --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a1b18e91a..db3671b13 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ - [Link Preview](#link-preview) - [Tour](#tour) - [Data Masking](#data-masking) + - [Authentication](#authentication) - [UI Layout](#ui-layout) - [Frameworks](#frameworks) - [Responsive](#responsive) @@ -2352,6 +2353,10 @@ _Display images_ - [vue-manual-data-masking](https://github.com/HC200ok/vue-manual-data-masking) - A VueJS (2.x) component for manual data masking +#### Authentication + +- [vue-auth-ui](https://github.com/ndrbrt/vue-auth-ui) - Pre-built set of components for user authentication + ### UI Layout _Layout for the overall / main view_ From 64141c9fe48bbcad5484ebef64163ade347a1c01 Mon Sep 17 00:00:00 2001 From: Bibhuti Poudyal Date: Fri, 18 Nov 2022 18:42:11 +0545 Subject: [PATCH 055/318] Adds new entry to Apps/Websites section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1b18e91a..3bce3779e 100644 --- a/README.md +++ b/README.md @@ -1163,6 +1163,7 @@ - [httptools.dev](https://httptools.dev/) - Collection of many online checks and tools for web developers, like a JSON formatter, redirect check or URL encoder. Built with Vue3 and vue-router, backend API uses Laravel. - [Cuping Font](https://cupingfont.com/) - Cool font generator made with vuejs - [Slack Vuesualizer](https://slack-vuesualizer.vercel.app) - Display and search through your Slack archive. +- [findcharitables.org](https://findcharitables.org/) - Website for listing of organizations that need donation ### Interactive Experiences From ce960ba85dfe264ae754b387e074ba7a530bc157 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Sat, 19 Nov 2022 13:51:25 +0800 Subject: [PATCH 056/318] Add He3 App [He3](https://he3.app/) is a free developer toolbox that boosts developer productivity. It provides 200 builtin utility tools with more to come. It comes with convenient features like smart search, auto detection, hotkeys, etc. Here is a blog describing He3 in more details: https://he3.app/posts/announcement_en/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1b18e91a..e18094fa8 100644 --- a/README.md +++ b/README.md @@ -947,6 +947,7 @@ - [Materio Vuetify VueJS Admin Template](https://themeselection.com/products/materio-vuetify-vuejs-admin-template/) - Most Powerful, Developer Friendly, Production ready & Comprehensive Vuetify VueJS Admin Template. - [NocoDB](https://github.com/nocodb/nocodb) - An opensource Airtable alternative. - [KodaDot](https://github.com/kodadot/nft-gallery) - NFT Marketplace on Polkadot funded as public good, written in Vue.js +[He3](https://he3.app) - Free and Modern Developer Utilities Toolbox. ### Apps/Websites From cb836292e0e1f5ed8e9c5c2a12d34a82c70d48f2 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Sat, 19 Nov 2022 14:40:28 +0800 Subject: [PATCH 057/318] Add He3 App --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e18094fa8..ed24319e0 100644 --- a/README.md +++ b/README.md @@ -947,7 +947,7 @@ - [Materio Vuetify VueJS Admin Template](https://themeselection.com/products/materio-vuetify-vuejs-admin-template/) - Most Powerful, Developer Friendly, Production ready & Comprehensive Vuetify VueJS Admin Template. - [NocoDB](https://github.com/nocodb/nocodb) - An opensource Airtable alternative. - [KodaDot](https://github.com/kodadot/nft-gallery) - NFT Marketplace on Polkadot funded as public good, written in Vue.js -[He3](https://he3.app) - Free and Modern Developer Utilities Toolbox. +- [He3](https://he3.app) - Free and Modern Developer Utilities Toolbox. ### Apps/Websites From 65f7f369aaeffcd0d64b9f3b7fec8c78ef0867b8 Mon Sep 17 00:00:00 2001 From: Vladimir Rodkin Date: Mon, 21 Nov 2022 11:26:40 +0300 Subject: [PATCH 058/318] Update renamed `vue-manual-data-masking` component URL `vue-manual-data-masking` -> `vue2-text-annotation` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1b18e91a..827880cc1 100644 --- a/README.md +++ b/README.md @@ -2350,7 +2350,7 @@ _Display images_ #### Data Masking -- [vue-manual-data-masking](https://github.com/HC200ok/vue-manual-data-masking) - A VueJS (2.x) component for manual data masking +- [vue2-text-annotation](https://github.com/HC200ok/vue2-text-annotation) - A [Vue 2.x] component for text annotation and manual data masking ### UI Layout From 0b0c1e3a275896da29d40d47f3569654d57d9784 Mon Sep 17 00:00:00 2001 From: Strift Date: Wed, 23 Nov 2022 18:15:06 +0100 Subject: [PATCH 059/318] Add TwicPics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78c2ebfb9..18449217a 100644 --- a/README.md +++ b/README.md @@ -2239,6 +2239,7 @@ _Display images_ - [vue-image-kit](https://github.com/guastallaigor/vue-image-kit) - Vue.js Image Kit Component with Lazy Load built in and Responsive Images. - [vue-preview-imgs](https://github.com/hzpeng57/vue-preview-imgs) - A picture preview plugin for Vue3 - [awesome-image](https://github.com/newbeea/awesome-image) - An universal image component for Vue2 / Vue3 / Nuxt with Lazyload / Responsive / Progressive / Auto-WebP / WebGL Filter / WebGL Transition supported. +- [TwicPics](https://github.com/TwicPics/components) - Components replacing img and video tags with lazy loading, CLS optimization, and progressive loading out-of-the-box and enabling media optimization and manipulation. ##### Video Manipulation From 4786f11880ba03618ef0261bf0f421ac8bdf4c28 Mon Sep 17 00:00:00 2001 From: Luke Haas Date: Thu, 24 Nov 2022 15:30:33 +0000 Subject: [PATCH 060/318] add RunJS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18449217a..b3d4fdf87 100644 --- a/README.md +++ b/README.md @@ -1166,6 +1166,7 @@ - [Cuping Font](https://cupingfont.com/) - Cool font generator made with vuejs - [Slack Vuesualizer](https://slack-vuesualizer.vercel.app) - Display and search through your Slack archive. - [findcharitables.org](https://findcharitables.org/) - Website for listing of organizations that need donation +- [RunJS](https://runjs.app) - JavaScript playground that evaluates your code as you type and gives instant feedback. Ideal for prototyping ideas or trying out new libraries. ### Interactive Experiences From e62149a5d933878b90f51c0c401b7dc0bcd1947c Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Sat, 26 Nov 2022 12:26:37 -0800 Subject: [PATCH 061/318] Added vuetify-resize-drawer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18449217a..9721ed834 100644 --- a/README.md +++ b/README.md @@ -1289,6 +1289,7 @@ _Tables / data grids_ - [jz-gantt](https://github.com/jeremyjone/jz-gantt) - A high-performance Vue gantt component, which includes highly customizable table columns, dynamic update data, freely drag the progress bar, switch header, etc. - [vue3-easy-data-table](https://github.com/HC200ok/vue3-easy-data-table) - A easy-to-use data table component made with Vue.js 3.x, referring to the API and UI of data table component in Vuetify 2. - [lv2-datatable](https://github.com/HELMAB/lv2-datatable) - Integrate the Laravel datatables with your Vue app without using JQuery. +- [vuetify-resize-drawer](https://github.com/webdevnerdstuff/vuetify-resize-drawer) - Vuetify v2. The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user. #### Notification From 57ffdb5b6842d7ac1033f6fcb490b564e124ae84 Mon Sep 17 00:00:00 2001 From: Eugen Istoc Date: Sat, 26 Nov 2022 17:05:04 -0500 Subject: [PATCH 062/318] Added link to 'Views on Vue' podcast --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18449217a..018014cba 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ - [Evolution of Vue - Part II (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/7068499-evolucion-de-vue-parte-ii) - [Evolution of Vue - Part III (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/7136740-evolucion-de-vue-parte-iii) - [React vs Vue - their communities (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/6151663-react-vs-vue-las-comunidades) +- [Views on Vue](https://topenddevs.com/podcasts/views-on-vue) ### Youtube Channels From af72ef84ef1be1168b47f06b74655b9d298407f1 Mon Sep 17 00:00:00 2001 From: Eugen Istoc Date: Sat, 26 Nov 2022 17:08:56 -0500 Subject: [PATCH 063/318] add description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 018014cba..6e9d7a7a0 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ - [Evolution of Vue - Part II (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/7068499-evolucion-de-vue-parte-ii) - [Evolution of Vue - Part III (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/7136740-evolucion-de-vue-parte-iii) - [React vs Vue - their communities (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/6151663-react-vs-vue-las-comunidades) -- [Views on Vue](https://topenddevs.com/podcasts/views-on-vue) +- [Views on Vue (weekly podcast on Vue)](https://topenddevs.com/podcasts/views-on-vue) ### Youtube Channels From 06ff5319f8714c8e59faea578b58ad80d4cd45c0 Mon Sep 17 00:00:00 2001 From: Ramazan Sancar Date: Mon, 28 Nov 2022 09:45:34 +0300 Subject: [PATCH 064/318] Select > "vue-country-code" updated. Hello, I accidentally added a fork repo. Can you update with the main repo? Main Repo: https://github.com/hantrongbinh/vue-country-code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08cd8175c..c1389199d 100644 --- a/README.md +++ b/README.md @@ -2057,7 +2057,7 @@ _Date / datetime / time Picker_ - [vue-select-sides](https://github.com/juliorosseti/vue-select-sides) - A component for Vue.js to select double-sided data (2-sides). - [vue-selectize](https://github.com/isneezy/vue-selectize) - A Vue.js component wrapper around Selectize.js, a vanilla js select component - [@vueform/multiselect](https://github.com/vueform/multiselect) - Vue 3 multiselect component with single select, multiselect and tagging options. -- [vue-country-code](https://github.com/denfedweb/vue-country-code) - Country Code Select +- [vue-country-code](https://github.com/hantrongbinh/vue-country-code) - Vue 2 Country Code Select ##### Slider From eee2433c9a717529a5b08a2836ee631ab3a110dc Mon Sep 17 00:00:00 2001 From: Sam Jones Date: Mon, 28 Nov 2022 11:22:59 +0000 Subject: [PATCH 065/318] Update vue-image-zoomer Update the description of vue-image-zoomer as it also works for version 3 of Vue.js now as well as version 2. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18449217a..91e2f22f7 100644 --- a/README.md +++ b/README.md @@ -1935,7 +1935,7 @@ _Display non-editable events in a Calendar_ - [tsParticles](https://github.com/matteobruni/tsparticles) - A lightweight Javascript library to easily create highly configurable and interactive particle animations - [@bananajs/vue3-book-component](https://github.com/bananajs-is-already-taken/vue3-book-component) - Book component for Vue 3. It provides easy, flexible API and great customizability. - [@bananajs/vue2-book-component](https://github.com/bananajs-is-already-taken/vue2-book-component) - Book component for Vue 2. It provides easy, flexible API and great customizability. -- [vue-image-zoomer](https://github.com/samjonesigd/vue-image-zoomer) - image zoom component for Vue.js 2, that also works on touch devices. +- [vue-image-zoomer](https://github.com/samjonesigd/vue-image-zoomer) - image zoom component for Vue.js 2 & 3, that also works on touch devices. - [vue-show-more-text](https://github.com/limlt/vue-show-more-text) - Vue multiline sentence ellipsis component. The text in the component will be truncated. - [vue-copy-to-clipboard](https://github.com/meforma/vue-copy-to-clipboard) - Vue.js 3 plugin to copy text to clipboard (Vue 3) - [vue-advanced-chat](https://github.com/antoine92190/vue-advanced-chat) - Feature-rich and fully customizable chat rooms component. Support files, images, videos, audio, emojis, customised actions, etc. From 6b93a6e7c3f01f9249e70145f0dcd205f91c5936 Mon Sep 17 00:00:00 2001 From: Jooy Date: Thu, 8 Dec 2022 09:03:56 +0900 Subject: [PATCH 066/318] Add Vutron electron templates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d468fac89..44ad7b105 100644 --- a/README.md +++ b/README.md @@ -3605,6 +3605,7 @@ _Includes a backend boilerplate_ - [electron-vue3-flask](https://github.com/megasanjay/electron-vue3-flask) - An Electron & Vue.js application starter template that uses a python backend via Flask for desktop application building. - [electron-vite-template](https://github.com/umbrella22/electron-vite-template) - A modern desktop application project template with Vue 3, Vite & Electron. **It's fast!** - [Vitectron](https://github.com/hyroge/vite-vue-electron) - Powerful & Modern Vue Desktop Application Template with TypeScript & JSX + Vue 3.x + Vite 2.x + Pinia 2.x + Vue-Router 4.x. +- [Vutron](https://github.com/jooy2/vutron) - Quick start templates for Vite + Electron + Vue 3 + Vuetify + TypeScript. #### Parts From fe366d53e5d880dd1b42c04397b8fb9719c75864 Mon Sep 17 00:00:00 2001 From: Luke Haas Date: Fri, 16 Dec 2022 11:19:46 +0000 Subject: [PATCH 067/318] move to commercial products --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3d4fdf87..1c393dc33 100644 --- a/README.md +++ b/README.md @@ -949,6 +949,7 @@ - [NocoDB](https://github.com/nocodb/nocodb) - An opensource Airtable alternative. - [KodaDot](https://github.com/kodadot/nft-gallery) - NFT Marketplace on Polkadot funded as public good, written in Vue.js - [He3](https://he3.app) - Free and Modern Developer Utilities Toolbox. +- [RunJS](https://runjs.app) - JavaScript playground that evaluates your code as you type and gives instant feedback. Ideal for prototyping ideas or trying out new libraries. ### Apps/Websites @@ -1166,7 +1167,6 @@ - [Cuping Font](https://cupingfont.com/) - Cool font generator made with vuejs - [Slack Vuesualizer](https://slack-vuesualizer.vercel.app) - Display and search through your Slack archive. - [findcharitables.org](https://findcharitables.org/) - Website for listing of organizations that need donation -- [RunJS](https://runjs.app) - JavaScript playground that evaluates your code as you type and gives instant feedback. Ideal for prototyping ideas or trying out new libraries. ### Interactive Experiences From f81530bb896095d21cf578ace4e42b386533173d Mon Sep 17 00:00:00 2001 From: gyt95 Date: Sat, 17 Dec 2022 16:36:06 +0800 Subject: [PATCH 068/318] Add a Monorepo-based mobile engineering project. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44ad7b105..ee631dd9c 100644 --- a/README.md +++ b/README.md @@ -647,6 +647,7 @@ - [Vue3-Starter](https://github.com/cerino-ligutom/Vue3-Starter) A boilerplate with an opinion on how to structure your files/folders with a few examples such as **Vue Router** navigation guards, theming with **TailwindCSS**, form validation w/ **Vuelidate**, localization with **Fluent**, etc. - [Text Editor](https://github.com/devisasari/text-editor-vue-3) Text Editor made with Vue 3 Composition API, Bootstrap and Firebase by [İsa Sarı](https://github.com/devisasari) - [Vue 3 + Laravel v9 - Boilerplate / Starter kit](https://github.com/fsgreco/vue3-laravel-api) An implementation of the **Laravel Breeze** application / authentication starter kit frontend in Vue.js v3. How a library can become a framework with the help of **pinia** and **vue-router**. +- [h5](https://github.com/gyt95/h5) A Monorepo-based mobile engineering project. (Monorepo + Pnpm + Vite3.x + Vue3.2+ + TypeScript4.x + VueRouter4.x + Pinia...) ### Books From 41ee10132dcfa71119c208362340aff06b3bd440 Mon Sep 17 00:00:00 2001 From: traspire Date: Mon, 19 Dec 2022 14:45:59 -0800 Subject: [PATCH 069/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 197b85cd7..c747fa096 100644 --- a/README.md +++ b/README.md @@ -1169,6 +1169,7 @@ - [Cuping Font](https://cupingfont.com/) - Cool font generator made with vuejs - [Slack Vuesualizer](https://slack-vuesualizer.vercel.app) - Display and search through your Slack archive. - [findcharitables.org](https://findcharitables.org/) - Website for listing of organizations that need donation +- [FontBolt](https://www.fontbolt.com/) - Discover and generate your favorite fonts from pop culture ### Interactive Experiences From f328705ba6ad594fe0b4073616d8aaf3f3fd14c2 Mon Sep 17 00:00:00 2001 From: Austin Gil Date: Fri, 30 Dec 2022 02:06:27 -0800 Subject: [PATCH 070/318] Adding Vuetensils --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 197b85cd7..10ce76411 100644 --- a/README.md +++ b/README.md @@ -2467,6 +2467,7 @@ _Set of components + responsive layout system_ - [Vexip UI](https://github.com/qmhc/vexip-ui) - A Vue 3 UI Library, Highly customizable property values, Full TypeScript, Performance should be good. - [Anu](https://github.com/jd-solanki/anu) - Build better interfaces faster. DX focused utility based vue component library ⚛️ - [Vue USWDS](https://github.com/patrickcate/vue-uswds) - A Vue.js implementation of the USWDS (U.S. Web Design System) +- [Vuetensils](https://vuetensils.com) - A 'naked' component library for building accessible, lightweight, bespoke applications. #### Mobile From 1bac1be4d96a450c3af72f99c9ab5e90db1d0f3c Mon Sep 17 00:00:00 2001 From: Brian Simon Date: Mon, 2 Jan 2023 02:22:48 -0500 Subject: [PATCH 071/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 197b85cd7..9bc2ab32c 100644 --- a/README.md +++ b/README.md @@ -2409,6 +2409,7 @@ _Layout for the overall / main view_ - [iron-grid-system](https://github.com/ilker0/iron-grid-system) - A responsive grid system for Vue 3.x. - [vue-re-resizable](https://github.com/tachibana-shin/vue-re-resizable) - Plugin for vue 3 allows resizing components. Rewritten [re-resizable](https://github.com/bokuweb/re-resizable) - [vue-console-feed](https://github.com/tachibana-shin/vue-console-feed) - A plugin that allows you to display `console like Chrome Devtools` for vue. +- [vue-typed-virtual-list](https://github.com/bsssshhhhhhh/vue-typed-virtual-list) - [Vue 3.x] small, efficient, TypeScript-friendly virtual scroller for rendering massive data ### Frameworks From a7afc503dbe06ef0744702520ea64e6bb6219142 Mon Sep 17 00:00:00 2001 From: badihi Date: Fri, 6 Jan 2023 03:51:01 +0330 Subject: [PATCH 072/318] Update README.md Adding vue-web-otp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 197b85cd7..6b55db88b 100644 --- a/README.md +++ b/README.md @@ -2877,6 +2877,7 @@ _Move a DOM node to a target DOM node_ - [v-github-icon](https://github.com/vinayakkulkarni/v-github-icon) - easily add "that" tiny GitHub icon on the right/left corner of your Vue components/libraries demos' 🤙 - [vue-styled-shadows](https://github.com/juliandreas/vue-styled-shadows) - Component based styled shadow patterns for images. - [v-visible](https://github.com/andrewvasilchuk/v-visible) - Vue.js directive for setting visibility of an element. +- [vue-web-otp](https://github.com/mrbilit/vue-web-otp) - Vue.js component to work with browser's WebOTP API to receive OTPs over SMS #### WebGL From fb5058373e993618acb2f8e033ae31def9f8d6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=87=E5=A1=9E=E5=A4=A7=E5=98=B4=E5=A5=BD=E5=B8=A5?= <66861267+DaZuiZui@users.noreply.github.com> Date: Thu, 12 Jan 2023 02:31:00 +0800 Subject: [PATCH 073/318] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f73207ff..d2c6b5f91 100644 --- a/README.md +++ b/README.md @@ -925,7 +925,8 @@ - [AnySniper](https://github.com/anysniper/Frontend) - Sniping DApp on Decentralized Exchanges. A proven blockchain sniping bot with 500 active users. - [Snippets.Ninja](https://github.com/dd3v/snippets.ninja) - Progressive web application for code snippet management. Offline first. Open Source. App uses IndexedDB for local storage. - [lishuuro.org](https://github.com/uros-5/ui-lishuuro) - Small chess variant app that uses Vue3 for UI and Pinia for managing state in app. - +- [ZuiOJ](https://github.com/DaZuiZui/ZuiOJ) - OJ system developed using Vue2's UI and Java. +- ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. From a656e2351fbbf7092d6d64947fb212fbe7caa466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=87=E5=A1=9E=E5=A4=A7=E5=98=B4=E5=A5=BD=E5=B8=A5?= <66861267+DaZuiZui@users.noreply.github.com> Date: Thu, 12 Jan 2023 02:31:27 +0800 Subject: [PATCH 074/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c6b5f91..33cc53317 100644 --- a/README.md +++ b/README.md @@ -926,7 +926,7 @@ - [Snippets.Ninja](https://github.com/dd3v/snippets.ninja) - Progressive web application for code snippet management. Offline first. Open Source. App uses IndexedDB for local storage. - [lishuuro.org](https://github.com/uros-5/ui-lishuuro) - Small chess variant app that uses Vue3 for UI and Pinia for managing state in app. - [ZuiOJ](https://github.com/DaZuiZui/ZuiOJ) - OJ system developed using Vue2's UI and Java. -- + ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. From 0a3f056ffc6eab2691799dc5c6e5076d5e229d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=87=E5=A1=9E=E5=A4=A7=E5=98=B4=E5=A5=BD=E5=B8=A5?= <66861267+DaZuiZui@users.noreply.github.com> Date: Thu, 12 Jan 2023 02:33:05 +0800 Subject: [PATCH 075/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33cc53317..d21edbb99 100644 --- a/README.md +++ b/README.md @@ -925,7 +925,7 @@ - [AnySniper](https://github.com/anysniper/Frontend) - Sniping DApp on Decentralized Exchanges. A proven blockchain sniping bot with 500 active users. - [Snippets.Ninja](https://github.com/dd3v/snippets.ninja) - Progressive web application for code snippet management. Offline first. Open Source. App uses IndexedDB for local storage. - [lishuuro.org](https://github.com/uros-5/ui-lishuuro) - Small chess variant app that uses Vue3 for UI and Pinia for managing state in app. -- [ZuiOJ](https://github.com/DaZuiZui/ZuiOJ) - OJ system developed using Vue2's UI and Java. +- [ZuiOJ](https://github.com/DaZuiZui/ZuiOJ) - ZuiOJ system developed using Vue2's UI and Java. ### Commercial Products From 753ed864eb4cd7d833ea6cf06e8450a699b7e199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=87=E5=A1=9E=E5=A4=A7=E5=98=B4=E5=A5=BD=E5=B8=A5?= <66861267+DaZuiZui@users.noreply.github.com> Date: Sat, 14 Jan 2023 02:34:56 +0800 Subject: [PATCH 076/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe5baed4e..4083b2b2c 100644 --- a/README.md +++ b/README.md @@ -926,7 +926,7 @@ - [Snippets.Ninja](https://github.com/dd3v/snippets.ninja) - Progressive web application for code snippet management. Offline first. Open Source. App uses IndexedDB for local storage. - [lishuuro.org](https://github.com/uros-5/ui-lishuuro) - Small chess variant app that uses Vue3 for UI and Pinia for managing state in app. - [ZuiOJ](https://github.com/DaZuiZui/ZuiOJ) - ZuiOJ system developed using Vue2's UI and Java. - +- [Insurance-system](https://github.com/DaZuiZui/Insurance-system) - Insurance system made by springboot+vue. ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. From 57ff4a37ffa53d5ebd22f520e0c703b3f3592a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=87=E5=A1=9E=E5=A4=A7=E5=98=B4=E5=A5=BD=E5=B8=A5?= <66861267+DaZuiZui@users.noreply.github.com> Date: Sat, 14 Jan 2023 02:45:42 +0800 Subject: [PATCH 077/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4083b2b2c..e24136c07 100644 --- a/README.md +++ b/README.md @@ -927,6 +927,7 @@ - [lishuuro.org](https://github.com/uros-5/ui-lishuuro) - Small chess variant app that uses Vue3 for UI and Pinia for managing state in app. - [ZuiOJ](https://github.com/DaZuiZui/ZuiOJ) - ZuiOJ system developed using Vue2's UI and Java. - [Insurance-system](https://github.com/DaZuiZui/Insurance-system) - Insurance system made by springboot+vue. + ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. From 74a280b2ad43fbdf61b2c225e3d2e3ecc1bbc090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=87=E5=A1=9E=E5=A4=A7=E5=98=B4=E5=A5=BD=E5=B8=A5?= <66861267+DaZuiZui@users.noreply.github.com> Date: Sat, 14 Jan 2023 02:46:20 +0800 Subject: [PATCH 078/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e24136c07..9df42a05c 100644 --- a/README.md +++ b/README.md @@ -926,7 +926,7 @@ - [Snippets.Ninja](https://github.com/dd3v/snippets.ninja) - Progressive web application for code snippet management. Offline first. Open Source. App uses IndexedDB for local storage. - [lishuuro.org](https://github.com/uros-5/ui-lishuuro) - Small chess variant app that uses Vue3 for UI and Pinia for managing state in app. - [ZuiOJ](https://github.com/DaZuiZui/ZuiOJ) - ZuiOJ system developed using Vue2's UI and Java. -- [Insurance-system](https://github.com/DaZuiZui/Insurance-system) - Insurance system made by springboot+vue. +- [Insurance-system](https://github.com/DaZuiZui/Insurance-system) - Insurance system made by springboot and vue. ### Commercial Products From c44fc0631481beb69d8ea136628c2e60cb56fd63 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Thu, 26 Jan 2023 12:11:00 -0800 Subject: [PATCH 079/318] Updating vue-easter-egg-trigger package by adding vue3 version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9df42a05c..377225d19 100644 --- a/README.md +++ b/README.md @@ -1947,7 +1947,7 @@ _Display non-editable events in a Calendar_ - [vue-copy-to-clipboard](https://github.com/meforma/vue-copy-to-clipboard) - Vue.js 3 plugin to copy text to clipboard (Vue 3) - [vue-advanced-chat](https://github.com/antoine92190/vue-advanced-chat) - Feature-rich and fully customizable chat rooms component. Support files, images, videos, audio, emojis, customised actions, etc. - [vue-visual-filter](https://github.com/obadakhalili/vue-visual-filter) - 🕵️‍♂️ An unopinionated advanced visual filtering component for Vue 2 and 3. -- [vue-easter-egg-trigger](https://github.com/webdevnerdstuff/vue-easter-egg-trigger) - This packages makes it nice and easy to add Easter Egg triggers to your Vue site. +- [vue-easter-egg-trigger](https://github.com/webdevnerdstuff/vue-easter-egg-trigger) - This packages makes it nice and easy to add Easter Egg triggers to your Vue 2 site. [Vue 3](https://github.com/webdevnerdstuff/vue3-easter-egg-trigger) version also available. - [vue-word-highlighter](https://github.com/kawamataryo/vue-word-highlighter) - The word highlighter library for Vue 2 and Vue 3. - [vue3-emoji-picker](https://github.com/delowardev/vue3-emoji-picker) - Simple and Powerful Emoji Picker for Vue3. - [vue-mathjax](https://github.com/justforuse/vue-mathjax) - A Vue.js Plugin for Mathjax From c0a71e7e4e2a8aae5bbcd246d9a5c27317bf0948 Mon Sep 17 00:00:00 2001 From: Jan Vorisek Date: Fri, 27 Jan 2023 16:21:56 +0100 Subject: [PATCH 080/318] Add drie MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### `General` > ✏️ Mark the necessary items without changing the structure of the PR template. - [ x] Pull request template structure not broken ### `Type` > ℹ️ What types of changes does your code introduce? > 👉 _Put an `x` in the boxes that apply_ - [ ] Fix - [x ] Feature ### `Checklist` > ℹ️ Check all checkboxes - this will indicate that you have done everything in accordance with the rules in [CONTRIBUTING](https://github.com/vuejs/awesome-vue/blob/master/.github/contributing.md). > 👉 _Put an `x` in the boxes that apply._ - [x ] Title as described - [x ] Make sure you put things in the right category! - [x ] Always add your items to the end of a list #### `Open Source` - [x ] Link description does not contain a link to an author / third-party resource - [ x] The documentation (README) contains a description of the project, illustration of the project with a demo or screenshots and a CONTRIBUTING section - [ x] The documentation is in English. - [ x] The project is active and maintained. - [ x] The project accepts contributions. - [ x] Not a commercial product #### `Apps/Websites` - [ ] The website is available without errors or ssl certificate problems, and load in a reasonable amount of time. - [ ] The website is using vuejs intensively. It should detect vue with [vue-devtools](https://github.com/vuejs/vue-devtools). > If you cannot detect vue with `vue-devtools` due to work at non public pages (e.g. for enterprise website), you can send Pull Request with screenshot that detected it. - [ ] The website is original and not too simple. For that reason, blogs and simple landing pages are rejected. - [ ] A commercial product using Vue, provided that guests could reasonably check out how Vue was used (i.e. A headless CMS which uses Vue for the Admin/editor Area and offers a free tier). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 377225d19..2078b0031 100644 --- a/README.md +++ b/README.md @@ -2894,6 +2894,7 @@ _Move a DOM node to a target DOM node_ based on [threejs](https://threejs.org/) and [Panolens](https://pchen66.github.io/Panolens/), inspired by [react-vr](https://github.com/facebook/react-vr) - [vue-displacement-slideshow](https://github.com/AlbanCrepel/vue-displacement-slideshow) - A Vue.js component that makes Webgl image displacement transitions easier. - [vue-fake3d-image-effect](https://github.com/LuXDAmore/vue-fake3d-image-effect) - An interactive 3D fake-effect for images with depth maps in WebGL. +- [drie](https://github.com/janvorisek/drie) - A Vue 3 component library for three.js inspired by react-three-fiber. #### Fullscreen From 5f376a81ce346b8bb6bbea0fdbaa660c0508f2bf Mon Sep 17 00:00:00 2001 From: liting Date: Sun, 26 Feb 2023 21:50:22 +0800 Subject: [PATCH 081/318] feat: add vite-plugin-vue-preview (#4015) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2078b0031..55946f62e 100644 --- a/README.md +++ b/README.md @@ -1956,6 +1956,7 @@ _Display non-editable events in a Calendar_ - [vue-magnifier](https://github.com/WebsiteBeaver/vue-magnifier) - Vue 3 image zoom component. - [vue-spruce](https://github.com/crishellco/vue-spruce) - A collection of useful Vue 2 renderless components. - [vue-web-terminal](https://github.com/tzfun/vue-web-terminal) - 💻 A feature-rich and powerful web terminal plugin for vue2 & vue3.(功能强大的网页命令行终端插件) +- [vite-plugin-vue-preview](https://github.com/liting-yes/vite-plugin-vue-preview) - a vite plugin for code preview, of course you can also use the component separately #### Tabs From ee6cb09d37d6f283a4921062f4d8e324108d66ea Mon Sep 17 00:00:00 2001 From: codeacme17 Date: Wed, 29 Mar 2023 16:19:48 +0800 Subject: [PATCH 082/318] Add `1llest-waveform-vue` in `Audio / Video` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55946f62e..3205a5fe8 100644 --- a/README.md +++ b/README.md @@ -1730,6 +1730,7 @@ _Display non-editable events in a Calendar_ - [control-knob](https://github.com/slipmatio/control-knob) - Rotary control knob component for Vue 3 that behaves like audio app controls. - [simple-vue-camera](https://github.com/BastiaanJansen/simple-vue-camera) - A simple to use, but extensive, camera component for Vue 3 with Typescript support to create great camera experiences. - [vue-vision-camera](https://github.com/xulihang/vue-vision-camera) - Camera component for Vue 3. We can use this component for computer vision tasks like barcode/QR code scanning, text recognition, etc. +- [1llest-waveform-vue](https://github.com/codeacme17/1llest-waveform-vue) - A lightweight and controllable audio visualization vue3 plugin. #### Infinite Scroll From 42dc3bb404a6c511d4bb9ef925a8027f80d83e07 Mon Sep 17 00:00:00 2001 From: Maximo Mussini Date: Fri, 24 Feb 2023 16:51:29 -0300 Subject: [PATCH 083/318] =?UTF-8?q?add=20=C3=AEles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3205a5fe8..3360a3e97 100644 --- a/README.md +++ b/README.md @@ -2567,6 +2567,7 @@ _Set of admin template_ - [Saber](https://github.com/saberland/saber) - A static website generator for building blazing fast websites with Vue.js. - [Gridsome](https://github.com/gridsome/gridsome) - Build super fast, modern websites with Vue.js - [Servue](https://github.com/futureaus/servue) - Server-side rendering engine that renders vue files into html strings. +- [îles](https://github.com/ElMassimo/iles) - Islands of interactivity, the joyful site generator #### Other From 3b9eaade78c13845e84c94e55b8fe1830a80a5e0 Mon Sep 17 00:00:00 2001 From: jpliu Date: Wed, 1 Mar 2023 14:29:08 +0800 Subject: [PATCH 084/318] add `fit-screen` vue component in `UI Layout` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3360a3e97..939516385 100644 --- a/README.md +++ b/README.md @@ -2415,6 +2415,7 @@ _Layout for the overall / main view_ - [vue-re-resizable](https://github.com/tachibana-shin/vue-re-resizable) - Plugin for vue 3 allows resizing components. Rewritten [re-resizable](https://github.com/bokuweb/re-resizable) - [vue-console-feed](https://github.com/tachibana-shin/vue-console-feed) - A plugin that allows you to display `console like Chrome Devtools` for vue. - [vue-typed-virtual-list](https://github.com/bsssshhhhhhh/vue-typed-virtual-list) - [Vue 3.x] small, efficient, TypeScript-friendly virtual scroller for rendering massive data +- [fit-screen](https://github.com/jp-liu/fit-screen) - A vue component based on the scale large screen adaptive solution. ### Frameworks From f0af9f3187494fe971013140241e65edd5d4df4b Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Sat, 18 Mar 2023 15:59:03 -0700 Subject: [PATCH 085/318] Added v3 version to vue unicorn log --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 939516385..d47444704 100644 --- a/README.md +++ b/README.md @@ -3415,7 +3415,7 @@ _Integrate with services or other frameworks_ - [codesandbox](https://codesandbox.io/s/vue-vue) - An online IDE and prototyping tool for rapid Vue development. - [vue-dom-hints](https://github.com/privatenumber/vue-dom-hints) - 💡 Get hints in the DOM. Minimal Vue devtool alternative. - [components-helper](https://github.com/tolking/components-helper) - Based on the documents to provide code prompt files for vue component library. -- [vue-unicorn-log](https://github.com/webdevnerdstuff/vue-unicorn-log) - A magical 🦄 plugin to make coloring the (devtools) console output easier and more flexible. +- [vue-unicorn-log](https://github.com/webdevnerdstuff/vue-unicorn-log) - A Vue 2 magical 🦄 plugin to make coloring the (devtools) console output easier and more flexible. [Vue 3 version](https://github.com/webdevnerdstuff/vue3-unicorn-log) version also available.. #### Inspect From 8825e1116f3f8080da1545ca9c22ab4b6cb54a08 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Sat, 18 Mar 2023 16:18:49 -0700 Subject: [PATCH 086/318] Added vue3-code-block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d47444704..284c7cd89 100644 --- a/README.md +++ b/README.md @@ -1958,6 +1958,7 @@ _Display non-editable events in a Calendar_ - [vue-spruce](https://github.com/crishellco/vue-spruce) - A collection of useful Vue 2 renderless components. - [vue-web-terminal](https://github.com/tzfun/vue-web-terminal) - 💻 A feature-rich and powerful web terminal plugin for vue2 & vue3.(功能强大的网页命令行终端插件) - [vite-plugin-vue-preview](https://github.com/liting-yes/vite-plugin-vue-preview) - a vite plugin for code preview, of course you can also use the component separately +- [vue3-code-block](https://github.com/webdevnerdstuff/vue3-code-block) - Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS. #### Tabs From 2e30b577f86c062bb2c824eed8df502edf64880f Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Sun, 16 Apr 2023 14:53:46 -0700 Subject: [PATCH 087/318] Updated README.md Updated the `vue3-code-block` description with updated information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 284c7cd89..96e0c74a5 100644 --- a/README.md +++ b/README.md @@ -1958,7 +1958,7 @@ _Display non-editable events in a Calendar_ - [vue-spruce](https://github.com/crishellco/vue-spruce) - A collection of useful Vue 2 renderless components. - [vue-web-terminal](https://github.com/tzfun/vue-web-terminal) - 💻 A feature-rich and powerful web terminal plugin for vue2 & vue3.(功能强大的网页命令行终端插件) - [vite-plugin-vue-preview](https://github.com/liting-yes/vite-plugin-vue-preview) - a vite plugin for code preview, of course you can also use the component separately -- [vue3-code-block](https://github.com/webdevnerdstuff/vue3-code-block) - Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS. +- [vue3-code-block](https://github.com/webdevnerdstuff/vue3-code-block) - Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js. #### Tabs From 4bf35d8ab491575e4f370f44b70a4b879db4b439 Mon Sep 17 00:00:00 2001 From: Serhii Matrunchyk <2089828+matrunchyk@users.noreply.github.com> Date: Thu, 23 Mar 2023 14:25:25 +0200 Subject: [PATCH 088/318] Add VueJS Translations Ukraine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96e0c74a5..63251e050 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ - [Vue Türkiye - Kommunity Page](https://kommunity.com/vue-turkey) - [VueJS Singapore - Telegram Group](https://t.me/vuejssg) - [VueJS Bootcamp kablosuzkedi - Turkey - Telegram Group](https://t.me/joinchat/pqiJOgi8byQ5Y2E0) +- [VueJS Translations Ukraine](https://t.me/vuejs_ukraine) - Telegram Group (Ukraine) ### Conferences From d31f09c0b4132839eaff8759644727a3e1391781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Brugarolas?= Date: Thu, 6 Apr 2023 08:49:37 +0200 Subject: [PATCH 089/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63251e050..1f55184a5 100644 --- a/README.md +++ b/README.md @@ -2477,6 +2477,7 @@ _Set of components + responsive layout system_ - [Anu](https://github.com/jd-solanki/anu) - Build better interfaces faster. DX focused utility based vue component library ⚛️ - [Vue USWDS](https://github.com/patrickcate/vue-uswds) - A Vue.js implementation of the USWDS (U.S. Web Design System) - [Vuetensils](https://vuetensils.com) - A 'naked' component library for building accessible, lightweight, bespoke applications. +- [Vuersatile Components](https://www.andres-brugarolas.com/vuersatile-components/) - A Vue 3 component library, with form self-validation and an SCSS framework integrated. #### Mobile From 3b8aab8637a2c8a542c816be58ec3a7711ff4136 Mon Sep 17 00:00:00 2001 From: kaan Date: Mon, 10 Apr 2023 12:38:06 +0200 Subject: [PATCH 090/318] Add vue-paho-mqtt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f55184a5..1846de7c3 100644 --- a/README.md +++ b/README.md @@ -928,6 +928,7 @@ - [lishuuro.org](https://github.com/uros-5/ui-lishuuro) - Small chess variant app that uses Vue3 for UI and Pinia for managing state in app. - [ZuiOJ](https://github.com/DaZuiZui/ZuiOJ) - ZuiOJ system developed using Vue2's UI and Java. - [Insurance-system](https://github.com/DaZuiZui/Insurance-system) - Insurance system made by springboot and vue. +- [vue-paho-mqtt](https://github.com/kaandesu/vue-paho-mqtt) - Easy-to-use Paho MQTT client library for Vue 3 with centralized subscribtion management, type support,and built-in optional alert notification library. ### Commercial Products From f3edad6c7398ca6e735c69dc5a83f72e52cca3df Mon Sep 17 00:00:00 2001 From: kaan Date: Mon, 10 Apr 2023 13:05:39 +0200 Subject: [PATCH 091/318] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1846de7c3..ff73a4ddb 100644 --- a/README.md +++ b/README.md @@ -928,7 +928,7 @@ - [lishuuro.org](https://github.com/uros-5/ui-lishuuro) - Small chess variant app that uses Vue3 for UI and Pinia for managing state in app. - [ZuiOJ](https://github.com/DaZuiZui/ZuiOJ) - ZuiOJ system developed using Vue2's UI and Java. - [Insurance-system](https://github.com/DaZuiZui/Insurance-system) - Insurance system made by springboot and vue. -- [vue-paho-mqtt](https://github.com/kaandesu/vue-paho-mqtt) - Easy-to-use Paho MQTT client library for Vue 3 with centralized subscribtion management, type support,and built-in optional alert notification library. +- [vue-paho-mqtt](https://github.com/kaandesu/vue-paho-mqtt) - Easy-to-use Paho MQTT client library for Vue 3 with centralized subscription management, type support, and built-in optional alert notification library. ### Commercial Products From cf25d28e86e4132370e6194589bfff69f2139caf Mon Sep 17 00:00:00 2001 From: liberty Date: Mon, 10 Apr 2023 20:05:40 +0800 Subject: [PATCH 092/318] feat: add Everright-formEditor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff73a4ddb..a38b1fb9d 100644 --- a/README.md +++ b/README.md @@ -2017,6 +2017,7 @@ _Let the user create & edit data_ - [vue3-otp-input](https://github.com/ejirocodes/vue3-otp-input) - A fully customizable, OTP (one-time-password) input component built with Vue 3.x and Vue Composition API. - [Vueform](https://vueform.com) - (probably) the most comprehensive form builder for Vue.js [Online Demo](https://vueform.com/examples) - [IFstruct-parser-vue](https://github.com/iofod/IFstruct-parser/tree/main/temps/web) - Converts [iofod](https://www.iofod.com) edited projects into production-ready Vue projects +- [Everright-formEditor](https://github.com/Liberty-liu/Everright-formEditor) - A visual drag-and-drop low-code form editor ###### Date Picker From f2b076658bd398213ce2317403ccd9206e9404c8 Mon Sep 17 00:00:00 2001 From: CHANCELADE Florian Date: Tue, 11 Apr 2023 20:49:37 +0200 Subject: [PATCH 093/318] Add v-privacy plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a38b1fb9d..6ad146bda 100644 --- a/README.md +++ b/README.md @@ -2892,6 +2892,7 @@ _Move a DOM node to a target DOM node_ - [vue-styled-shadows](https://github.com/juliandreas/vue-styled-shadows) - Component based styled shadow patterns for images. - [v-visible](https://github.com/andrewvasilchuk/v-visible) - Vue.js directive for setting visibility of an element. - [vue-web-otp](https://github.com/mrbilit/vue-web-otp) - Vue.js component to work with browser's WebOTP API to receive OTPs over SMS +- [v-privacy](https://github.com/fchancel/v-privacy) - Vue3 plugin that allows to manage the privacy of an HTML element by blurring its content #### WebGL From 493e5ba455eedef9bf444ace802e3f591b342b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C3=96zdemir?= Date: Sat, 22 Apr 2023 11:25:48 +0300 Subject: [PATCH 094/318] add vuefinder file library (#4033) * add vuefinder file library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ad146bda..8ce44b96d 100644 --- a/README.md +++ b/README.md @@ -929,6 +929,7 @@ - [ZuiOJ](https://github.com/DaZuiZui/ZuiOJ) - ZuiOJ system developed using Vue2's UI and Java. - [Insurance-system](https://github.com/DaZuiZui/Insurance-system) - Insurance system made by springboot and vue. - [vue-paho-mqtt](https://github.com/kaandesu/vue-paho-mqtt) - Easy-to-use Paho MQTT client library for Vue 3 with centralized subscription management, type support, and built-in optional alert notification library. +- [VueFinder File Library](https://github.com/n1crack/vuefinder) - Web File Manager Library. ### Commercial Products From d004472aaa9a3669c6574012d2636755e7c20fb5 Mon Sep 17 00:00:00 2001 From: Volker Nauruhn <684302+razorness@users.noreply.github.com> Date: Sat, 22 Apr 2023 12:17:06 +0200 Subject: [PATCH 095/318] added `vue-maplibre-gl` and `vue3-calendar-heatmap` (#4021) * added vue-maplibre-gl * added vue3-calendar-heatmap --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ce44b96d..95cc7ce3e 100644 --- a/README.md +++ b/README.md @@ -1706,6 +1706,7 @@ _Display non-editable events in a Calendar_ - [vue3-openlayers](https://github.com/MelihAltintas/vue3-openlayers) - Vue 3 components to work with OpenLayers. - [vue-mars3d](https://github.com/marsgis/mars3d-vue-template) - Vue 2.x 3D earth visualization JS development platform. - [vue-leaflet-custom-marker](https://github.com/eregnier/vue-leaflet-custom-marker) - Vue leaflet for open street map custom marker component +- [vue-maplibre-gl](https://github.com/razorness/vue-maplibre-gl) - Vue 3.x wrapper around Maplibre GL JS library written in TS. Including style switch and frame rate control. #### Audio / Video @@ -1961,6 +1962,7 @@ _Display non-editable events in a Calendar_ - [vue-spruce](https://github.com/crishellco/vue-spruce) - A collection of useful Vue 2 renderless components. - [vue-web-terminal](https://github.com/tzfun/vue-web-terminal) - 💻 A feature-rich and powerful web terminal plugin for vue2 & vue3.(功能强大的网页命令行终端插件) - [vite-plugin-vue-preview](https://github.com/liting-yes/vite-plugin-vue-preview) - a vite plugin for code preview, of course you can also use the component separately +- [vue3-calendar-heatmap](https://github.com/razorness/vue3-calendar-heatmap) - A lightweight calendar heatmap Vue 3 component built on SVG - [vue3-code-block](https://github.com/webdevnerdstuff/vue3-code-block) - Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js. #### Tabs From d250c31de0c64e6b8c71d15897f7f195b6e08565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0=2E=20Kaan=20Y=C4=B1lmaz?= Date: Mon, 24 Apr 2023 13:58:03 +0200 Subject: [PATCH 096/318] feat: add open-source vite-vue-ultimate-starter template (#4038) * feat: add open-source vite-vue-ultimate-starter template * fix: description typo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95cc7ce3e..e60067bc3 100644 --- a/README.md +++ b/README.md @@ -930,6 +930,7 @@ - [Insurance-system](https://github.com/DaZuiZui/Insurance-system) - Insurance system made by springboot and vue. - [vue-paho-mqtt](https://github.com/kaandesu/vue-paho-mqtt) - Easy-to-use Paho MQTT client library for Vue 3 with centralized subscription management, type support, and built-in optional alert notification library. - [VueFinder File Library](https://github.com/n1crack/vuefinder) - Web File Manager Library. +- [vite-vue-ultimate-starter](https://github.com/kaandesu/vite-vue-ultimate-starter) - Open source Vue3 template built with Vite that out of the box provides PWA mode, ts, Vue Router, Tailwind CSS, DaisyUI, Playwright, vitest, github pages workflow and many more. ### Commercial Products From 0133b78d725fa17b10afd7c278b0598e392493ca Mon Sep 17 00:00:00 2001 From: moHaHa Date: Tue, 25 Apr 2023 01:33:42 +0300 Subject: [PATCH 097/318] =?UTF-8?q?=20feat:=20add=20vitesse=20starters=20?= =?UTF-8?q?=E2=9B=BA=EF=B8=8F=20=20=20(#4039)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e60067bc3..fd4c99270 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,9 @@ - [Node Webkit + Vue example](https://github.com/brandonjpierce/node-webkit-boilerplate) by @brandonjpierce - [Vue Samples](https://github.com/superlloyd/VueSamples) by @superlloyd +- [Vitesse Starter](https://github.com/antfu/vitesse) ⛺️ Vue 3 starter inclode ( Layouts | i18n | UnoCSS | pinia | Markdown | Dark Mode | PWA | SSG | Component Auto-Importing | File-Based Router | Composition API | TypeScript) by [@antfu](https://github/antfu) +- [Vitesse-lite Starter](https://github.com/antfu/vitesse-lite) ⛺️ Lightweight version of Vitesse (Vue 3 Starter) +by [@antfu](https://github/antfu) - [HackerNews clone with vue.js + vue-router](https://github.com/kazupon/vue-router-hackernews) by @kazupon - [**Electron + Vue example**](https://github.com/bradstewart/electron-boilerplate-vue) by @bradstewart - [Single page application example (Vue + Voie)](https://github.com/inca/voie-example) by [Boris Okunskiy](https://github.com/inca) From 9eee18f7963c90c215e2ed30bad37cc46f6bab9c Mon Sep 17 00:00:00 2001 From: moHaHa Date: Tue, 25 Apr 2023 20:04:59 +0300 Subject: [PATCH 098/318] =?UTF-8?q?=20feat:=20add=20vitesse=20starters=20?= =?UTF-8?q?=E2=9B=BA=EF=B8=8F,=20close=20=20(#4039)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd4c99270..8ac3bed4b 100644 --- a/README.md +++ b/README.md @@ -491,9 +491,6 @@ - [Node Webkit + Vue example](https://github.com/brandonjpierce/node-webkit-boilerplate) by @brandonjpierce - [Vue Samples](https://github.com/superlloyd/VueSamples) by @superlloyd -- [Vitesse Starter](https://github.com/antfu/vitesse) ⛺️ Vue 3 starter inclode ( Layouts | i18n | UnoCSS | pinia | Markdown | Dark Mode | PWA | SSG | Component Auto-Importing | File-Based Router | Composition API | TypeScript) by [@antfu](https://github/antfu) -- [Vitesse-lite Starter](https://github.com/antfu/vitesse-lite) ⛺️ Lightweight version of Vitesse (Vue 3 Starter) -by [@antfu](https://github/antfu) - [HackerNews clone with vue.js + vue-router](https://github.com/kazupon/vue-router-hackernews) by @kazupon - [**Electron + Vue example**](https://github.com/bradstewart/electron-boilerplate-vue) by @bradstewart - [Single page application example (Vue + Voie)](https://github.com/inca/voie-example) by [Boris Okunskiy](https://github.com/inca) @@ -652,6 +649,10 @@ by [@antfu](https://github/antfu) - [Text Editor](https://github.com/devisasari/text-editor-vue-3) Text Editor made with Vue 3 Composition API, Bootstrap and Firebase by [İsa Sarı](https://github.com/devisasari) - [Vue 3 + Laravel v9 - Boilerplate / Starter kit](https://github.com/fsgreco/vue3-laravel-api) An implementation of the **Laravel Breeze** application / authentication starter kit frontend in Vue.js v3. How a library can become a framework with the help of **pinia** and **vue-router**. - [h5](https://github.com/gyt95/h5) A Monorepo-based mobile engineering project. (Monorepo + Pnpm + Vite3.x + Vue3.2+ + TypeScript4.x + VueRouter4.x + Pinia...) +- [Vitesse Starter](https://github.com/antfu/vitesse) ⛺️ Vue 3 starter inclode ( Layouts | i18n | UnoCSS | pinia | Markdown | Dark Mode | PWA | SSG | Component Auto-Importing | File-Based Router | Composition API | TypeScript) +- [Vitesse-lite Starter](https://github.com/antfu/vitesse-lite) ⛺️ Lightweight version of Vitesse (Vue 3 Starter) + + ### Books From 5387862baeb4221d9ec7779f3ca3496d71159554 Mon Sep 17 00:00:00 2001 From: jiangfei03 Date: Thu, 27 Apr 2023 10:32:04 +0800 Subject: [PATCH 099/318] feat: add el-col-group --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ac3bed4b..b0ce08c68 100644 --- a/README.md +++ b/README.md @@ -1304,6 +1304,7 @@ _Tables / data grids_ - [vue3-easy-data-table](https://github.com/HC200ok/vue3-easy-data-table) - A easy-to-use data table component made with Vue.js 3.x, referring to the API and UI of data table component in Vuetify 2. - [lv2-datatable](https://github.com/HELMAB/lv2-datatable) - Integrate the Laravel datatables with your Vue app without using JQuery. - [vuetify-resize-drawer](https://github.com/webdevnerdstuff/vuetify-resize-drawer) - Vuetify v2. The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user. +- [el-col-group](https://github.com/jiangfei5945/el-col-group) - Powerful and Flexable column for Element table. #### Notification From 77eaf03c6b250720ade690ad02f7fa6cdb55bed9 Mon Sep 17 00:00:00 2001 From: kaan Date: Fri, 28 Apr 2023 21:24:50 +0200 Subject: [PATCH 100/318] feat: add vue3 daisyUI theme manager --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0ce08c68..babb36078 100644 --- a/README.md +++ b/README.md @@ -935,6 +935,7 @@ - [vue-paho-mqtt](https://github.com/kaandesu/vue-paho-mqtt) - Easy-to-use Paho MQTT client library for Vue 3 with centralized subscription management, type support, and built-in optional alert notification library. - [VueFinder File Library](https://github.com/n1crack/vuefinder) - Web File Manager Library. - [vite-vue-ultimate-starter](https://github.com/kaandesu/vite-vue-ultimate-starter) - Open source Vue3 template built with Vite that out of the box provides PWA mode, ts, Vue Router, Tailwind CSS, DaisyUI, Playwright, vitest, github pages workflow and many more. +- [vue-daisyui-theme-manager](https://github.com/kaandesu/vue-daisyui-theme-manager) - A Vue3 (with Typescript) plugin that allows you to change DaisyUI themes during runtime. As well as, setting default light and dark themes, and giving the option to match the web app theme with the system. ### Commercial Products From 4a66e5d67bde284e5b79c4bbed40da09c8f2279c Mon Sep 17 00:00:00 2001 From: Baruch Odem Date: Wed, 3 May 2023 10:09:28 +0300 Subject: [PATCH 101/318] add overlay extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index babb36078..0f6bf92d0 100644 --- a/README.md +++ b/README.md @@ -936,6 +936,7 @@ - [VueFinder File Library](https://github.com/n1crack/vuefinder) - Web File Manager Library. - [vite-vue-ultimate-starter](https://github.com/kaandesu/vite-vue-ultimate-starter) - Open source Vue3 template built with Vite that out of the box provides PWA mode, ts, Vue Router, Tailwind CSS, DaisyUI, Playwright, vitest, github pages workflow and many more. - [vue-daisyui-theme-manager](https://github.com/kaandesu/vue-daisyui-theme-manager) - A Vue3 (with Typescript) plugin that allows you to change DaisyUI themes during runtime. As well as, setting default light and dark themes, and giving the option to match the web app theme with the system. +- [Overlay](https://github.com/os-scar/overlay) - A browser extension helping developers evaluate open source packages before picking them. ### Commercial Products From 0d6221d67d7d386396fe00aee22ad13229f99e77 Mon Sep 17 00:00:00 2001 From: Steffan Halvorsen Date: Tue, 2 May 2023 14:58:38 +0200 Subject: [PATCH 102/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f6bf92d0..fc6d0b848 100644 --- a/README.md +++ b/README.md @@ -1199,6 +1199,7 @@ - [Nightlight During Conflict](https://pngk.org/nightlight/) - Explore GIS data on nightlight output for countries in conflict. - [User Friendly Justice Data](https://justicemoroccoprototype.hiil.org/) - Explore justice data from Morocco. - [Thing](https://github.com/snturk/thing) - Breath exercise & meditation web app made with Vue. +- [Vue Playground](https://vueplayground.com) - Create Vue components and applications in an interactive / visual drag & drop designer. ### Enterprise Usage From 1b3613d79afd196035f7ff29c8988ec297eb4cdc Mon Sep 17 00:00:00 2001 From: Nathan Lamont Date: Tue, 2 May 2023 13:16:13 -0400 Subject: [PATCH 103/318] Update README.md add vue-contextual-transition --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc6d0b848..7519a877c 100644 --- a/README.md +++ b/README.md @@ -2843,6 +2843,7 @@ _Seamless scrolling_ - [vue3-lottie](https://github.com/megasanjay/vue3-lottie) A component for importing and displaying Lottie animations in Vue 3 - [@morev/vue-transitions](https://github.com/morevm/vue-transitions) Transitions library for Vue 2 and 3 with no CSS needed - [@formkit/auto-animate](https://github.com/formkit/auto-animate) Add motion to your apps with a single line of code +- [vue-contextual-transition](https://github.com/beepy/vue-contextual-transition) Easy-ish cross-browser transitioning between pages with shared elements and/or sequential order #### Meta Tags From e74dec3a3dbadaec1d3308ed32fd50b8b29d730d Mon Sep 17 00:00:00 2001 From: Mateusz Date: Fri, 12 May 2023 13:07:15 +0200 Subject: [PATCH 104/318] add tailwind elements to component collections --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7519a877c..f85c0686d 100644 --- a/README.md +++ b/README.md @@ -2544,6 +2544,7 @@ _Set of components without layout system_ - [slim-ui](https://github.com/mevinoth/slim-ui) - Minimal UI components based on Vue.js - [Vue Component Development Kit](https://github.com/christiankienle/cdk) - Unstyled, highly tested and flexible Vue components/mixins/plugins. - [element-pro-components](https://github.com/tolking/element-pro-components) A component library for Vue 3 base on element-plus +- [Tailwind Elemetns for Vue](https://tailwind-elements.com/docs/standard/integrations/vue-integration/) - Vue integration with Tailwind Elements - a free, open-source UI Kit #### Admin Template From 4ceaebf3e0d832d3cf1e7bcc5abb5bd4e9515d46 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Wed, 17 May 2023 00:27:52 +0200 Subject: [PATCH 105/318] add activist.org to open source projects section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f85c0686d..2c8037e9b 100644 --- a/README.md +++ b/README.md @@ -937,6 +937,7 @@ - [vite-vue-ultimate-starter](https://github.com/kaandesu/vite-vue-ultimate-starter) - Open source Vue3 template built with Vite that out of the box provides PWA mode, ts, Vue Router, Tailwind CSS, DaisyUI, Playwright, vitest, github pages workflow and many more. - [vue-daisyui-theme-manager](https://github.com/kaandesu/vue-daisyui-theme-manager) - A Vue3 (with Typescript) plugin that allows you to change DaisyUI themes during runtime. As well as, setting default light and dark themes, and giving the option to match the web app theme with the system. - [Overlay](https://github.com/os-scar/overlay) - A browser extension helping developers evaluate open source packages before picking them. +- [activist.org/](https://activist.org/) - Open-source, nonprofit activism platform. ### Commercial Products From e2e29f16bbc815940f9f2f9bb1b2f30629b9d4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFs=20Boubault?= <7613286+Applelo@users.noreply.github.com> Date: Tue, 23 May 2023 22:33:52 +0200 Subject: [PATCH 106/318] add blottie --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c8037e9b..436fd8e6e 100644 --- a/README.md +++ b/README.md @@ -2846,6 +2846,7 @@ _Seamless scrolling_ - [@morev/vue-transitions](https://github.com/morevm/vue-transitions) Transitions library for Vue 2 and 3 with no CSS needed - [@formkit/auto-animate](https://github.com/formkit/auto-animate) Add motion to your apps with a single line of code - [vue-contextual-transition](https://github.com/beepy/vue-contextual-transition) Easy-ish cross-browser transitioning between pages with shared elements and/or sequential order +- [blottie](https://github.com/Applelo/blottie) Lottie component for Vue 3 #### Meta Tags From f3fcf4c4f9a14a509b48976208834995397524c7 Mon Sep 17 00:00:00 2001 From: Jaime A Torrealba C Date: Wed, 24 May 2023 09:50:40 -0400 Subject: [PATCH 107/318] Add: TresJs library and cientos --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 436fd8e6e..001982696 100644 --- a/README.md +++ b/README.md @@ -3393,6 +3393,8 @@ _Integrate with services or other frameworks_ - [vue-tweet](https://github.com/DannyFeliz/vue-tweet) - Vue 3 component that let you embed tweets in your App by only giving the tweet id - [vue-dapp](https://github.com/chnejohnson/vue-dapp) - Vue 3 library for building Dapps with ethers.js. - [vue3-recaptcha2](https://github.com/bbonch/vue3-recaptcha2) - Google reCAPTCHA 2 for Vue 3. +- [TresJs](https://github.com/tresjs/tres): Declarative ThreeJS using Vue Components +- [Cientos](https://github.com/Tresjs/cientos): Collection of useful helpers and fully functional, ready-made abstractions for TresJs #### Vue CLI Plugins From 1754d0e031368ff301362b56505299bcb1a71998 Mon Sep 17 00:00:00 2001 From: Jaime A Torrealba C Date: Wed, 24 May 2023 10:17:20 -0400 Subject: [PATCH 108/318] move to webGl section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 001982696..887044841 100644 --- a/README.md +++ b/README.md @@ -2921,6 +2921,8 @@ _Move a DOM node to a target DOM node_ - [vue-displacement-slideshow](https://github.com/AlbanCrepel/vue-displacement-slideshow) - A Vue.js component that makes Webgl image displacement transitions easier. - [vue-fake3d-image-effect](https://github.com/LuXDAmore/vue-fake3d-image-effect) - An interactive 3D fake-effect for images with depth maps in WebGL. - [drie](https://github.com/janvorisek/drie) - A Vue 3 component library for three.js inspired by react-three-fiber. +- [TresJs](https://github.com/tresjs/tres): Declarative ThreeJS using Vue Components +- [Cientos](https://github.com/Tresjs/cientos): Collection of useful helpers and fully functional, ready-made abstractions for TresJs #### Fullscreen @@ -3393,8 +3395,6 @@ _Integrate with services or other frameworks_ - [vue-tweet](https://github.com/DannyFeliz/vue-tweet) - Vue 3 component that let you embed tweets in your App by only giving the tweet id - [vue-dapp](https://github.com/chnejohnson/vue-dapp) - Vue 3 library for building Dapps with ethers.js. - [vue3-recaptcha2](https://github.com/bbonch/vue3-recaptcha2) - Google reCAPTCHA 2 for Vue 3. -- [TresJs](https://github.com/tresjs/tres): Declarative ThreeJS using Vue Components -- [Cientos](https://github.com/Tresjs/cientos): Collection of useful helpers and fully functional, ready-made abstractions for TresJs #### Vue CLI Plugins From 0944de0bcf6f4a5a9ce1c437fed12ae640b69ed1 Mon Sep 17 00:00:00 2001 From: Rashad Saleh Date: Mon, 1 May 2023 12:22:14 +0300 Subject: [PATCH 109/318] Add vue-global-alert-utility --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 887044841..3aab60a35 100644 --- a/README.md +++ b/README.md @@ -1348,6 +1348,8 @@ _Toaster / snackbar — Notify the user with a modeless temporary little popup_ - [vue-notification-ui](https://github.com/HELMAB/vue-notification-ui) - A simple push the notification UI with Vue.js - [vue-my-toasts](https://github.com/Tahul/vue-my-toasts) - Provide your component and let us toast the rest. - [@kyvg/vue3-notification](https://github.com/kyvg/vue3-notification) - Vue 3 notification library +- [vue-global-alert-utility](https://github.com/RashadSaleh/vue-global-alert-utility) - A Vue.js global alert utility to replace vanilla JavaScript `alert` function with better user and developer experience, while keeping it as simple as possible. + #### Loader From 4c19c08afc4314043b3016bbd5bebbb4b31d6fb6 Mon Sep 17 00:00:00 2001 From: Liberty Date: Mon, 29 May 2023 14:23:41 +0800 Subject: [PATCH 110/318] feat: add Everright-filter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3aab60a35..923b1fb7f 100644 --- a/README.md +++ b/README.md @@ -1976,6 +1976,7 @@ _Display non-editable events in a Calendar_ - [vite-plugin-vue-preview](https://github.com/liting-yes/vite-plugin-vue-preview) - a vite plugin for code preview, of course you can also use the component separately - [vue3-calendar-heatmap](https://github.com/razorness/vue3-calendar-heatmap) - A lightweight calendar heatmap Vue 3 component built on SVG - [vue3-code-block](https://github.com/webdevnerdstuff/vue3-code-block) - Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js. +- [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. #### Tabs From 429e9f409fd47e8847008dbd8a63c08b4ae40164 Mon Sep 17 00:00:00 2001 From: Dmitry Sadovsky Date: Thu, 1 Jun 2023 17:16:29 +0300 Subject: [PATCH 111/318] Added vrf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 923b1fb7f..8aca6b553 100644 --- a/README.md +++ b/README.md @@ -2673,6 +2673,7 @@ _Handling of user events (scroll, click, key strike, ...)_ - [Vue Formulate](https://github.com/wearebraid/vue-formulate) - The easiest way to build forms with Vue. Validation, error handling, form generation, comprehensive documentation, and more. - [Reforms.js](https://github.com/empla/reforms) - Vue 3 and Bootstrap forms and cards generator. Validation, multiple fields, grouping, schema and more. - [FormKit](https://github.com/formkit/formkit) - Vue 3 form development. 10x faster. Form inputs, validation, submission, error handling, generation, accessibility, theming, and more. +- [vrf](https://github.com/dimailn/vrf) - Declarative scalable ui-agnostic markup-based Vue forms. ##### Validation From 807d0db59e847d9eac742b63cde63f40f0bf071e Mon Sep 17 00:00:00 2001 From: David Lombera Date: Mon, 15 May 2023 16:06:44 -0600 Subject: [PATCH 112/318] add vueginate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8aca6b553..3c4c224b0 100644 --- a/README.md +++ b/README.md @@ -2814,6 +2814,7 @@ _Seamless scrolling_ - [v-pagy](https://github.com/trandaison/v-pagy) - A lightweight and customizable Bootstrap Pagination for Vue. - [v-paginator](https://github.com/Sitronik/v-paginator) - Simple page-by-page navigation for Vue.js based on your html templates with ssr support. - [vue-use-paginator](https://github.com/Sun0fABeach/vue-use-paginator) - Vue 3 use-hook to reactively paginate data and arrange paginator buttons. Completely renderless. +- [vueginate](https://github.com/lombervid/vueginate) - A simple pagination component for Vue 3 #### Animation From ed6b5df5d1511eb418dbd587e5b3d309ac9f5639 Mon Sep 17 00:00:00 2001 From: Jogai Date: Sat, 22 Apr 2023 09:37:56 +0200 Subject: [PATCH 113/318] Clarify policy around commercial products --- .github/contributing.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/contributing.md b/.github/contributing.md index f352f46d7..63548ac0e 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -4,17 +4,15 @@ 2. Always add your items to the end of a list. To be fair, the order is first-come-first-serve. 3. If you think something belongs in the wrong category, or think there needs to be a new category, feel free to edit things too. - - -### Projects using Vuejs +## Projects using Vuejs Make sure you put things in the right category. There are two main categories: - Open Source - Apps/Websites -#### Open source +### Open source -Open Source section gives the possibility for developers to contribute and be a part of an opensource project using their knowledge of the vuejs. +Open Source section gives the possibility for developers to contribute and be a part of an opensource project using their knowledge of Vue. You should put your project in this category if the following conditions are true: - The description for the link should not contain links to the author and third-party resources - this should be in the documentation (README) - The documentation (README) contains a description of the project, illustration of the project with a demo or screenshots and a CONTRIBUTING section. @@ -26,7 +24,7 @@ You should put your project in this category if the following conditions are tru The link provided should be the link of the github repository, not the demo. If you consider your project finished, and it does not need any contributions, consider the apps/website category. -#### Apps/Websites +### Apps/Websites Apps/Websites gives the opportunity to showcase the awesome things we can build with vuejs. You should put your app/website in this category if the following conditions are true: @@ -34,4 +32,6 @@ You should put your app/website in this category if the following conditions are - The website is using vuejs intensively. It should detect vue with [vue-devtools](https://github.com/vuejs/vue-devtools). - If you cannot detect vue with `vue-devtools` due to work at non public pages (e.g. for enterprise website), you can send Pull Request with screenshot that detected it. - The website is original and not too simple. For that reason, blogs and simple landing pages are rejected. -- A commercial product using Vue, provided that guests could reasonably check out how Vue was used (i.e. A headless CMS which uses Vue for the Admin/editor Area and offers a free tier). + +#### Commercial products +Commercial products will only be included when you could reasonably check out how Vue was used (i.e. A headless CMS which uses Vue for the Admin/editor Area and offers a free tier). If the greater part of a product could only be used after payment the entry will be seen as an advertisement instead of a community contribution. If you're interested in advertisement open an issue first so we can work towards an agreement. From 52493973d3c3b64c866dd407d8b8c6615a919af3 Mon Sep 17 00:00:00 2001 From: Florian <90866466+fchancel@users.noreply.github.com> Date: Sat, 3 Jun 2023 09:28:11 +0200 Subject: [PATCH 114/318] add: v-image-magnifier (#4058) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c4c224b0..7e3bd4e49 100644 --- a/README.md +++ b/README.md @@ -1976,6 +1976,7 @@ _Display non-editable events in a Calendar_ - [vite-plugin-vue-preview](https://github.com/liting-yes/vite-plugin-vue-preview) - a vite plugin for code preview, of course you can also use the component separately - [vue3-calendar-heatmap](https://github.com/razorness/vue3-calendar-heatmap) - A lightweight calendar heatmap Vue 3 component built on SVG - [vue3-code-block](https://github.com/webdevnerdstuff/vue3-code-block) - Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js. +- [v-image-magnifier](https://github.com/fchancel/v-image-magnifier) - A Vue 3 plugin that provides interactive image zoom functionality. Allow users to zoom in on an image by hovering over it, providing an enlarged view of the corresponding part of the image. - [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. #### Tabs From 30bfe15114d6a317db492cc739574244aef4b3d4 Mon Sep 17 00:00:00 2001 From: Matthew Kirkley Date: Sat, 3 Jun 2023 13:56:27 -0400 Subject: [PATCH 115/318] Added v-hide to general plugins section (#4062) --- README.md | 1 + awesome_vue_with_repo_info.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 7e3bd4e49..704fb7357 100644 --- a/README.md +++ b/README.md @@ -2708,6 +2708,7 @@ _Handling of user events (scroll, click, key strike, ...)_ - [vue-not-visible](https://github.com/PxyUp/vue-not-visible) - Vue directive for removing from dom (like v-if) element on screen smaller than breakpoints. - [vue-window-size](https://github.com/mya-ake/vue-window-size) - Provides reactivity window size properties. - [vue-responsive-text](https://github.com/shwilliam/vue-responsive-text) - ↔ Component that scales its child node in relation to its parent node's width +- [v-hide](https://github.com/ventralnet/v-hide) - v-hide directive to accompany v-if and v-show. Keeps layout space in the DOM #### Scroll diff --git a/awesome_vue_with_repo_info.md b/awesome_vue_with_repo_info.md index 80d4c76da..f8b3cc499 100644 --- a/awesome_vue_with_repo_info.md +++ b/awesome_vue_with_repo_info.md @@ -2057,6 +2057,12 @@ application. By @Haixing-Hu ★ 5, pushed 1 days ago +
  • + + v-hide + + : v-hide directive to accompany v-if and v-show. +
  • From fa11d2a5e8181a3b8ebb484ac371a810e8ebe80b Mon Sep 17 00:00:00 2001 From: Jogai Date: Sat, 3 Jun 2023 19:57:28 +0200 Subject: [PATCH 116/318] Delete awesome_vue_with_repo_info.md --- awesome_vue_with_repo_info.md | 2575 --------------------------------- 1 file changed, 2575 deletions(-) delete mode 100644 awesome_vue_with_repo_info.md diff --git a/awesome_vue_with_repo_info.md b/awesome_vue_with_repo_info.md deleted file mode 100644 index f8b3cc499..000000000 --- a/awesome_vue_with_repo_info.md +++ /dev/null @@ -1,2575 +0,0 @@ -

    -
    - awesome -
    -
    -
    -
    - -
    -

    -

    - Awesome Vue.js - - Awesome - -

    -
    -

    - A curated list of awesome things related to Vue.js -

    -
    - -

    - Official Resources -

    - -

    - External Resources -

    - -

    - Community -

    - -

    - Podcasts -

    - -

    - Official Examples -

    - -

    - Tutorials -

    - -

    - 0.12 and earlier -

    - -

    - Development Tools -

    -
      -
    • - - vue-cli - - : official CLI for scaffolding Vue.js projects. - - ★ 565, pushed 10 days ago - -
    • -
    • - - vue-loader - - - Vue component loader for Webpack. - - - ★ 450, pushed 1 days ago - -
    • -
    • - - vueify - - - Vue compcomponent transform for Browserify. - - - ★ 408, pushed 3 days ago - -
    • -
    • - - vue-devtools - - - Chrome devtools extension for debugging Vue applications. - - ★ 583, pushed 10 days ago - -
    • -
    • - - grunt-vueify - - - Translate - - .vue - - files to pure JavaScript, without using Browserify. (Useful for Electron apps) - - ★ 1, pushed 54 days ago - -
    • -
    • - - vue-compiler - - - A simple CLI wrapper around vueify - - ★ 2, pushed 7 days ago - -
    • -
    • - - vue-autocompile - - - Atom.io package to compile - - .vue - - files on save. -
    • -
    • - - vue-dev-server - - - A small webpack-based development server for building standalone - - vue - - components - - ★ 3, pushed 42 days ago - -
    • -
    • - - vue-go-cli - - - a CLI tool for scaffolding new projects generating components, services, and mixins. - - ★ 2, pushed 48 days ago - -
    • -
    • - - brunch-vue - - - Adds support to Brunch for pre-compiling single file Vue components. - - ★ 2, pushed 44 days ago - -
    • -
    • - - vueify-extract-css - - - Browserify plugin to extract css from Vueify-compiled single file components to a separate css file. - - ★ 18, pushed 29 days ago - -
    • -
    • - - eslint-plugin-vue - - - Eslint plugin for .vue files. - - ★ 20, pushed 21 days ago - -
    • -
    -

    - Syntax Highlighting -

    - -

    - Snippets -

    - -

    - Autocomplete -

    - -

    - Libraries & Plugins -

    - -

    - Projects Using Vue.js -

    - -

    - License -

    -

    - - CC0 - -

    From 0ef40383f172a60d7f21ef3b3cacb4b75bead87a Mon Sep 17 00:00:00 2001 From: parsajiravand <54263016+parsajiravand@users.noreply.github.com> Date: Mon, 5 Jun 2023 04:13:49 -0700 Subject: [PATCH 117/318] Add vue3-form-wizard package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 704fb7357..bef283a22 100644 --- a/README.md +++ b/README.md @@ -2346,6 +2346,7 @@ _Display images_ - [vue-form-wizard](https://github.com/cristijora/vue-form-wizard) - Tab based component which can replace classic bootstrap & jQuery form wizards - [vue-stepper](https://github.com/PygmySlowLoris/vue-stepper) - A simple stepper with simple actions such as next, back and end to perform simple forms. - [vue-stepper-component](https://github.com/adi518/vue-stepper-component) - A fully customizable Stepper component with Vuex support and Zero dependencies. +- [vue3-form-wizard](https://github.com/parsajiravand/vue3-form-wizard) - Vue3-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management. ##### CSV From 3d4e85c3ff3bb0dc49516f5f94496afecfe7206f Mon Sep 17 00:00:00 2001 From: Stefan Keim Date: Tue, 6 Jun 2023 10:38:03 +0200 Subject: [PATCH 118/318] add hugoVueSFC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bef283a22..092e817ad 100644 --- a/README.md +++ b/README.md @@ -3403,6 +3403,7 @@ _Integrate with services or other frameworks_ - [vue-tweet](https://github.com/DannyFeliz/vue-tweet) - Vue 3 component that let you embed tweets in your App by only giving the tweet id - [vue-dapp](https://github.com/chnejohnson/vue-dapp) - Vue 3 library for building Dapps with ethers.js. - [vue3-recaptcha2](https://github.com/bbonch/vue3-recaptcha2) - Google reCAPTCHA 2 for Vue 3. +- [hugoVueSFC](https://github.com/indus/hugoVueSFC) - Vue Single-File Components (SFC) in [Hugo](https://gohugo.io/). #### Vue CLI Plugins From f20d521590b295519f5d6bf6f36a395f20eafee7 Mon Sep 17 00:00:00 2001 From: Abhi <99799387+abhidave001@users.noreply.github.com> Date: Tue, 6 Jun 2023 20:11:49 +0530 Subject: [PATCH 119/318] Added Sneat Free VueJS Admin Template (#4069) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 092e817ad..273e1430c 100644 --- a/README.md +++ b/README.md @@ -938,6 +938,7 @@ - [vue-daisyui-theme-manager](https://github.com/kaandesu/vue-daisyui-theme-manager) - A Vue3 (with Typescript) plugin that allows you to change DaisyUI themes during runtime. As well as, setting default light and dark themes, and giving the option to match the web app theme with the system. - [Overlay](https://github.com/os-scar/overlay) - A browser extension helping developers evaluate open source packages before picking them. - [activist.org/](https://activist.org/) - Open-source, nonprofit activism platform. +- [Sneat Free Vuetify VueJS Admin Template](https://themeselection.com/item/sneat-free-vuetify-vuejs-admin-template/) - The Ultimate Free VueJS Admin Template for building responsive web apps ### Commercial Products @@ -965,6 +966,7 @@ - [KodaDot](https://github.com/kodadot/nft-gallery) - NFT Marketplace on Polkadot funded as public good, written in Vue.js - [He3](https://he3.app) - Free and Modern Developer Utilities Toolbox. - [RunJS](https://runjs.app) - JavaScript playground that evaluates your code as you type and gives instant feedback. Ideal for prototyping ideas or trying out new libraries. +- [Sneat Vuetify VueJS Admin Template](https://themeselection.com/item/sneat-vuetify-vuejs-admin-template/) - The Ultimate VueJS Admin Template for responsive web apps. ### Apps/Websites From 3bd209d6a51d36d2bb4becc73502dd9b6d87aabc Mon Sep 17 00:00:00 2001 From: Simone Mastromattei Date: Wed, 14 Jun 2023 20:42:31 +0200 Subject: [PATCH 120/318] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 273e1430c..da5836461 100644 --- a/README.md +++ b/README.md @@ -1351,7 +1351,7 @@ _Toaster / snackbar — Notify the user with a modeless temporary little popup_ - [vue-my-toasts](https://github.com/Tahul/vue-my-toasts) - Provide your component and let us toast the rest. - [@kyvg/vue3-notification](https://github.com/kyvg/vue3-notification) - Vue 3 notification library - [vue-global-alert-utility](https://github.com/RashadSaleh/vue-global-alert-utility) - A Vue.js global alert utility to replace vanilla JavaScript `alert` function with better user and developer experience, while keeping it as simple as possible. - +- [notivue](https://github.com/smastrom/notivue) - Fully-featured notification system for Vue 3 and Nuxt 3. #### Loader @@ -2193,6 +2193,7 @@ _Switch / on/off toggle / checkbox_ - [vue-tristate-checkbox](https://github.com/hartwork/vue-tristate-checkbox) - Cycling tristate checkbox that supports form submission - [vue-toggles](https://github.com/juliandreas/vue-toggles) - A highly customizable and accessible toggle component - [@vueform/toggle](https://github.com/vueform/toggle) - Vue 3 toggle component with labels, custom slots and styling options. +- [vue-collapsed](https://github.com/smastrom/vue-collapsed) - Vue 3 CSS height transition from any to auto and vice versa. Accordion ready. ##### Masked Input @@ -2751,6 +2752,7 @@ _Detect when components enter viewport_ - [vue-trip-wire](https://github.com/lorrenrules/vue-trip-wire) - A custom directive for firing functions when an element reaches a designated point in the viewport, with option to import module with globally accessible functions. - [v-intersect](https://github.com/kholid060/v-intersect) - A Vue directive and component that detect element when it's visible or hidden on viewport - [vue-scrollama](https://github.com/vgshenoy/vue-scrollama) - A Vue component to easily setup scroll-driven interactions (aka scrollytelling). +- [vue-use-active-scroll](https://github.com/smastrom/vue-use-active-scroll) - Highlight Vue 3 menu/sidebar links without compromises. _Customize the scroll behavior_ @@ -3690,4 +3692,3 @@ _Scaffold parts of the app_
    [![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) - From 70f9eea4c14be78180c5a8647836a505bd9ab8eb Mon Sep 17 00:00:00 2001 From: Steffan Halvorsen Date: Wed, 28 Jun 2023 13:52:31 +0200 Subject: [PATCH 121/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da5836461..4657e0819 100644 --- a/README.md +++ b/README.md @@ -1202,7 +1202,7 @@ - [Nightlight During Conflict](https://pngk.org/nightlight/) - Explore GIS data on nightlight output for countries in conflict. - [User Friendly Justice Data](https://justicemoroccoprototype.hiil.org/) - Explore justice data from Morocco. - [Thing](https://github.com/snturk/thing) - Breath exercise & meditation web app made with Vue. -- [Vue Playground](https://vueplayground.com) - Create Vue components and applications in an interactive / visual drag & drop designer. +- [Vue Play](https://www.vueplay.com) - Create Vue components and applications in an interactive / visual drag & drop designer. ### Enterprise Usage From efab7d6551e4b9df64597de5f1ceff93187e9015 Mon Sep 17 00:00:00 2001 From: rrd Date: Sat, 10 Jun 2023 11:55:38 +0200 Subject: [PATCH 122/318] Update README.md Hungarian Facebook group added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4657e0819..10583c11d 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ - [VueJS Brasil - Facebook Page [Portuguese]](https://www.facebook.com/vuejsbrasil/) - [VueJS Brasil - Facebook Group [Portuguese]](https://www.facebook.com/groups/vuejsbr/) - [VueJS en español - Facebook Group [Spanish]](https://www.facebook.com/groups/vue.es/) +- [VueJS Magyar - Facebook Group [Hungarian]](https://www.facebook.com/groups/huvuejs/) - [VueJS India 🇮🇳 - Discord chat server](https://goo.gl/mYXKUv) - [VueJS Indonesia - Telegram Group [Indonesian]](https://t.me/vuejsindonesia) - [VueJS Indonesia - Facebook Group [Indonesian]](https://www.facebook.com/groups/1675298779418239/) From 8490aff7f755c9655d2fa534e5d248e79da6c616 Mon Sep 17 00:00:00 2001 From: rrd Date: Sat, 10 Jun 2023 11:58:11 +0200 Subject: [PATCH 123/318] Update README.md hungarian facebook group added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10583c11d..d83e5268b 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,6 @@ - [VueJS Brasil - Facebook Page [Portuguese]](https://www.facebook.com/vuejsbrasil/) - [VueJS Brasil - Facebook Group [Portuguese]](https://www.facebook.com/groups/vuejsbr/) - [VueJS en español - Facebook Group [Spanish]](https://www.facebook.com/groups/vue.es/) -- [VueJS Magyar - Facebook Group [Hungarian]](https://www.facebook.com/groups/huvuejs/) - [VueJS India 🇮🇳 - Discord chat server](https://goo.gl/mYXKUv) - [VueJS Indonesia - Telegram Group [Indonesian]](https://t.me/vuejsindonesia) - [VueJS Indonesia - Facebook Group [Indonesian]](https://www.facebook.com/groups/1675298779418239/) @@ -259,6 +258,7 @@ - [VueJS Singapore - Telegram Group](https://t.me/vuejssg) - [VueJS Bootcamp kablosuzkedi - Turkey - Telegram Group](https://t.me/joinchat/pqiJOgi8byQ5Y2E0) - [VueJS Translations Ukraine](https://t.me/vuejs_ukraine) - Telegram Group (Ukraine) +- [VueJS Magyar - Facebook Group [Hungarian]](https://www.facebook.com/groups/huvuejs/) ### Conferences From 429002c7aaaada55687b1a1021f0abce0bb14ee2 Mon Sep 17 00:00:00 2001 From: John Philip Date: Wed, 5 Jul 2023 16:50:37 +0300 Subject: [PATCH 124/318] add VueJS Kenya on the communities section (#4076) Co-authored-by: Jogai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d83e5268b..a1f2086d5 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ - [VueJS Singapore - Telegram Group](https://t.me/vuejssg) - [VueJS Bootcamp kablosuzkedi - Turkey - Telegram Group](https://t.me/joinchat/pqiJOgi8byQ5Y2E0) - [VueJS Translations Ukraine](https://t.me/vuejs_ukraine) - Telegram Group (Ukraine) +- [VueJS Kenya - Twitter Account](https://twitter.com/KenyaVue) - [VueJS Magyar - Facebook Group [Hungarian]](https://www.facebook.com/groups/huvuejs/) ### Conferences From 1e90f8c755a61b0f6587fe8e14452aed7fe710c6 Mon Sep 17 00:00:00 2001 From: MeloAlright Date: Fri, 30 Jun 2023 10:26:10 +0800 Subject: [PATCH 125/318] Add vue-skia by rustq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1f2086d5..88df7fdaf 100644 --- a/README.md +++ b/README.md @@ -1814,6 +1814,7 @@ _Display non-editable events in a Calendar_ - [vnodes](https://github.com/txlabs/vnodes) - General purpose components to create svg interactive graphs, diagrams or node based visual tools. - [v-network-graph](https://github.com/dash14/v-network-graph) - An interactive SVG based network-graph visualization component for Vue 3. - [coya](https://github.com/AlexanderMykulych/coya) - Diagram drawing library (vue3 only) +- [vue-skia](https://github.com/rustq/vue-skia) - Skia based 2d graphics vue3 rendering library. It is based on Rust to implement software rasterization to perform rendering. #### Social Sharing From 1d3273b6f562c4ffa9e48b214c7944f88b4aaad6 Mon Sep 17 00:00:00 2001 From: ivolkoff Date: Sun, 9 Jul 2023 12:47:56 +0300 Subject: [PATCH 126/318] Add TanStack Query --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88df7fdaf..8e1984353 100644 --- a/README.md +++ b/README.md @@ -3017,6 +3017,7 @@ _Retrieve data over HTTP_ - [vue-request](https://github.com/Attojs/vue-request) - ⚡️ Vue 3 Composable for data fetching, supports SWR, polling, error retry, cache request, pagination, and other cool features. - [swrv](https://github.com/Kong/swrv) - Stale-while-revalidate data fetching for Vue. - [vue-vroom](https://github.com/frederikbache/vue-vroom) - A plugin for REST APIs, that lets you quickly generate type safe stores and a mock API with minimal config. +- [tanstack-query](https://github.com/tanstack/query) - Powerful asynchronous state management. #### i18n From 98a91fe0c16ef4220f7c5408ddd38c16ff07df5a Mon Sep 17 00:00:00 2001 From: ivolkoff Date: Sun, 9 Jul 2023 12:52:42 +0300 Subject: [PATCH 127/318] TanStack Table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e1984353..1b35e49cd 100644 --- a/README.md +++ b/README.md @@ -1313,6 +1313,7 @@ _Tables / data grids_ - [lv2-datatable](https://github.com/HELMAB/lv2-datatable) - Integrate the Laravel datatables with your Vue app without using JQuery. - [vuetify-resize-drawer](https://github.com/webdevnerdstuff/vuetify-resize-drawer) - Vuetify v2. The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user. - [el-col-group](https://github.com/jiangfei5945/el-col-group) - Powerful and Flexable column for Element table. +- [tanstack-table](https://github.com/tanstack/table) - Headless UI for building powerful tables & datagrids. #### Notification From 3b55276ae73e159e94172cf1e0fcfeab512e797b Mon Sep 17 00:00:00 2001 From: kolirt Date: Wed, 5 Jul 2023 11:23:35 +0300 Subject: [PATCH 128/318] Add @kolirt/vue-modal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b35e49cd..51675a7b3 100644 --- a/README.md +++ b/README.md @@ -1477,6 +1477,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue3-promise-dialog](https://github.com/rlemaigre/vue3-promise-dialog) - Let's you create promise based dialogs in Vue 3 (Composition or Options API) with ease ! - [vue3-side-panel](https://github.com/headmandev/vue3-side-panel) - 🔥 Easy to use and flexible modal sidebar component for Vue3. - [vuejs-confirm-dialog](https://github.com/harmyderoman/vuejs-confirm-dialog) - :speech_balloon: a simple way to create, reuse, promisify and build chains of modal dialogs in Vue.js. +- [@kolirt/vue-modal]([https://github.com/harmyderoman/vuejs-confirm-dialog](https://github.com/kolirt/vue-modal)) - ⚡️ Simple Vue3 modal package #### Parallax From ccefddcfe8a0bff796c0aa9cce9882e96cda1ea8 Mon Sep 17 00:00:00 2001 From: kolirt Date: Wed, 5 Jul 2023 11:31:51 +0300 Subject: [PATCH 129/318] fix @kolirt/vue-modal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51675a7b3..4bdd2ce12 100644 --- a/README.md +++ b/README.md @@ -1477,7 +1477,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue3-promise-dialog](https://github.com/rlemaigre/vue3-promise-dialog) - Let's you create promise based dialogs in Vue 3 (Composition or Options API) with ease ! - [vue3-side-panel](https://github.com/headmandev/vue3-side-panel) - 🔥 Easy to use and flexible modal sidebar component for Vue3. - [vuejs-confirm-dialog](https://github.com/harmyderoman/vuejs-confirm-dialog) - :speech_balloon: a simple way to create, reuse, promisify and build chains of modal dialogs in Vue.js. -- [@kolirt/vue-modal]([https://github.com/harmyderoman/vuejs-confirm-dialog](https://github.com/kolirt/vue-modal)) - ⚡️ Simple Vue3 modal package +- [@kolirt/vue-modal](https://github.com/kolirt/vue-modal) - ⚡️ Simple Vue3 modal package #### Parallax From 32647cbdb0eace13bb34b93b5e934f1e781fe569 Mon Sep 17 00:00:00 2001 From: kolirt Date: Wed, 5 Jul 2023 11:34:25 +0300 Subject: [PATCH 130/318] Add @kolirt/vue-web3-auth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bdd2ce12..8593981b7 100644 --- a/README.md +++ b/README.md @@ -1985,6 +1985,7 @@ _Display non-editable events in a Calendar_ - [vue3-code-block](https://github.com/webdevnerdstuff/vue3-code-block) - Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js. - [v-image-magnifier](https://github.com/fchancel/v-image-magnifier) - A Vue 3 plugin that provides interactive image zoom functionality. Allow users to zoom in on an image by hovering over it, providing an enlarged view of the corresponding part of the image. - [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. +- [@kolirt/vue-web3-auth](https://github.com/kolirt/vue-web3-auth) - 💎 Web3 authentication for Vue3 apps based on WalletConnect v2 and wagmi #### Tabs From 5528651afbc6013018206ddb818b723bbdefb504 Mon Sep 17 00:00:00 2001 From: Niklas Gruhn Date: Wed, 12 Jul 2023 10:37:19 +0200 Subject: [PATCH 131/318] Update vue-qrcode-reader description vue-qrcode-reader does not support Vue 2 anymore and also exposes multiple components now (not just one). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8593981b7..45b519980 100644 --- a/README.md +++ b/README.md @@ -1835,7 +1835,7 @@ _Display non-editable events in a Calendar_ - [vue-qriously](https://github.com/theomessin/vue-qriously) - A Vue.js 2 component to draw QR codes on an HTML Canvas using qrious. - [vue-qart](https://github.com/superman66/vue-qart) - The directive of vue 2.x for qart.js. -- [vue-qrcode-reader](https://github.com/gruhn/vue-qrcode-reader) - A Vue.js 2 component which detects and decodes QR codes from a camera stream. +- [vue-qrcode-reader](https://github.com/gruhn/vue-qrcode-reader) - A set of Vue.js components for detecting and decoding QR codes. - [vue3-qr-reader](https://github.com/HJ29/vue3-qr-reader) - A Vue 3 QR reader component. Refactor vue-qrcode-reader for vue 3 compatibility. #### Search From 1a261142e209fead9ab722b9a34b528f1d620441 Mon Sep 17 00:00:00 2001 From: TaTo30 <57086025+TaTo30@users.noreply.github.com> Date: Sat, 15 Jul 2023 15:35:44 -0600 Subject: [PATCH 132/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45b519980..ff3e8c3e5 100644 --- a/README.md +++ b/README.md @@ -1787,6 +1787,7 @@ _Display non-editable events in a Calendar_ - [vue-pdf](https://github.com/FranckFreiburger/vue-pdf) - A pdf viewer based on mozilla's PDF.js - [pdfvuer](https://github.com/arkokoley/pdfvuer) - A PDF viewer for Vue using Mozilla's PDF.js with text support for Vue2 and Vue3. [Demo](https://arkokoley.github.io/pdfvuer/) - [vue-pdf-embed](https://github.com/hrynko/vue-pdf-embed) - PDF embed component for Vue 2 and Vue 3 +- [@tato30/vue-pdf](https://github.com/TaTo30/VuePDF) - A PDF viewer for Vue 3. [Demo](https://tato30.github.io/VuePDF/) #### Tree From 1df771510eec67ce2bdfe75c83727e8caa3bfdc0 Mon Sep 17 00:00:00 2001 From: Pratik Patel <34883558+pratik227@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:51:35 +0530 Subject: [PATCH 133/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff3e8c3e5..7831113da 100644 --- a/README.md +++ b/README.md @@ -1810,6 +1810,7 @@ _Display non-editable events in a Calendar_ - [object-visualizer](https://github.com/iendeavor/object-visualizer) - Vue 3 JSON inspector with Chrome-like theme. - [vue-virtual-tree](https://github.com/lycHub/vue-virtual-tree) - Tree component for large amount of data, base on Vue3. - [vue-json-viewer](https://github.com/chenfengjw163/vue-json-viewer) - A JSON Tree View Support for incremental update components, base on Vue2 and Vue3. +- [vue-hierarchy](https://github.com/pratik227/vue-hierarchy) - Vue-Hierarchy is a npm package that allows you to display data in hierarchy structure on your page. #### Graph From e26944adeae8b01798d4617c218b34570a9eb097 Mon Sep 17 00:00:00 2001 From: Pratik Patel <34883558+pratik227@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:24:41 +0530 Subject: [PATCH 134/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7831113da..f7f3d980e 100644 --- a/README.md +++ b/README.md @@ -1810,7 +1810,7 @@ _Display non-editable events in a Calendar_ - [object-visualizer](https://github.com/iendeavor/object-visualizer) - Vue 3 JSON inspector with Chrome-like theme. - [vue-virtual-tree](https://github.com/lycHub/vue-virtual-tree) - Tree component for large amount of data, base on Vue3. - [vue-json-viewer](https://github.com/chenfengjw163/vue-json-viewer) - A JSON Tree View Support for incremental update components, base on Vue2 and Vue3. -- [vue-hierarchy](https://github.com/pratik227/vue-hierarchy) - Vue-Hierarchy is a npm package that allows you to display data in hierarchy structure on your page. +- [vue-hierarchy](https://github.com/pratik227/vue-hierarchy) - Library to display hierarchical data #### Graph From 4bbedea2f47e719f6f8ec0d3c887ee1e7acd85f2 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Wed, 19 Jul 2023 10:03:51 -0300 Subject: [PATCH 135/318] Add Zoom Image --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7f3d980e..4dd4e1019 100644 --- a/README.md +++ b/README.md @@ -1988,6 +1988,7 @@ _Display non-editable events in a Calendar_ - [v-image-magnifier](https://github.com/fchancel/v-image-magnifier) - A Vue 3 plugin that provides interactive image zoom functionality. Allow users to zoom in on an image by hovering over it, providing an enlarged view of the corresponding part of the image. - [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. - [@kolirt/vue-web3-auth](https://github.com/kolirt/vue-web3-auth) - 💎 Web3 authentication for Vue3 apps based on WalletConnect v2 and wagmi +- [zoom-image](https://willnguyen1312.github.io/zoom-image/) - A little yet powerful framework agnostic library to zoom image on the web #### Tabs From 9b6ad146426fff2de29f47d407a600be35fe052a Mon Sep 17 00:00:00 2001 From: Simone Mastromattei Date: Wed, 19 Jul 2023 21:06:22 +0200 Subject: [PATCH 136/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4dd4e1019..90475903b 100644 --- a/README.md +++ b/README.md @@ -2004,6 +2004,7 @@ _Display non-editable events in a Calendar_ - [vue3-tabs](https://github.com/HJ29/vue3-tabs) - A touch swipe tabs component for vue 3 - [vue3-tabs-chrome](https://github.com/viewweiwu/vue3-tabs-chrome) - A Vue3 component for Chrome-like tabs. - [vue-nav-tab](https://github.com/kien5436/vue-nav-tab) Tab components for Vue.js 3 project +- [vue-use-fixed-header](https://github.com/smastrom/vue-use-fixed-header) Turn your boring fixed header into a smart one. #### Form From 1cb1ad9eb423f582ec898c4ee753b8fed84b263d Mon Sep 17 00:00:00 2001 From: Simone Mastromattei Date: Wed, 19 Jul 2023 21:07:27 +0200 Subject: [PATCH 137/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90475903b..9c45264e2 100644 --- a/README.md +++ b/README.md @@ -1551,6 +1551,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue-bottom-sheet](https://github.com/webzlodimir/vue-bottom-sheet) - A swipeable bottom sheet component for Vue.js created with Hammer.js - [SDropdown](https://github.com/storinka/dropdown) - Highly customizable, simple and modern Vue 3 dropdown component. - [vue-awesome-sidebar](https://github.com/amirkian007/vue-awesome-sidebar) - A modern and fast sidebar menu component for vue(3x) capable with vue-router. +- [vue-use-fixed-header](https://github.com/smastrom/vue-use-fixed-header) Turn your boring fixed header into a smart one. #### Minus Plus Input @@ -2004,7 +2005,6 @@ _Display non-editable events in a Calendar_ - [vue3-tabs](https://github.com/HJ29/vue3-tabs) - A touch swipe tabs component for vue 3 - [vue3-tabs-chrome](https://github.com/viewweiwu/vue3-tabs-chrome) - A Vue3 component for Chrome-like tabs. - [vue-nav-tab](https://github.com/kien5436/vue-nav-tab) Tab components for Vue.js 3 project -- [vue-use-fixed-header](https://github.com/smastrom/vue-use-fixed-header) Turn your boring fixed header into a smart one. #### Form From c48de6501d1f7926203a92720f0e4f2774a857db Mon Sep 17 00:00:00 2001 From: Simone Mastromattei Date: Wed, 19 Jul 2023 21:07:59 +0200 Subject: [PATCH 138/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c45264e2..a25061fe4 100644 --- a/README.md +++ b/README.md @@ -1551,7 +1551,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue-bottom-sheet](https://github.com/webzlodimir/vue-bottom-sheet) - A swipeable bottom sheet component for Vue.js created with Hammer.js - [SDropdown](https://github.com/storinka/dropdown) - Highly customizable, simple and modern Vue 3 dropdown component. - [vue-awesome-sidebar](https://github.com/amirkian007/vue-awesome-sidebar) - A modern and fast sidebar menu component for vue(3x) capable with vue-router. -- [vue-use-fixed-header](https://github.com/smastrom/vue-use-fixed-header) Turn your boring fixed header into a smart one. +- [vue-use-fixed-header](https://github.com/smastrom/vue-use-fixed-header) - Turn your boring fixed header into a smart one. #### Minus Plus Input From b5c42afa9bdf55d04ed0011b07d0c90de35c6665 Mon Sep 17 00:00:00 2001 From: Evan Sutherland Date: Sat, 15 Jul 2023 09:48:46 -0500 Subject: [PATCH 139/318] added prefect-design component library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a25061fe4..aab34e39d 100644 --- a/README.md +++ b/README.md @@ -2511,6 +2511,7 @@ _Set of components + responsive layout system_ - [Vue USWDS](https://github.com/patrickcate/vue-uswds) - A Vue.js implementation of the USWDS (U.S. Web Design System) - [Vuetensils](https://vuetensils.com) - A 'naked' component library for building accessible, lightweight, bespoke applications. - [Vuersatile Components](https://www.andres-brugarolas.com/vuersatile-components/) - A Vue 3 component library, with form self-validation and an SCSS framework integrated. +- [Prefect Design](https://prefect-design.netlify.app/) - Prefect Design is UI Component library built on Vue 3 and Typescript. Components are designed on top of Tailwind CSS, so each component is beautiful and responsive. #### Mobile From 00cdf1b5c489638d1e54dc8eff077dd5b2057456 Mon Sep 17 00:00:00 2001 From: Evan Sutherland Date: Thu, 20 Jul 2023 09:09:26 -0500 Subject: [PATCH 140/318] code review suggestion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab34e39d..437dc5209 100644 --- a/README.md +++ b/README.md @@ -2511,7 +2511,7 @@ _Set of components + responsive layout system_ - [Vue USWDS](https://github.com/patrickcate/vue-uswds) - A Vue.js implementation of the USWDS (U.S. Web Design System) - [Vuetensils](https://vuetensils.com) - A 'naked' component library for building accessible, lightweight, bespoke applications. - [Vuersatile Components](https://www.andres-brugarolas.com/vuersatile-components/) - A Vue 3 component library, with form self-validation and an SCSS framework integrated. -- [Prefect Design](https://prefect-design.netlify.app/) - Prefect Design is UI Component library built on Vue 3 and Typescript. Components are designed on top of Tailwind CSS, so each component is beautiful and responsive. +- [Prefect Design](https://prefect-design.netlify.app/) - Prefect Design is UI Component library built on Vue 3 and Typescript. Components are designed on top of Tailwind CSS. #### Mobile From b889228a1392b40fce1402e348c6770f8e9108d0 Mon Sep 17 00:00:00 2001 From: Evan Sutherland Date: Fri, 21 Jul 2023 07:11:22 -0500 Subject: [PATCH 141/318] code review suggestion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 437dc5209..3cdeea879 100644 --- a/README.md +++ b/README.md @@ -2511,7 +2511,7 @@ _Set of components + responsive layout system_ - [Vue USWDS](https://github.com/patrickcate/vue-uswds) - A Vue.js implementation of the USWDS (U.S. Web Design System) - [Vuetensils](https://vuetensils.com) - A 'naked' component library for building accessible, lightweight, bespoke applications. - [Vuersatile Components](https://www.andres-brugarolas.com/vuersatile-components/) - A Vue 3 component library, with form self-validation and an SCSS framework integrated. -- [Prefect Design](https://prefect-design.netlify.app/) - Prefect Design is UI Component library built on Vue 3 and Typescript. Components are designed on top of Tailwind CSS. +- [Prefect Design](https://prefect-design.netlify.app/) - Component library using Vue 3, Typescript & Tailwind. #### Mobile From e2a678c5a48bfeb05048f189a89df7e4606f8a4f Mon Sep 17 00:00:00 2001 From: siaikin Date: Wed, 19 Jul 2023 23:08:32 +0800 Subject: [PATCH 142/318] Added vue-to-print --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cdeea879..f291fee6f 100644 --- a/README.md +++ b/README.md @@ -2959,6 +2959,7 @@ _Move a DOM node to a target DOM node_ #### Printing - [vue-html-to-paper](https://github.com/mycurelabs/vue-html-to-paper) - Vue mixin for paper printing html elements to paper. +- [vue-to-print](https://github.com/siaikin/vue-to-print) - Print Vue 3 components in the browser. Supports Chrome, Safari, Firefox and EDGE. ### Utilities From c5779b83ad72b416e29a22bc9e1efc183655a9bb Mon Sep 17 00:00:00 2001 From: selimdoyranli Date: Tue, 25 Jul 2023 00:14:18 +0300 Subject: [PATCH 143/318] Add vue-plugin-boilerplate (#4090) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f291fee6f..0d2379693 100644 --- a/README.md +++ b/README.md @@ -653,7 +653,7 @@ - [h5](https://github.com/gyt95/h5) A Monorepo-based mobile engineering project. (Monorepo + Pnpm + Vite3.x + Vue3.2+ + TypeScript4.x + VueRouter4.x + Pinia...) - [Vitesse Starter](https://github.com/antfu/vitesse) ⛺️ Vue 3 starter inclode ( Layouts | i18n | UnoCSS | pinia | Markdown | Dark Mode | PWA | SSG | Component Auto-Importing | File-Based Router | Composition API | TypeScript) - [Vitesse-lite Starter](https://github.com/antfu/vitesse-lite) ⛺️ Lightweight version of Vitesse (Vue 3 Starter) - +- [vue-plugin-boilerplate](https://github.com/selimdoyranli/vue-plugin-boilerplate) - Boilerplate for vue 2&3 plugin development 🟩📦 ### Books From 97338d7d8c0f31b3609fe7fc09c3c1c480cff011 Mon Sep 17 00:00:00 2001 From: hoanguyen Date: Fri, 28 Jul 2023 10:00:44 +0700 Subject: [PATCH 144/318] Add vue-popper-lite --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d2379693..a2f018808 100644 --- a/README.md +++ b/README.md @@ -1417,6 +1417,7 @@ Tooltips / popovers - [vue-popper-component](https://github.com/antongorodezkiy/vue-popper-component) - Popper.js directive for Vue.js. - [vue-directive-tooltip](https://github.com/hekigan/vue-directive-tooltip) - Simple, flexible tooltip directive (based on Popper.js) [![Vue.js](https://img.shields.io/badge/vue-2-green.svg)](https://vuejs.org) - [vue-popperjs](https://github.com/RobinCK/vue-popper) - VueJS 2.x popover component +- [vue-popper-lite](https://github.com/jambonn/vue-popper-lite) - A popover component based on [popper.js tree shaking](https://popper.js.org/docs/v2/#popper-lite-tree-shaking) for Vue 3 written by TypeScript. - [vue-tooltipster](https://github.com/cpfarher/vue-tooltipster) - VueJS 2.x tooltip component. Support html content, hover and hover+click events. - [k-pop](https://github.com/ChristianKienle/k-pop) - Simple popover component based on [popper.js](https://popper.js.org/). Highly customizable. Comes with themes. Supports custom triggers and can listen to any event. - [@adamdehaven/vue-custom-tooltip](https://github.com/adamdehaven/vue-custom-tooltip) - Vue 2 & 3 :tada: customizable, reactive, and reusable tooltip component that supports plugin options, props, and multiple use-cases. Also works with SSR (e.g. VuePress, Nuxt) and includes TypeScript types. (Vue 3 is available on `next` branch/npm tag) From 4ec57ca2d821cddc6ce3490c9d026da6b8c9839c Mon Sep 17 00:00:00 2001 From: Dmytro Date: Mon, 14 Aug 2023 06:43:14 +0300 Subject: [PATCH 145/318] Add vue-tg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2f018808..6e696964c 100644 --- a/README.md +++ b/README.md @@ -3422,6 +3422,7 @@ _Integrate with services or other frameworks_ - [vue-dapp](https://github.com/chnejohnson/vue-dapp) - Vue 3 library for building Dapps with ethers.js. - [vue3-recaptcha2](https://github.com/bbonch/vue3-recaptcha2) - Google reCAPTCHA 2 for Vue 3. - [hugoVueSFC](https://github.com/indus/hugoVueSFC) - Vue Single-File Components (SFC) in [Hugo](https://gohugo.io/). +- [vue-tg](https://github.com/deptyped/vue-telegram) - Telegram Web Apps integration for Vue 3. #### Vue CLI Plugins From 8e02e49bfe0ec9aa009efd3407f62e8e9cd38a9c Mon Sep 17 00:00:00 2001 From: Lihang Xu Date: Wed, 2 Aug 2023 11:03:56 +0800 Subject: [PATCH 146/318] Add vue-mrz-scanner --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e696964c..5e74a072f 100644 --- a/README.md +++ b/README.md @@ -1991,6 +1991,7 @@ _Display non-editable events in a Calendar_ - [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. - [@kolirt/vue-web3-auth](https://github.com/kolirt/vue-web3-auth) - 💎 Web3 authentication for Vue3 apps based on WalletConnect v2 and wagmi - [zoom-image](https://willnguyen1312.github.io/zoom-image/) - A little yet powerful framework agnostic library to zoom image on the web +- [vue-mrz-scanner](https://github.com/tony-xlh/vue-mrz-scanner) - A Vue component to scan MRZ on passports, visa cards, etc. It is based on Dynamsoft Label Recognizer. #### Tabs From 01e74c9a3975efd96b4f02fbac30c565b9fef047 Mon Sep 17 00:00:00 2001 From: echo Date: Thu, 17 Aug 2023 11:29:38 +0800 Subject: [PATCH 147/318] add vuex-composition --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e74a072f..7a80b74b4 100644 --- a/README.md +++ b/README.md @@ -3206,6 +3206,7 @@ _LocalStorage etc._ - [vuex-awesome-async](https://github.com/Schoolmouv-team/vuex-awesome-async) - It wraps Vuex stores to easily manage async requests (loading, error and cache state). - [vuex-factories](https://github.com/Goldziher/vuex-factories) - Factory functions to generate vuex actions and mutations. - [vuex-hooks](https://github.com/Goldziher/vuex-hooks) - Typescript enabled vuex composition-api hooks. +- [vuex-composition](https://github.com/echo008/vuex-composition) - A util package to use Vuex with Composition API and Reactivity API easily. - [vuex-composition-helpers](https://github.com/greenpress/vuex-composition-helpers) - A util package to use Vuex with Composition API easily. - [vuex-ts-enhance](https://github.com/zWingz/vuex-ts-enhance) - A tool to enhance `mapXXX` and `dispatch` methods hint - [vuex-masked-modules](https://github.com/Silksofthesoul/vuex-masked-modules) - A Vuex plugin put data structure of the module in localStorage, with the ability to mask or encrypt the data to make it difficult to explore. Designed for Vue 3 and Vuex 4. From 872bc119de4547a2c03b14e7f076aacf6fcf6ee8 Mon Sep 17 00:00:00 2001 From: haixin Date: Mon, 21 Aug 2023 18:40:32 +0800 Subject: [PATCH 148/318] add more components --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a80b74b4..e2631ebf0 100644 --- a/README.md +++ b/README.md @@ -941,6 +941,7 @@ - [Overlay](https://github.com/os-scar/overlay) - A browser extension helping developers evaluate open source packages before picking them. - [activist.org/](https://activist.org/) - Open-source, nonprofit activism platform. - [Sneat Free Vuetify VueJS Admin Template](https://themeselection.com/item/sneat-free-vuetify-vuejs-admin-template/) - The Ultimate Free VueJS Admin Template for building responsive web apps +- [starfish-vue3-lowcode](https://github.com/haixin-fang/starfish-vue3-lowcode) - Vue3 visual lowcode form designer, convenient and quick to complete all kinds of form design! ### Commercial Products From 95cc443410be7982ad133eead7f9b3c66069c8c7 Mon Sep 17 00:00:00 2001 From: Eyelly Wu Date: Sat, 9 Sep 2023 15:43:58 +0800 Subject: [PATCH 149/318] Add i18n-pro/vue and i18n-pro/vue2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To make internationalization easy and enjoyable 😄💪🏻 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2631ebf0..7745dad1a 100644 --- a/README.md +++ b/README.md @@ -3067,6 +3067,8 @@ _Internationalization / L10n / localization / translation_ - [tolgee/vue](https://github.com/tolgee/tolgee-js/tree/main/packages/vue) - Web-based localization tool enabling users to translate directly in the Vue 3 app they develop. - [excel-to-json](https://github.com/Aaronlamz/excel-to-json) - A easy tool is created to convert Excel to JSON for i18n. - [intlify/vue-i18n-next](https://github.com/intlify/vue-i18n-next) - Vue I18n for Vue 3. +- [i18n-pro/vue](https://github.com/i18n-pro/vue) - Lightweight, simple, flexible, automatic translation internationalization tool for Vue. +- [i18n-pro/vue2](https://github.com/i18n-pro/vue2) - Lightweight, simple, flexible, automatic translation internationalization tool for Vue 2. #### Custom Events From 91c1b42e54bd6ba780609af962105de7b953c71f Mon Sep 17 00:00:00 2001 From: ethandunford Date: Thu, 21 Sep 2023 15:28:13 +0100 Subject: [PATCH 150/318] vue draggable plus added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7745dad1a..323fbf2f2 100644 --- a/README.md +++ b/README.md @@ -2127,7 +2127,7 @@ _Date / datetime / time Picker_ ##### Drag and Drop -- [vuedraggable](https://github.com/SortableJS/Vue.Draggable) - Vue component allowing drag-and-drop sorting in sync with View-Model. Based on Sortable.js. +- [vuedraggable-plus](https://github.com/Alfred-Skyblue/vue-draggable-plus) - Vue component allowing drag-and-drop Drag and drop sorting module, support Vue>=v3 or Vue>=2.7. Based on Sortable.js. - [vue-dragula](https://github.com/Astray-git/vue-dragula) - Drag and drop so simple it hurts. - [vue2-dragula](https://github.com/kristianmandrup/vue2-dragula) - A `vue-dragula` fork for `Vue2`, with a lot of improvements. - [awe-dnd](https://github.com/hilongjw/vue-dragging) - A sortable list directive with Vue. From 95916bcc69ab339095d99f5333d83501794f2c42 Mon Sep 17 00:00:00 2001 From: ethandunford Date: Thu, 21 Sep 2023 15:33:12 +0100 Subject: [PATCH 151/318] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 323fbf2f2..6b842088f 100644 --- a/README.md +++ b/README.md @@ -2127,7 +2127,7 @@ _Date / datetime / time Picker_ ##### Drag and Drop -- [vuedraggable-plus](https://github.com/Alfred-Skyblue/vue-draggable-plus) - Vue component allowing drag-and-drop Drag and drop sorting module, support Vue>=v3 or Vue>=2.7. Based on Sortable.js. +- [vuedraggable-plus](https://github.com/Alfred-Skyblue/vue-draggable-plus) - Vue component allowing drag-and-drop sorting module, support Vue>=v3 or Vue>=2.7. Based on Sortable.js. - [vue-dragula](https://github.com/Astray-git/vue-dragula) - Drag and drop so simple it hurts. - [vue2-dragula](https://github.com/kristianmandrup/vue2-dragula) - A `vue-dragula` fork for `Vue2`, with a lot of improvements. - [awe-dnd](https://github.com/hilongjw/vue-dragging) - A sortable list directive with Vue. From bed4a8a50997df8cfe26550eefc11ff87f38cc0d Mon Sep 17 00:00:00 2001 From: Ruslan Makarov Date: Fri, 22 Sep 2023 13:12:43 +0700 Subject: [PATCH 152/318] add vue-faq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b842088f..0fe37c1c8 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ - [Vue.js Articles](https://thewebdev.info/category/javascript/vue/) - Assorted Vue 2 and 3 tutorials and articles. - [Best vue.js Courses On YouTube](https://www.nbshare.io/blog/best-vue-js-courses-on-youtube/) - Handpicked list of best Vue.js tutorials on YouTube - [Notes on Vue](https://notes-on-vue.ackzell.dev/) - A personal guide to Vue development. +- [Vue-FAQ](https://vue-faq.org/) - FAQ about frontend in general and Vue.js in particular. ### Job Portal From 64573254d28d81b834f2fb50c084d5dd1102b870 Mon Sep 17 00:00:00 2001 From: Simon Asika Date: Tue, 3 Oct 2023 05:13:46 +0800 Subject: [PATCH 153/318] Rename vue2-animate to vue-animate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe37c1c8..cf341bc3d 100644 --- a/README.md +++ b/README.md @@ -2840,7 +2840,7 @@ _Seamless scrolling_ #### Animation -- [vue2-animate](https://github.com/asika32764/vue2-animate) - A Vue.js 2.0 port of Animate.css. For use with Vue's built-in transitions. +- [vue-animate](https://github.com/asika32764/vue-animate) - A Vue.js port of Animate.css. For use with Vue's built-in transitions. - [animated-vue](https://github.com/radical-dreamers/animated-vue) - A Vue.js 2.x plugin to easily use Animate.css animations as transitions. As easy as ``! - [vue-lottie](https://github.com/chenqingspring/vue-lottie) - A Vue.js 2.x plugin to render after effects animations based on bodymovin - [Vueg](https://github.com/jaweii/vueg) - Make vue-router have a transition effect / 为 webApp 提供转场特效的开源 Vue 插件 From 670e810a8eccd187a3292708663424b8ac23139f Mon Sep 17 00:00:00 2001 From: Freedom Evenden Date: Thu, 5 Oct 2023 01:16:21 -0800 Subject: [PATCH 154/318] Add @f3ve/markdown-it --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf341bc3d..6b8c036f4 100644 --- a/README.md +++ b/README.md @@ -1785,6 +1785,7 @@ _Display non-editable events in a Calendar_ - [vue-mavonEditor](https://github.com/hinesboy/mavonEditor) - A markdown editor based on Vue that supports a variety of personalized features. - [vue-simple-markdown](https://github.com/Vivify-Ideas/vue-simple-markdown) - A Simple and Highspeed Markdown Parser for Vue. - [vue-simplemde](https://github.com/F-loat/vue-simplemde) - A wrapper around [simplemde](https://github.com/sparksuite/simplemde-markdown-editor). Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking. +- [@f3ve/vue-markdown-it](https://github.com/f3ve/vue-markdown-it) - A [markdown-it]() component for Vue3. Easy to use and fully typed. #### PDF From e7bb97462af71fad56c2f105db82848295c18b95 Mon Sep 17 00:00:00 2001 From: Freedom Evenden Date: Thu, 5 Oct 2023 11:00:49 -0800 Subject: [PATCH 155/318] chore: Removed link to markdown-it from description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8c036f4..4dfd01460 100644 --- a/README.md +++ b/README.md @@ -1785,7 +1785,7 @@ _Display non-editable events in a Calendar_ - [vue-mavonEditor](https://github.com/hinesboy/mavonEditor) - A markdown editor based on Vue that supports a variety of personalized features. - [vue-simple-markdown](https://github.com/Vivify-Ideas/vue-simple-markdown) - A Simple and Highspeed Markdown Parser for Vue. - [vue-simplemde](https://github.com/F-loat/vue-simplemde) - A wrapper around [simplemde](https://github.com/sparksuite/simplemde-markdown-editor). Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking. -- [@f3ve/vue-markdown-it](https://github.com/f3ve/vue-markdown-it) - A [markdown-it]() component for Vue3. Easy to use and fully typed. +- [@f3ve/vue-markdown-it](https://github.com/f3ve/vue-markdown-it) - A markdown-it component for Vue3. Easy to use and fully typed. #### PDF From a2072a084b99a4e9e5f1ef6e608d95543756d87d Mon Sep 17 00:00:00 2001 From: Hassan Jahan Date: Tue, 10 Oct 2023 15:03:17 +0800 Subject: [PATCH 156/318] Added Vue-cool-box-selector to the end of Form > Select --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4dfd01460..ec323fb30 100644 --- a/README.md +++ b/README.md @@ -2114,6 +2114,7 @@ _Date / datetime / time Picker_ - [vue-selectize](https://github.com/isneezy/vue-selectize) - A Vue.js component wrapper around Selectize.js, a vanilla js select component - [@vueform/multiselect](https://github.com/vueform/multiselect) - Vue 3 multiselect component with single select, multiselect and tagging options. - [vue-country-code](https://github.com/hantrongbinh/vue-country-code) - Vue 2 Country Code Select +- [vue-cool-box-selector](https://github.com/hassan-jahan/vue-cool-box-selector) - Fancy versatile, box / button / image selector for Vue 2 and 3 🪄✨ ~1KB ##### Slider From 2790069b90d3ab0b09629e84eb7a05edf49d9e59 Mon Sep 17 00:00:00 2001 From: "max.lee" <48744981+f820602h@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:44:59 +0800 Subject: [PATCH 157/318] Add vue-stage-play --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec323fb30..2c1726597 100644 --- a/README.md +++ b/README.md @@ -2401,6 +2401,7 @@ _Display images_ - [vue-tour](https://github.com/pulsardev/vue-tour) - Lightweight and customizable tour plugin - [vue-page-guide](https://github.com/sschandi/vue-page-guide) - Page tour / guide plugin with directive +- [vue-stage-play](https://github.com/f820602h/vue-stage-play) - Step-by-step guided tour components for Vue3. #### Data Masking From f6a5ee657dffc65e2324de6b4f3b10c6d96b39eb Mon Sep 17 00:00:00 2001 From: "max.lee" <48744981+f820602h@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:00:31 +0800 Subject: [PATCH 158/318] Add vue-surf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c1726597..ddc5d1a51 100644 --- a/README.md +++ b/README.md @@ -1995,6 +1995,7 @@ _Display non-editable events in a Calendar_ - [@kolirt/vue-web3-auth](https://github.com/kolirt/vue-web3-auth) - 💎 Web3 authentication for Vue3 apps based on WalletConnect v2 and wagmi - [zoom-image](https://willnguyen1312.github.io/zoom-image/) - A little yet powerful framework agnostic library to zoom image on the web - [vue-mrz-scanner](https://github.com/tony-xlh/vue-mrz-scanner) - A Vue component to scan MRZ on passports, visa cards, etc. It is based on Dynamsoft Label Recognizer. +- [vue-surf](https://github.com/f820602h/vue-surf) - A very customized animated svg wave Vue component. [Online Demo](https://f820602h.github.io/vue-surf/) #### Tabs From 51e3cb090c8924fb4b614d9962627a31352d1a9e Mon Sep 17 00:00:00 2001 From: Alexandre Le Corre Date: Sun, 15 Oct 2023 13:08:55 +0200 Subject: [PATCH 159/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddc5d1a51..8cb7cc709 100644 --- a/README.md +++ b/README.md @@ -1705,6 +1705,7 @@ _Display non-editable events in a Calendar_ - [vue-lunar-calendar-pro](https://github.com/wangdaodao/vue-lunar-calendar-pro) - A vue component for lunar calendar. Uses calendar.js for date operations. - [vue-sweet-calendar](https://github.com/maryayi/vue-sweet-calendar) - A simple and sweet vue.js calendar - [vue-datepicker-ui](https://github.com/edisdev/vue-datepicker-ui) - A datepicker component for vue.js +- [vue-tailwind-datepicker](https://github.com/elreco/vue-tailwind-datepicker) - A Vue 3 Datepicker using Tailwind CSS 3 - [qalendar](https://github.com/tomosterlund/qalendar) - An event calendar and datepicker for Vue 3 #### Map From 103567c79348864524dd7415ad74ce86a08c6d2d Mon Sep 17 00:00:00 2001 From: Marcis Bergmanis Date: Tue, 17 Oct 2023 10:03:58 +0300 Subject: [PATCH 160/318] add exome --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cb7cc709..e59bf6d90 100644 --- a/README.md +++ b/README.md @@ -3140,6 +3140,7 @@ _LocalStorage etc._ - [pinia](https://github.com/posva/pinia) - 🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support. - [harlem](https://github.com/andrewcourtice/harlem) - Simple, unopinionated, lightweight and extensible state management for Vue 3 - [hami-vuex](https://github.com/guyskk/hami-vuex) - 🍈 Hami melon flavored Vuex, modular by design, completely TypeScript intelligence, state management for Vue.js. +- [exome](https://github.com/Marcisbee/exome) - Simple proxy based state manager for deeply nested states. ##### Redux From 2ac657d543048c3e1dd087e3c2dfe2ee68ecec91 Mon Sep 17 00:00:00 2001 From: Manuk Date: Wed, 18 Oct 2023 09:30:49 +0000 Subject: [PATCH 161/318] Added Stellar UI library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e59bf6d90..77935affa 100644 --- a/README.md +++ b/README.md @@ -2521,6 +2521,8 @@ _Set of components + responsive layout system_ - [Vuetensils](https://vuetensils.com) - A 'naked' component library for building accessible, lightweight, bespoke applications. - [Vuersatile Components](https://www.andres-brugarolas.com/vuersatile-components/) - A Vue 3 component library, with form self-validation and an SCSS framework integrated. - [Prefect Design](https://prefect-design.netlify.app/) - Component library using Vue 3, Typescript & Tailwind. +- [Stellar UI](https://github.com/ManukMinasyan/stellar-ui) - Fully styled and customizable components for Vue 3. + #### Mobile From 2ea44bc79974355bf831fa430f26c9212ebbf5b9 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Thu, 19 Oct 2023 11:44:11 +0200 Subject: [PATCH 162/318] Update README.md We have recently updated the project and domain name and I would like it to be up to date on this list. Thanks! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77935affa..174e1721a 100644 --- a/README.md +++ b/README.md @@ -2575,7 +2575,7 @@ _Set of components without layout system_ - [slim-ui](https://github.com/mevinoth/slim-ui) - Minimal UI components based on Vue.js - [Vue Component Development Kit](https://github.com/christiankienle/cdk) - Unstyled, highly tested and flexible Vue components/mixins/plugins. - [element-pro-components](https://github.com/tolking/element-pro-components) A component library for Vue 3 base on element-plus -- [Tailwind Elemetns for Vue](https://tailwind-elements.com/docs/standard/integrations/vue-integration/) - Vue integration with Tailwind Elements - a free, open-source UI Kit +- [TW Elemetns for Vue](https://tw-elements.com/docs/standard/integrations/vue-integration/) - Vue integration with Tailwind CSS - a free, open-source UI Kit #### Admin Template From 7045d9b83292c3af52ada43d6852b935e0f3e416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Bastos?= <82844195+gbast0s@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:59:29 +0100 Subject: [PATCH 163/318] Update README.md to add Vue3-ui-preloader Added vue3-ui-preloader package to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 174e1721a..4ffca287a 100644 --- a/README.md +++ b/README.md @@ -1391,6 +1391,7 @@ _Loaders / spinners / progress bars — Let the user know that something is load - [vue3-circle-progress](https://github.com/delowardev/vue3-circle-progress) - Highly customizable Vue.js 3 circular progressbar component. - [uspin](https://github.com/peterroe/uspin) - A vue3 component that adds a spin mask at load time.🔄 - [vue-img-lazy-tiny](https://github.com/peterroe/vue-img-lazy-tiny) - A vue3 directive that provide a shield while loading. +- [vue3-ui-preloader](https://github.com/gbast0s/vue3-ui-preloader) - Vue3 Pre Loader components for vue.js projects with playground. ##### Progress Bar From 0495564a74133e1b144a78ad49c090ff913f5be5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-9ORVBHL\\Monayem Islam Tamal" Date: Wed, 8 Nov 2023 11:47:58 +0600 Subject: [PATCH 164/318] add Al-Quran app and monayem's portfolio made with vue 3 --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4ffca287a..0241ea7ef 100644 --- a/README.md +++ b/README.md @@ -650,13 +650,12 @@ - [Customizable Vue video chat app](https://github.com/daily-demos/vue-call-object) - A Vue video call demo app featuring local device controls and screen sharing. - [Vue3-Starter](https://github.com/cerino-ligutom/Vue3-Starter) A boilerplate with an opinion on how to structure your files/folders with a few examples such as **Vue Router** navigation guards, theming with **TailwindCSS**, form validation w/ **Vuelidate**, localization with **Fluent**, etc. - [Text Editor](https://github.com/devisasari/text-editor-vue-3) Text Editor made with Vue 3 Composition API, Bootstrap and Firebase by [İsa Sarı](https://github.com/devisasari) -- [Vue 3 + Laravel v9 - Boilerplate / Starter kit](https://github.com/fsgreco/vue3-laravel-api) An implementation of the **Laravel Breeze** application / authentication starter kit frontend in Vue.js v3. How a library can become a framework with the help of **pinia** and **vue-router**. +- [Vue 3 + Laravel v9 - Boilerplate / Starter kit](https://github.com/fsgreco/vue3-laravel-api) An implementation of the **Laravel Breeze** application / authentication starter kit frontend in Vue.js v3. How a library can become a framework with the help of **pinia** and **vue-router**. - [h5](https://github.com/gyt95/h5) A Monorepo-based mobile engineering project. (Monorepo + Pnpm + Vite3.x + Vue3.2+ + TypeScript4.x + VueRouter4.x + Pinia...) -- [Vitesse Starter](https://github.com/antfu/vitesse) ⛺️ Vue 3 starter inclode ( Layouts | i18n | UnoCSS | pinia | Markdown | Dark Mode | PWA | SSG | Component Auto-Importing | File-Based Router | Composition API | TypeScript) +- [Vitesse Starter](https://github.com/antfu/vitesse) ⛺️ Vue 3 starter inclode ( Layouts | i18n | UnoCSS | pinia | Markdown | Dark Mode | PWA | SSG | Component Auto-Importing | File-Based Router | Composition API | TypeScript) - [Vitesse-lite Starter](https://github.com/antfu/vitesse-lite) ⛺️ Lightweight version of Vitesse (Vue 3 Starter) - [vue-plugin-boilerplate](https://github.com/selimdoyranli/vue-plugin-boilerplate) - Boilerplate for vue 2&3 plugin development 🟩📦 - ### Books - [The Majesty Of Vue.js](https://www.packtpub.com/web-development/majesty-vuejs) by Alex Kyriakidis & Kostas Maniatis, Packt. (Nov 2016) @@ -943,6 +942,7 @@ - [activist.org/](https://activist.org/) - Open-source, nonprofit activism platform. - [Sneat Free Vuetify VueJS Admin Template](https://themeselection.com/item/sneat-free-vuetify-vuejs-admin-template/) - The Ultimate Free VueJS Admin Template for building responsive web apps - [starfish-vue3-lowcode](https://github.com/haixin-fang/starfish-vue3-lowcode) - Vue3 visual lowcode form designer, convenient and quick to complete all kinds of form design! +- [Al Quran App-Vue 3](https://github.com/monayemislam/Al-Quran-Using-Vue) - Al Quran App that allows you to read surah with english meaning ### Commercial Products @@ -1182,13 +1182,14 @@ - [Pinterest video downloader](https://www.pinterestdownloder.video/) - Tool for Downloading pinterest videos in HD - [Scrumfast](https://www.scrumfast.com) - Extremely intuitive project management scrum tool. - [CryptoTracks](https://cryptotracks.io) - Unleash and discover musical creativity on the Ethereum blockchain. -- [CodeSnippet](https://www.codesnippet.fr) - A collaborative code editor for teachers and students. +- [CodeSnippet](https://www.codesnippet.fr) - A collaborative code editor for teachers and students. - [Gradientos](https://www.gradientos.app) - Gradientos makes finding gradients easy. - [httptools.dev](https://httptools.dev/) - Collection of many online checks and tools for web developers, like a JSON formatter, redirect check or URL encoder. Built with Vue3 and vue-router, backend API uses Laravel. -- [Cuping Font](https://cupingfont.com/) - Cool font generator made with vuejs +- [Cuping Font](https://cupingfont.com/) - Cool font generator made with vuejs - [Slack Vuesualizer](https://slack-vuesualizer.vercel.app) - Display and search through your Slack archive. - [findcharitables.org](https://findcharitables.org/) - Website for listing of organizations that need donation - [FontBolt](https://www.fontbolt.com/) - Discover and generate your favorite fonts from pop culture +- [Portfolio Site](https://monayemislam.me) - Monayem Islam, A full-stack web application developer's portfolio site. Made with Love and Vue 3. ### Interactive Experiences @@ -1494,7 +1495,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ #### Icons - [vue-awesome](https://github.com/Justineo/vue-awesome) - Font Awesome component for Vue.js, using inline SVG. -- [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons 'vue-material-design-icons on GitHub') - A collection of SVG Material Design icons as single file components. +- [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons "vue-material-design-icons on GitHub") - A collection of SVG Material Design icons as single file components. - [vue-icon-font](https://github.com/ganl/vue-icon-font) - A iconfont plugin for Vuejs (support Font-class and Symbol). - [vue-ionicons](https://github.com/mazipan/vue-ionicons) - Vue Icon Set Components from Ionic Team. - [vue-ico](https://github.com/paulcollett/vue-ico) - Dead easy icons for Vue with drop-in browser support & selective bundling @@ -1992,7 +1993,7 @@ _Display non-editable events in a Calendar_ - [vite-plugin-vue-preview](https://github.com/liting-yes/vite-plugin-vue-preview) - a vite plugin for code preview, of course you can also use the component separately - [vue3-calendar-heatmap](https://github.com/razorness/vue3-calendar-heatmap) - A lightweight calendar heatmap Vue 3 component built on SVG - [vue3-code-block](https://github.com/webdevnerdstuff/vue3-code-block) - Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js. -- [v-image-magnifier](https://github.com/fchancel/v-image-magnifier) - A Vue 3 plugin that provides interactive image zoom functionality. Allow users to zoom in on an image by hovering over it, providing an enlarged view of the corresponding part of the image. +- [v-image-magnifier](https://github.com/fchancel/v-image-magnifier) - A Vue 3 plugin that provides interactive image zoom functionality. Allow users to zoom in on an image by hovering over it, providing an enlarged view of the corresponding part of the image. - [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. - [@kolirt/vue-web3-auth](https://github.com/kolirt/vue-web3-auth) - 💎 Web3 authentication for Vue3 apps based on WalletConnect v2 and wagmi - [zoom-image](https://willnguyen1312.github.io/zoom-image/) - A little yet powerful framework agnostic library to zoom image on the web @@ -2212,7 +2213,7 @@ _Switch / on/off toggle / checkbox_ - [vue-tristate-checkbox](https://github.com/hartwork/vue-tristate-checkbox) - Cycling tristate checkbox that supports form submission - [vue-toggles](https://github.com/juliandreas/vue-toggles) - A highly customizable and accessible toggle component - [@vueform/toggle](https://github.com/vueform/toggle) - Vue 3 toggle component with labels, custom slots and styling options. -- [vue-collapsed](https://github.com/smastrom/vue-collapsed) - Vue 3 CSS height transition from any to auto and vice versa. Accordion ready. +- [vue-collapsed](https://github.com/smastrom/vue-collapsed) - Vue 3 CSS height transition from any to auto and vice versa. Accordion ready. ##### Masked Input @@ -2291,7 +2292,7 @@ _Display images_ - [vue-image-kit](https://github.com/guastallaigor/vue-image-kit) - Vue.js Image Kit Component with Lazy Load built in and Responsive Images. - [vue-preview-imgs](https://github.com/hzpeng57/vue-preview-imgs) - A picture preview plugin for Vue3 - [awesome-image](https://github.com/newbeea/awesome-image) - An universal image component for Vue2 / Vue3 / Nuxt with Lazyload / Responsive / Progressive / Auto-WebP / WebGL Filter / WebGL Transition supported. -- [TwicPics](https://github.com/TwicPics/components) - Components replacing img and video tags with lazy loading, CLS optimization, and progressive loading out-of-the-box and enabling media optimization and manipulation. +- [TwicPics](https://github.com/TwicPics/components) - Components replacing img and video tags with lazy loading, CLS optimization, and progressive loading out-of-the-box and enabling media optimization and manipulation. ##### Video Manipulation @@ -2524,7 +2525,6 @@ _Set of components + responsive layout system_ - [Prefect Design](https://prefect-design.netlify.app/) - Component library using Vue 3, Typescript & Tailwind. - [Stellar UI](https://github.com/ManukMinasyan/stellar-ui) - Fully styled and customizable components for Vue 3. - #### Mobile _UI frameworks for mobile_ @@ -2576,7 +2576,7 @@ _Set of components without layout system_ - [slim-ui](https://github.com/mevinoth/slim-ui) - Minimal UI components based on Vue.js - [Vue Component Development Kit](https://github.com/christiankienle/cdk) - Unstyled, highly tested and flexible Vue components/mixins/plugins. - [element-pro-components](https://github.com/tolking/element-pro-components) A component library for Vue 3 base on element-plus -- [TW Elemetns for Vue](https://tw-elements.com/docs/standard/integrations/vue-integration/) - Vue integration with Tailwind CSS - a free, open-source UI Kit +- [TW Elemetns for Vue](https://tw-elements.com/docs/standard/integrations/vue-integration/) - Vue integration with Tailwind CSS - a free, open-source UI Kit #### Admin Template @@ -2603,6 +2603,7 @@ _Set of admin template_ - [vue-admin-box](https://github.com/cmdparkour/vue-admin-box) - The admin template based on vue3 and element-plus. [Live demo](https://cmdparkour.github.io/vue-admin-box/dist/) - [argon-dashboard-vue3](https://github.com/ltv/argon-dashboard-vue3) - Template, Element Plus & TailwindCSS 3, Vue3. - [Vitify Admin](https://github.com/kingyue737/vitify-admin) - Vite 3 + Vuetify 2 + TypeScript, Vue 2.7 + #### Server-side rendering - [Nuxt.js](https://github.com/nuxt/nuxt.js) - Versatile Vue.js Framework. @@ -2943,7 +2944,7 @@ _Move a DOM node to a target DOM node_ - [vue-styled-shadows](https://github.com/juliandreas/vue-styled-shadows) - Component based styled shadow patterns for images. - [v-visible](https://github.com/andrewvasilchuk/v-visible) - Vue.js directive for setting visibility of an element. - [vue-web-otp](https://github.com/mrbilit/vue-web-otp) - Vue.js component to work with browser's WebOTP API to receive OTPs over SMS -- [v-privacy](https://github.com/fchancel/v-privacy) - Vue3 plugin that allows to manage the privacy of an HTML element by blurring its content +- [v-privacy](https://github.com/fchancel/v-privacy) - Vue3 plugin that allows to manage the privacy of an HTML element by blurring its content #### WebGL @@ -3074,10 +3075,10 @@ _Internationalization / L10n / localization / translation_ - [localize-vue-3x](https://github.com/uiwebkit/localize-vue-3x) - Uni Localization Vue 3 integration example. Customizable Language Menu widget built with Web Components. - [vue-next-i18n](https://github.com/Aaronlamz/vue-next-i18n) - A lightweight internationalization plugin for Vue 3. - [tolgee/vue](https://github.com/tolgee/tolgee-js/tree/main/packages/vue) - Web-based localization tool enabling users to translate directly in the Vue 3 app they develop. -- [excel-to-json](https://github.com/Aaronlamz/excel-to-json) - A easy tool is created to convert Excel to JSON for i18n. -- [intlify/vue-i18n-next](https://github.com/intlify/vue-i18n-next) - Vue I18n for Vue 3. -- [i18n-pro/vue](https://github.com/i18n-pro/vue) - Lightweight, simple, flexible, automatic translation internationalization tool for Vue. -- [i18n-pro/vue2](https://github.com/i18n-pro/vue2) - Lightweight, simple, flexible, automatic translation internationalization tool for Vue 2. +- [excel-to-json](https://github.com/Aaronlamz/excel-to-json) - A easy tool is created to convert Excel to JSON for i18n. +- [intlify/vue-i18n-next](https://github.com/intlify/vue-i18n-next) - Vue I18n for Vue 3. +- [i18n-pro/vue](https://github.com/i18n-pro/vue) - Lightweight, simple, flexible, automatic translation internationalization tool for Vue. +- [i18n-pro/vue2](https://github.com/i18n-pro/vue2) - Lightweight, simple, flexible, automatic translation internationalization tool for Vue 2. #### Custom Events From fe95e49f795c36b3a38b4d399d2a90218d7500a6 Mon Sep 17 00:00:00 2001 From: Monayem Islam Date: Wed, 8 Nov 2023 12:04:34 +0600 Subject: [PATCH 165/318] A dd a community group of bangladesh for Vue Js Developer In this group you may ask any query related to vue JS. Other developer's will try to help you. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0241ea7ef..69d9e4c80 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ - [VueJS Translations Ukraine](https://t.me/vuejs_ukraine) - Telegram Group (Ukraine) - [VueJS Kenya - Twitter Account](https://twitter.com/KenyaVue) - [VueJS Magyar - Facebook Group [Hungarian]](https://www.facebook.com/groups/huvuejs/) +- [VueJS Bangladesh - Facebook Group] (https://www.facebook.com/groups/764064325433370) ### Conferences From 53965e012084f9bbdfe1ad4a265ccb50e064d71d Mon Sep 17 00:00:00 2001 From: cp-dharti-r Date: Mon, 6 Nov 2023 16:34:14 +0530 Subject: [PATCH 166/318] Added file management package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69d9e4c80..124d7e8c8 100644 --- a/README.md +++ b/README.md @@ -2315,6 +2315,7 @@ _Display images_ - [vue-file-agent](https://github.com/safrazik/vue-file-agent) - Full-featured drag & drop enabled Vue file upload component with previews and upload progress - [vue-cloudinary-uploader](https://github.com/xinnks/vue-cloudinary-uploader) - A cloudinary image cropper and uploader component for VueJs - [vue-dropify](https://github.com/khofaai/vue-dropify) - A Simple image dropzone component for Vuejs +- [vue-file-upload](https://github.com/canopas/vue-file-upload) - A file management system that allows for single and multiple file uploading with a preview feature ##### Context Menu From 752265147771f328fe579c0c7f68c635c57d5abb Mon Sep 17 00:00:00 2001 From: nickap <49733176+nickap@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:55:51 +0200 Subject: [PATCH 167/318] Add vue-exit-intent --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 124d7e8c8..859170b05 100644 --- a/README.md +++ b/README.md @@ -2671,6 +2671,7 @@ _Handling of user events (scroll, click, key strike, ...)_ - [vue-pseudo-window](https://github.com/privatenumber/vue-pseudo-window) - 👻 Component to declaratively interface window/document in your Vue template - [v-on-page-video](https://github.com/mahdikhashan/v-on-page-video) - Vue.js directive to change the state of a Video element on visibility change - [vue3-click-outside](https://github.com/mahdikhashan/vue3-click-outside) - Directive for Vue 3 to run a method on clicking outside of the binded element +- [vue-exit-intent](https://github.com/nickap/vue-exit-intent) - ✨ Vue Composable to handle user's Exit Intent. #### Responsive Design From 1cdc9d24bb0a54d222bc503be661296b2fd95713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=95=E2=84=83?= <41979509+lhlyu@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:28:43 +0800 Subject: [PATCH 168/318] add vue-virtual-waterfall --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 859170b05..ce3072ab0 100644 --- a/README.md +++ b/README.md @@ -2464,6 +2464,7 @@ _Layout for the overall / main view_ - [vue-console-feed](https://github.com/tachibana-shin/vue-console-feed) - A plugin that allows you to display `console like Chrome Devtools` for vue. - [vue-typed-virtual-list](https://github.com/bsssshhhhhhh/vue-typed-virtual-list) - [Vue 3.x] small, efficient, TypeScript-friendly virtual scroller for rendering massive data - [fit-screen](https://github.com/jp-liu/fit-screen) - A vue component based on the scale large screen adaptive solution. +- [vue-virtual-waterfall](https://github.com/lhlyu/vue-virtual-waterfall) - A virtual waterfall component for Vue 3.x. ### Frameworks From 4dd08722b747de2a205646bd67a01f829760fa04 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Sun, 3 Dec 2023 13:29:41 -0800 Subject: [PATCH 169/318] * Move vuetify-resize-drawer to correct category * Add vuetify-drilldown-table * Fix vue-code-block name/link * Add vuetify-color-field * Add vuetify-inline-fields --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce3072ab0..8cc58dc3b 100644 --- a/README.md +++ b/README.md @@ -1315,9 +1315,9 @@ _Tables / data grids_ - [jz-gantt](https://github.com/jeremyjone/jz-gantt) - A high-performance Vue gantt component, which includes highly customizable table columns, dynamic update data, freely drag the progress bar, switch header, etc. - [vue3-easy-data-table](https://github.com/HC200ok/vue3-easy-data-table) - A easy-to-use data table component made with Vue.js 3.x, referring to the API and UI of data table component in Vuetify 2. - [lv2-datatable](https://github.com/HELMAB/lv2-datatable) - Integrate the Laravel datatables with your Vue app without using JQuery. -- [vuetify-resize-drawer](https://github.com/webdevnerdstuff/vuetify-resize-drawer) - Vuetify v2. The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user. - [el-col-group](https://github.com/jiangfei5945/el-col-group) - Powerful and Flexable column for Element table. - [tanstack-table](https://github.com/tanstack/table) - Headless UI for building powerful tables & datagrids. +- [vuetify-drilldown-table](https://github.com/webdevnerdstuff/vuetify-drilldown-table) - The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's v-data-table and v-data-table-server. It provides a recursive table structure, allowing you to display hierarchical data in a nested format. #### Notification @@ -1484,6 +1484,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue3-side-panel](https://github.com/headmandev/vue3-side-panel) - 🔥 Easy to use and flexible modal sidebar component for Vue3. - [vuejs-confirm-dialog](https://github.com/harmyderoman/vuejs-confirm-dialog) - :speech_balloon: a simple way to create, reuse, promisify and build chains of modal dialogs in Vue.js. - [@kolirt/vue-modal](https://github.com/kolirt/vue-modal) - ⚡️ Simple Vue3 modal package +- [vuetify-resize-drawer](https://github.com/webdevnerdstuff/vuetify-resize-drawer) - The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user. #### Parallax @@ -1993,7 +1994,7 @@ _Display non-editable events in a Calendar_ - [vue-web-terminal](https://github.com/tzfun/vue-web-terminal) - 💻 A feature-rich and powerful web terminal plugin for vue2 & vue3.(功能强大的网页命令行终端插件) - [vite-plugin-vue-preview](https://github.com/liting-yes/vite-plugin-vue-preview) - a vite plugin for code preview, of course you can also use the component separately - [vue3-calendar-heatmap](https://github.com/razorness/vue3-calendar-heatmap) - A lightweight calendar heatmap Vue 3 component built on SVG -- [vue3-code-block](https://github.com/webdevnerdstuff/vue3-code-block) - Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js. +- [vue-code-block](https://github.com/webdevnerdstuff/vue-code-block) - Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js. - [v-image-magnifier](https://github.com/fchancel/v-image-magnifier) - A Vue 3 plugin that provides interactive image zoom functionality. Allow users to zoom in on an image by hovering over it, providing an enlarged view of the corresponding part of the image. - [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. - [@kolirt/vue-web3-auth](https://github.com/kolirt/vue-web3-auth) - 💎 Web3 authentication for Vue3 apps based on WalletConnect v2 and wagmi @@ -2196,6 +2197,7 @@ _Let the user select a tag / something while typing_ - [vue-color-picker-board](https://github.com/shlomnissan/vue-color-picker-board) - Vue Color Picker component designed for humans! - [verte](https://github.com/baianat/verte) - A Complete Vue.js Color Picker Component. - [vue-color-input](https://github.com/gVguy/vue-color-input) – Vue 3 color picker component whose goal is to replace `` +- [vuetify-color-field](https://github.com/webdevnerdstuff/vuetify-color-field) - Vuetify Color Field is a Vuetify VTextField Color Picker Component ##### Switch @@ -2365,6 +2367,7 @@ _Display images_ - [vue-list-picker](https://github.com/guastallaigor/vue-list-picker) - Just a simple list picker component made with Vue.js. - [vue-diagram-editor](https://github.com/max-kut/vue-diagram-editor) - Highly customizable diagram editor with slot-based nodes (vue^2.6) - [v-use-places-autocomplete](https://github.com/wobsoriano/v-use-places-autocomplete) - 📍 Vue composable for Google Maps Places Autocomplete. +- [vuetify-inline-fields](https://github.com/webdevnerdstuff/vuetify-inline-fields) - Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications. ##### Wizard From e6af35f5898f326d76459f14ec5a695c9e68cff4 Mon Sep 17 00:00:00 2001 From: Bruce Date: Thu, 7 Dec 2023 21:05:11 +0800 Subject: [PATCH 170/318] feat: add dolphin admin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cc58dc3b..5e9ba47d0 100644 --- a/README.md +++ b/README.md @@ -2609,6 +2609,7 @@ _Set of admin template_ - [vue-admin-box](https://github.com/cmdparkour/vue-admin-box) - The admin template based on vue3 and element-plus. [Live demo](https://cmdparkour.github.io/vue-admin-box/dist/) - [argon-dashboard-vue3](https://github.com/ltv/argon-dashboard-vue3) - Template, Element Plus & TailwindCSS 3, Vue3. - [Vitify Admin](https://github.com/kingyue737/vitify-admin) - Vite 3 + Vuetify 2 + TypeScript, Vue 2.7 +- [Dolphin Admin](https://github.com/bit-ocean-studio/dolphin-admin-vue) - An open source, free, lightweight, out-of-the-box, internationalized admin template based on Vue 3 + Vite + Naive UI + TypeScript + TailwindCSS. [Live demo](https://dolphin-admin-vue.bit-ocean.studio/) #### Server-side rendering From 48e1d90bdc4acc8b6321ea37d5332b3247d519fc Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Sun, 24 Dec 2023 19:49:40 +0900 Subject: [PATCH 171/318] Add virtua --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e9ba47d0..25b0ae304 100644 --- a/README.md +++ b/README.md @@ -1777,6 +1777,7 @@ _Display non-editable events in a Calendar_ - [@grafikri/vue-infinite-scroll](https://github.com/grafikri/vue-infinite-scroll) - Basic infinite scroll for Vue - [vinscroll](https://github.com/logustra/vinscroll) - A minimalist infinite scroll component - [virtual-list](https://github.com/phphe/virtual-list) - Virtual list component. Features: Vue2, Vue3, TypeScript, SSR, horizontal list, virtual table. +- [virtua](https://github.com/inokawa/virtua) - A zero-config, fast and small (~3kB) virtual list component for React and Vue #### Pull-to-refresh From de1fe2529c4a4b0443f39e8717f334540d9e9460 Mon Sep 17 00:00:00 2001 From: "Yahya J. Aifit" Date: Tue, 26 Dec 2023 00:31:38 +0700 Subject: [PATCH 172/318] add new portfolio page --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25b0ae304..fdd5acdfc 100644 --- a/README.md +++ b/README.md @@ -1209,6 +1209,7 @@ - [User Friendly Justice Data](https://justicemoroccoprototype.hiil.org/) - Explore justice data from Morocco. - [Thing](https://github.com/snturk/thing) - Breath exercise & meditation web app made with Vue. - [Vue Play](https://www.vueplay.com) - Create Vue components and applications in an interactive / visual drag & drop designer. +- [Yahya J. Aifit](https://yja.me) - Portfolio page that inspired by the appearance of desktop operating system. ### Enterprise Usage From 65a70826f05b968ae329b5d539adb3bf3b8d3d59 Mon Sep 17 00:00:00 2001 From: "Yahya J. Aifit" Date: Tue, 26 Dec 2023 00:34:15 +0700 Subject: [PATCH 173/318] update text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd5acdfc..968bb9c8a 100644 --- a/README.md +++ b/README.md @@ -1209,7 +1209,7 @@ - [User Friendly Justice Data](https://justicemoroccoprototype.hiil.org/) - Explore justice data from Morocco. - [Thing](https://github.com/snturk/thing) - Breath exercise & meditation web app made with Vue. - [Vue Play](https://www.vueplay.com) - Create Vue components and applications in an interactive / visual drag & drop designer. -- [Yahya J. Aifit](https://yja.me) - Portfolio page that inspired by the appearance of desktop operating system. +- [Yahya J. Aifit's Portfolio Site](https://yja.me) - Portfolio site that inspired by the appearance of desktop operating system. ### Enterprise Usage From 52879f6845733bfd3c6b282f238f8136597529a3 Mon Sep 17 00:00:00 2001 From: Benjamin Raymond <31401273+7PH@users.noreply.github.com> Date: Sat, 23 Dec 2023 18:54:33 +0100 Subject: [PATCH 174/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 968bb9c8a..9a05a8576 100644 --- a/README.md +++ b/README.md @@ -2263,7 +2263,7 @@ _Switch / on/off toggle / checkbox_ - [toast-ui.vue-editor](https://github.com/nhnent/toast-ui.vue-editor) - Vue Wrapper for [TOAST UI Editor](http://ui.toast.com/tui-editor). - [ckeditor5-vue](https://github.com/ckeditor/ckeditor5-vue) - An official CKEditor 5 rich text editor component for Vue.js. - [yimo-vue-editor](https://github.com/yimogit/yimo-vue-editor) - A wangEditor2 component for Vue2. -- [vue-mathlive](https://github.com/arnog/vue-mathlive) A MathLive math editor (mathfield) for Vue.hjs +- [vue-mathlive](https://github.com/arnog/vue-mathlive) A MathLive math editor (mathfield) for Vue.js - [vue-editor-js](https://github.com/ChangJoo-Park/vue-editor-js) Next generation block styled editor. for Vue.js - [element-tiptap](https://github.com/Leecason/element-tiptap) A WYSIWYG rich-text editor using tiptap and Element UI for Vue.js - [@mycure/vue-wysiwyg](https://github.com/mycurelabs/vue-wysiwyg) - 34Kb lightweight wysiwyg editor with NO 3rd party plugin. From 5f0e1660a1ad804764bfbad1fc12e9f1912b0a88 Mon Sep 17 00:00:00 2001 From: Terry Cai Date: Mon, 1 Jan 2024 12:05:44 +0800 Subject: [PATCH 175/318] Update README.md component updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a05a8576..d84c4daf7 100644 --- a/README.md +++ b/README.md @@ -1692,7 +1692,7 @@ _Display non-editable events in a Calendar_ - [vue-calendar](https://github.com/kylin-z/vue-calendar) - A simple calendar components for Vue 2.1.5+, support custom content. No dependencies. - [vue2-event-calendar](https://github.com/kitwon/vue2-event-calendar) - An events calendar for Vue2, support customize event items and calendar header. - [vue2-datePicker-infinite](https://github.com/leepyng/vue-datepicker-infinite) - An infinite datePicker for Vue2, easy to use and no dependencies. -- [vue2-slot-calendar](https://github.com/icai/vue2-calendar) - A vue 2 calendar, datepicker component which supported lunar or date event, bootstrap style. +- [vue3-slot-calendar](https://github.com/icai/vue3-calendar) - A vue 3 calendar, datepicker component which supported lunar or date event, bootstrap style. - [quasar-calendar](https://github.com/stormseed/quasar-calendar) - A vue.js calendar using the Quasar framework that implements monthly, multi-day and agenda views. - [vue2-datepicker](https://github.com/mengxiong10/vue2-datepicker) - A beautiful datepicker / datetimepicker component for Vue2 - [vue-pikaday](https://github.com/enrian/vue-pikaday) - VueJS wrapper component for [Pikaday](https://github.com/dbushell/Pikaday) datepicker From 895eb56ae651908bb3ca65bbdcfffff579965a1f Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 1 Jan 2024 23:31:06 +0100 Subject: [PATCH 176/318] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d84c4daf7..5f5b6c4f8 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ ### Tutorials -- [Learn Vue 2: Step By Step](https://laracasts.com/series/learn-vue-2-step-by-step) on Laracasts +- [Learn Vue 3: Step by Step](https://laracasts.com/series/learn-vue-3-step-by-step) on Laracasts - [Vuejs 2 Authentication Tutorial](https://auth0.com/blog/vuejs2-authentication-tutorial/) on Auth0 blog - [Create a GitHub File Explorer Using Vue.js](https://scotch.io/tutorials/create-a-github-file-explorer-using-vue-js) on Scotch.io - [Vue.js Tutorial](http://vegibit.com/vue-js-tutorial/) on Vegibit From 59499f380134cc8d5169de3388a2d5d2a3fc663d Mon Sep 17 00:00:00 2001 From: Rofix Date: Fri, 26 Jan 2024 14:35:52 +0800 Subject: [PATCH 177/318] feat: add vue3-realworld-app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f5b6c4f8..fda69dcab 100644 --- a/README.md +++ b/README.md @@ -944,6 +944,7 @@ - [Sneat Free Vuetify VueJS Admin Template](https://themeselection.com/item/sneat-free-vuetify-vuejs-admin-template/) - The Ultimate Free VueJS Admin Template for building responsive web apps - [starfish-vue3-lowcode](https://github.com/haixin-fang/starfish-vue3-lowcode) - Vue3 visual lowcode form designer, convenient and quick to complete all kinds of form design! - [Al Quran App-Vue 3](https://github.com/monayemislam/Al-Quran-Using-Vue) - Al Quran App that allows you to read surah with english meaning +- [vue3-realworld-app](https://github.com/rofixro/vue3-realworld-app) - 🖖 Best practices for building RealWorld with Vue3 ### Commercial Products From 55323d48ccf9858fc09c724d6a380d370f466c65 Mon Sep 17 00:00:00 2001 From: Saanvi Sen <88199117+saanvi-ts@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:06:15 +0530 Subject: [PATCH 178/318] Added Vue CheatSheet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fda69dcab..30618f04b 100644 --- a/README.md +++ b/README.md @@ -3530,6 +3530,7 @@ _Create documentation_ - [vuese](https://github.com/vuese/vuese) - One-stop solution for vue component documentation. - [vue-dotmd-loader](https://github.com/mengdu/vue-dotmd-loader) - A webpack loader for loader markdown file transform to vue file. - [vue-tut](https://github.com/evwt/vue-tut) - Easily build beautiful tutorials with Vue. +- [Vue Cheatsheet](https://vue-cheatsheet.themeselection.com/) - The only Vue cheatsheet you will ever need #### Test From 70441085bf4c84689f6bb09cd6a5f03c1838d0a3 Mon Sep 17 00:00:00 2001 From: Rofix Date: Thu, 1 Feb 2024 15:15:53 +0800 Subject: [PATCH 179/318] feat: add css-3d-progress --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30618f04b..b10b8f25b 100644 --- a/README.md +++ b/README.md @@ -1415,6 +1415,7 @@ _A slim progress bar at the top of the page_ - [vue-ins-progress-bar](https://github.com/meloalright/vue-ins-progress-bar) - A Vue component of ins-style progress bar 一款 ins 风格的 vue 进度条组件 - [vue-next-progressbar](https://github.com/jambonn/vue-next-progressbar) - Slim progress bars(1KB gzipped) for Vue 3. - [vue3-progress](https://github.com/marcoschulte/vue3-progress) - Fully customizable vue3 plugin to display a progress bar while waiting for something, e.g. http requests +- [css-3d-progress](https://github.com/rofixro/css-3d-progress) - A 3D progress bar component written using web Components, supports Vue, React and Svelte. #### Tooltip From c517ffee5c48274d7f3d3bb146cacfd3d219077a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdullah=20U=C4=9Fra=C5=9Fkan?= Date: Wed, 31 Jan 2024 23:47:17 +0300 Subject: [PATCH 180/318] feat: add new tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b10b8f25b..cefca2a9f 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ - [Developing a web application with Vue.js 3 and Vite.js (French)](https://mickael-baron.fr/web/vuejs-miseenoeuvre-part2) par Mickael Baron - [Deploying a web application powered by Vue.js 3 with Docker (French)](https://mickael-baron.fr/web/vuejs-deploiement-part3) par Mickael Baron - [Advantages of Vue.js over React, Angular, and other frameworks in Turkish](https://medium.com/@dev.isasari/vuejsin-react-ve-angular-a-g%C3%B6re-avantajlar%C4%B1-6fe1d653beb1) by İsa Sarı +- [Türkçe Vue 3 Dersleri](https://www.youtube.com/playlist?list=PLf-6qk7szL-J4a7xaGf2TbW0p_cGbeMe7) on Youtube by Abdullah Uğraşkan ### Examples From 100ff022755435e0647c6d85d1d7a48fe0f8375b Mon Sep 17 00:00:00 2001 From: Leo <3853621+leoelz@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:28:24 -0300 Subject: [PATCH 181/318] Prokarman resume builder removed - broken link According [archive.org](https://web.archive.org/web/20201002112448/https://prokarman.com/) October 2020 was the last time it was captured live. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cefca2a9f..57a8817fb 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,6 @@ - [Vue.js Jobs - VueJobs](https://vuejobs.com/) - A Vue.js job portal to hire or get hired for all your Vue.js jobs. - [Vue.js Interview Questions](https://github.com/sudheerj/vuejs-interview-questions) - A List of 300 VueJS Interview Questions and Answers -- [Prokarman Resume Builder](https://prokarman.com/) - A Free Resume Builder for crafting resumes for your dream job. ### Community From 7e111fc96e083192ac630b9ce084a681a4c18bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20=C3=96sterlund?= <63011648+tomosterlund@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:39:13 +0100 Subject: [PATCH 182/318] Add Schedule-X --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57a8817fb..47ee5d8ab 100644 --- a/README.md +++ b/README.md @@ -1714,6 +1714,7 @@ _Display non-editable events in a Calendar_ - [vue-datepicker-ui](https://github.com/edisdev/vue-datepicker-ui) - A datepicker component for vue.js - [vue-tailwind-datepicker](https://github.com/elreco/vue-tailwind-datepicker) - A Vue 3 Datepicker using Tailwind CSS 3 - [qalendar](https://github.com/tomosterlund/qalendar) - An event calendar and datepicker for Vue 3 +- [schedule-x](https://github.com/schedule-x/schedule-x) - A material design event calendar. Customizable, light- and dark modes & multilingual. #### Map From ab5751553cb79aff435baf50896395e2b061823c Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Mon, 19 Feb 2024 12:10:31 +0200 Subject: [PATCH 183/318] add tracked-instance --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47ee5d8ab..d9b5c389b 100644 --- a/README.md +++ b/README.md @@ -2716,6 +2716,7 @@ _Handling of user events (scroll, click, key strike, ...)_ - [Reforms.js](https://github.com/empla/reforms) - Vue 3 and Bootstrap forms and cards generator. Validation, multiple fields, grouping, schema and more. - [FormKit](https://github.com/formkit/formkit) - Vue 3 form development. 10x faster. Form inputs, validation, submission, error handling, generation, accessibility, theming, and more. - [vrf](https://github.com/dimailn/vrf) - Declarative scalable ui-agnostic markup-based Vue forms. +- [tracked-instance](https://github.com/rudnik275/tracked-instance) - Build large forms and track all changes. ##### Validation From 7dea698a79491fdaaa20b7c4c9062ce76eaef4c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=9F=B9=E9=91=AB?= Date: Wed, 21 Feb 2024 18:19:44 +0800 Subject: [PATCH 184/318] feat: add vue-default-page --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9b5c389b..a15e8c0a3 100644 --- a/README.md +++ b/README.md @@ -1396,6 +1396,7 @@ _Loaders / spinners / progress bars — Let the user know that something is load - [uspin](https://github.com/peterroe/uspin) - A vue3 component that adds a spin mask at load time.🔄 - [vue-img-lazy-tiny](https://github.com/peterroe/vue-img-lazy-tiny) - A vue3 directive that provide a shield while loading. - [vue3-ui-preloader](https://github.com/gbast0s/vue3-ui-preloader) - Vue3 Pre Loader components for vue.js projects with playground. +- [vue-default-page](https://github.com/zero-one-code/vue-default-page) - A Vue 3.0 plugin with built-in v-loading, v-skeleton, v-error and v-empty custom directives. ##### Progress Bar From 612fd0e394ba6300bb82996873d36bd6398e7225 Mon Sep 17 00:00:00 2001 From: wanghao Date: Tue, 23 Apr 2024 10:27:55 +0800 Subject: [PATCH 185/318] add new tutorial --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a15e8c0a3..336387e80 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,8 @@ - [Deploying a web application powered by Vue.js 3 with Docker (French)](https://mickael-baron.fr/web/vuejs-deploiement-part3) par Mickael Baron - [Advantages of Vue.js over React, Angular, and other frameworks in Turkish](https://medium.com/@dev.isasari/vuejsin-react-ve-angular-a-g%C3%B6re-avantajlar%C4%B1-6fe1d653beb1) by İsa Sarı - [Türkçe Vue 3 Dersleri](https://www.youtube.com/playlist?list=PLf-6qk7szL-J4a7xaGf2TbW0p_cGbeMe7) on Youtube by Abdullah Uğraşkan +- [宁皓网独立开发者训练营:Vue 前端应用开发](https://www.bilibili.com/video/BV11z42167J2/) on bilibili +- [宁皓网独立开发者训练营:Vue 前端应用开发](https://studio.youtube.com/video/7SyviyGuk8k/edit) on Youtube ### Examples From c0b72c2ba3b2b151ee10124f650c4af4b93adfa7 Mon Sep 17 00:00:00 2001 From: Robert-Cristian Chiribuc Date: Thu, 25 Apr 2024 09:39:10 +0300 Subject: [PATCH 186/318] feat: Add vue-stack-grid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 336387e80..7ed5e135d 100644 --- a/README.md +++ b/README.md @@ -2476,6 +2476,7 @@ _Layout for the overall / main view_ - [vue-typed-virtual-list](https://github.com/bsssshhhhhhh/vue-typed-virtual-list) - [Vue 3.x] small, efficient, TypeScript-friendly virtual scroller for rendering massive data - [fit-screen](https://github.com/jp-liu/fit-screen) - A vue component based on the scale large screen adaptive solution. - [vue-virtual-waterfall](https://github.com/lhlyu/vue-virtual-waterfall) - A virtual waterfall component for Vue 3.x. +- [vue-stack-grid](https://github.com/chiribuc/vue-stack-grid) - A Vue 3 component designed to make creating dynamic, responsive grid layouts easy and efficient. ### Frameworks From b655b3a7faa2dd50b35e7b8fb295d9709f11c03c Mon Sep 17 00:00:00 2001 From: Carlos Jorge Rodriguez Date: Sun, 28 Apr 2024 12:53:56 -0400 Subject: [PATCH 187/318] Adding Vue Fluid DnD to the catalog --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed5e135d..17e46ab97 100644 --- a/README.md +++ b/README.md @@ -2166,7 +2166,8 @@ _Date / datetime / time Picker_ - [vue-drag-drop-snap](https://github.com/mrfade/vue-drag-drop-snap) - A dependency-free Vue component for drag and drop with snapping. - [vue3-dnd](https://github.com/hcg1023/vue3-dnd) - React DnD in Composition API implementation, Use the Composition API for sortable and free draggable, Supported Vue2, Vue3. - [sortablejs-vue3](https://github.com/MaxLeiter/sortablejs-vue3) - A Vue 3 component acting as a thin wrapper around SortableJS - +- [vue-fluid-dnd](https://github.com/carlosjorger/vue-fluid-dnd) - A Vue 3 drag and drop, sortable, dependency-free library with cool animations, a easy to use api using vue composables. + ##### Autocomplete _Autosuggest / autocomplete / typeahead_ From 1a8c67eb56d9c52080cd1da4eee04481a1fc0fb1 Mon Sep 17 00:00:00 2001 From: Artfaith Date: Fri, 3 May 2024 12:23:22 +0200 Subject: [PATCH 188/318] Added Vue port of shadcn/ui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17e46ab97..20c8fc286 100644 --- a/README.md +++ b/README.md @@ -2540,6 +2540,7 @@ _Set of components + responsive layout system_ - [Vuersatile Components](https://www.andres-brugarolas.com/vuersatile-components/) - A Vue 3 component library, with form self-validation and an SCSS framework integrated. - [Prefect Design](https://prefect-design.netlify.app/) - Component library using Vue 3, Typescript & Tailwind. - [Stellar UI](https://github.com/ManukMinasyan/stellar-ui) - Fully styled and customizable components for Vue 3. +- [Shadcn UI](https://github.com/radix-vue/shadcn-vue) - An unofficial, community-led Vue port of [shadcn/ui]() (re-usable components built with [Radix Vue]() and [Tailwind CSS]()). #### Mobile From ed3742e47d443f7e09911f66283b1bfbe2b5a254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Fri, 3 May 2024 21:15:48 +0800 Subject: [PATCH 189/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20c8fc286..48f7881ee 100644 --- a/README.md +++ b/README.md @@ -3708,6 +3708,7 @@ _Includes a backend boilerplate_ - [electron-vite-template](https://github.com/umbrella22/electron-vite-template) - A modern desktop application project template with Vue 3, Vite & Electron. **It's fast!** - [Vitectron](https://github.com/hyroge/vite-vue-electron) - Powerful & Modern Vue Desktop Application Template with TypeScript & JSX + Vue 3.x + Vite 2.x + Pinia 2.x + Vue-Router 4.x. - [Vutron](https://github.com/jooy2/vutron) - Quick start templates for Vite + Electron + Vue 3 + Vuetify + TypeScript. +- [electron-vite-vue](https://github.com/electron-vite/electron-vite-vue) - Really simple Electron + Vite + Vue boilerplate. #### Parts From 09e67fd7b08429b1e75c53d986a38a830be8590c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Fri, 3 May 2024 21:23:49 +0800 Subject: [PATCH 190/318] feat: add vben-adin admin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48f7881ee..5b00175c6 100644 --- a/README.md +++ b/README.md @@ -2621,6 +2621,7 @@ _Set of admin template_ - [argon-dashboard-vue3](https://github.com/ltv/argon-dashboard-vue3) - Template, Element Plus & TailwindCSS 3, Vue3. - [Vitify Admin](https://github.com/kingyue737/vitify-admin) - Vite 3 + Vuetify 2 + TypeScript, Vue 2.7 - [Dolphin Admin](https://github.com/bit-ocean-studio/dolphin-admin-vue) - An open source, free, lightweight, out-of-the-box, internationalized admin template based on Vue 3 + Vite + Naive UI + TypeScript + TailwindCSS. [Live demo](https://dolphin-admin-vue.bit-ocean.studio/) +- [vue-vben-admin](https://github.com/vbenjs/vue-vben-admin) - A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast! [Live demo](https://vben.vvbin.cn/) #### Server-side rendering From 1df5ffbcae5b1269cdd70d9556be398d04ab2296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Sat, 4 May 2024 10:47:17 +0800 Subject: [PATCH 191/318] Add Static website generator-VitePress --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b00175c6..c44462391 100644 --- a/README.md +++ b/README.md @@ -2639,6 +2639,7 @@ _Set of admin template_ - [Gridsome](https://github.com/gridsome/gridsome) - Build super fast, modern websites with Vue.js - [Servue](https://github.com/futureaus/servue) - Server-side rendering engine that renders vue files into html strings. - [îles](https://github.com/ElMassimo/iles) - Islands of interactivity, the joyful site generator +- [VitePress](https://github.com/vuejs/vitepress) - Vite & Vue powered static site generator. #### Other From b44376d3fe4d391c756505d243f092c41208364b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Sat, 4 May 2024 10:55:36 +0800 Subject: [PATCH 192/318] Add UI frameworks for mobile - uni-app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c44462391..2e75f4e08 100644 --- a/README.md +++ b/README.md @@ -2554,6 +2554,7 @@ _UI frameworks for mobile_ - [Ionic](https://github.com/ionic-team/ionic-framework) - Mobile app development framework - [Native script](https://github.com/nativescript-vue/nativescript-vue) - Native mobile applications using NativeScript - [Vue Native](https://github.com/GeekyAnts/vue-native-core) - Build cross platform native mobile apps using JavaScript +- [uni-app](https://github.com/dcloudio/uni-app) - A cross-platform framework using Vue.js _Set of components for mobile_ From d36562b3e0c5c9cfa272d0ab56e0f65d114dc315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Sat, 4 May 2024 11:05:02 +0800 Subject: [PATCH 193/318] Add Inspect - devtool-next --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e75f4e08..63667f78b 100644 --- a/README.md +++ b/README.md @@ -3521,6 +3521,7 @@ _Inspecting & debugging_ - [VueSource](https://github.com/davestewart/vue-source) - Global Vue mixin which identifies components in source code by adding HTML comments - [NW-Vue-DevTools](https://github.com/TheJaredWilcurt/nw-vue-devtools) - DevDependency for adding Vue DevTools into NW.js - [bruit-io](https://github.com/Moventes/bruit.io) - Collect feedback with screenshot and technical data and post them to an API like [bruit.io](https://bruit.io). +- [devtools-next](https://github.com/vuejs/devtools-next) - The next iteration of Vue DevTools. #### Docs From 9e5aa34b9145e71caf50947d7d079e8bfdffdcae Mon Sep 17 00:00:00 2001 From: Evan Sutherland Date: Sun, 5 May 2024 12:56:40 -0500 Subject: [PATCH 194/318] Update README.md adds @kitbag/router to available vue routers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63667f78b..295d04968 100644 --- a/README.md +++ b/README.md @@ -2827,6 +2827,7 @@ _Seamless scrolling_ - [vue-middleware](https://github.com/grafikri/vue-middleware) - Middleware for Vue. - [vue-router-webcache](https://github.com/Kolobok12309/vue-router-webcache) - Enable spa routing while in google/yandex/etc webcache. - [v-route-generate](https://github.com/weiquanju/v-route-generate) - A tool to generate routes for vue-router 4.x. +- [kitbag/router](https://github.com/kitbagjs/router) - A type safe router for vuejs #### Lazy Load From 329fb204dc447039ed969655bfb6109c2ace3a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Mon, 6 May 2024 17:09:54 +0800 Subject: [PATCH 195/318] Aadd Geeker-Admin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 295d04968..30fd58c4b 100644 --- a/README.md +++ b/README.md @@ -2623,6 +2623,7 @@ _Set of admin template_ - [Vitify Admin](https://github.com/kingyue737/vitify-admin) - Vite 3 + Vuetify 2 + TypeScript, Vue 2.7 - [Dolphin Admin](https://github.com/bit-ocean-studio/dolphin-admin-vue) - An open source, free, lightweight, out-of-the-box, internationalized admin template based on Vue 3 + Vite + Naive UI + TypeScript + TailwindCSS. [Live demo](https://dolphin-admin-vue.bit-ocean.studio/) - [vue-vben-admin](https://github.com/vbenjs/vue-vben-admin) - A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast! [Live demo](https://vben.vvbin.cn/) +- [Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin) - A set of open source backend management framework based on Vue3 + TypeScript + Element Plus. [Live demo](https://admin.spicyboy.cn) #### Server-side rendering From 42dbb9f8bf9ee0af7a683f2d9db401a13b026f56 Mon Sep 17 00:00:00 2001 From: Douglas Gaskell <1400380+douglasg14b@users.noreply.github.com> Date: Tue, 7 May 2024 21:27:11 -0700 Subject: [PATCH 196/318] feat: Add vue-flow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30fd58c4b..518b11b9c 100644 --- a/README.md +++ b/README.md @@ -1837,6 +1837,7 @@ _Display non-editable events in a Calendar_ - [v-network-graph](https://github.com/dash14/v-network-graph) - An interactive SVG based network-graph visualization component for Vue 3. - [coya](https://github.com/AlexanderMykulych/coya) - Diagram drawing library (vue3 only) - [vue-skia](https://github.com/rustq/vue-skia) - Skia based 2d graphics vue3 rendering library. It is based on Rust to implement software rasterization to perform rendering. +- [vue-flow](https://github.com/bcakmakoglu/vue-flow) - Interactive, customizeabe, graph & flowchart editor for Vue3 #### Social Sharing From c726101835c0afc96b10b90130669ea7abab6404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 14:33:27 +0800 Subject: [PATCH 197/318] Add vue-macros --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 518b11b9c..7776b4a3c 100644 --- a/README.md +++ b/README.md @@ -3023,6 +3023,7 @@ _Utilities not directly related to the UI_ - [vue-props-validation](https://github.com/rubnvp/vue-props-validation) - Vue props validation logic extracted for nested validations in objects and arrays using the Vue native syntax. - [vue-next-rx](https://github.com/NOPR9D/vue-next-rx) - Complete RxJS integration for Vue.js. (Update of vue-rx) - [fontawesome-autogen](https://github.com/GTANAdam/fontawesome-autogen) - Automatically detect and import fontawesome icons used in your webapp. +- [vue-macros](https://vue-macros.dev) - Explore and extend more macros and syntax sugar to Vue. #### Typescript From 115b49ba8371bdea269d45abeabeef4bb727c2ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 14:41:03 +0800 Subject: [PATCH 198/318] Add slidev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7776b4a3c..854ee45dd 100644 --- a/README.md +++ b/README.md @@ -947,6 +947,7 @@ - [starfish-vue3-lowcode](https://github.com/haixin-fang/starfish-vue3-lowcode) - Vue3 visual lowcode form designer, convenient and quick to complete all kinds of form design! - [Al Quran App-Vue 3](https://github.com/monayemislam/Al-Quran-Using-Vue) - Al Quran App that allows you to read surah with english meaning - [vue3-realworld-app](https://github.com/rofixro/vue3-realworld-app) - 🖖 Best practices for building RealWorld with Vue3 +- [slidev](https://github.com/slidevjs/slidev) - Presentation Slides for Developers ### Commercial Products From ca9fc0586a6f72e4d39e70441da3a89d58d04fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 15:13:03 +0800 Subject: [PATCH 199/318] Add trois and format --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 854ee45dd..7effa04be 100644 --- a/README.md +++ b/README.md @@ -2984,8 +2984,9 @@ _Move a DOM node to a target DOM node_ - [vue-displacement-slideshow](https://github.com/AlbanCrepel/vue-displacement-slideshow) - A Vue.js component that makes Webgl image displacement transitions easier. - [vue-fake3d-image-effect](https://github.com/LuXDAmore/vue-fake3d-image-effect) - An interactive 3D fake-effect for images with depth maps in WebGL. - [drie](https://github.com/janvorisek/drie) - A Vue 3 component library for three.js inspired by react-three-fiber. -- [TresJs](https://github.com/tresjs/tres): Declarative ThreeJS using Vue Components -- [Cientos](https://github.com/Tresjs/cientos): Collection of useful helpers and fully functional, ready-made abstractions for TresJs +- [TresJs](https://github.com/tresjs/tres) - Declarative ThreeJS using Vue Components +- [Cientos](https://github.com/Tresjs/cientos) - Collection of useful helpers and fully functional, ready-made abstractions for TresJs +- [trois](https://github.com/troisjs/trois) - ✨ ThreeJS + VueJS 3 + ViteJS ⚡ #### Fullscreen From 742945013fe131ccdb5e61a02399cd6573dde9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 15:32:04 +0800 Subject: [PATCH 200/318] Add qrcode.vue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7effa04be..5013787d0 100644 --- a/README.md +++ b/README.md @@ -1859,6 +1859,7 @@ _Display non-editable events in a Calendar_ - [vue-qart](https://github.com/superman66/vue-qart) - The directive of vue 2.x for qart.js. - [vue-qrcode-reader](https://github.com/gruhn/vue-qrcode-reader) - A set of Vue.js components for detecting and decoding QR codes. - [vue3-qr-reader](https://github.com/HJ29/vue3-qr-reader) - A Vue 3 QR reader component. Refactor vue-qrcode-reader for vue 3 compatibility. +- [qrcode.vue](https://github.com/scopewu/qrcode.vue) - A Vue.js component to generate qrcode. Supports both Vue 2 and Vue 3. #### Search From 4d1abcef6b200b43510baf03bfc1c03454e211b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 16:20:49 +0800 Subject: [PATCH 201/318] Add vue-picture-cropper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5013787d0..c9889e7b7 100644 --- a/README.md +++ b/README.md @@ -2295,6 +2295,7 @@ _Edit images_ - [vue-anka-cropper](https://github.com/e-anka/vue-anka-cropper) - image cropper and uploader, rectangular and circular crop, customizable css - [vue-picture-cut](https://github.com/987153776/vue-picture-cut) - image cropper:scale, flip, rotate, edge check, rectangle clip, ellipse clip - [vue-img-cutter](https://github.com/acccccccb/vue-img-cutter) - A vue plugin for image cutting tool,it's very convenient to use. +- [vue-picture-cropper](https://github.com/chengpeiquan/vue-picture-cropper) - A simple and easy-to-use picture cropping component for Vue 3. _Display images_ From 9435058964460dbe8b496e804296d9a352b590f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 16:29:41 +0800 Subject: [PATCH 202/318] Add vue-countup-v3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9889e7b7..69032e147 100644 --- a/README.md +++ b/README.md @@ -2912,6 +2912,7 @@ _Seamless scrolling_ - [@formkit/auto-animate](https://github.com/formkit/auto-animate) Add motion to your apps with a single line of code - [vue-contextual-transition](https://github.com/beepy/vue-contextual-transition) Easy-ish cross-browser transitioning between pages with shared elements and/or sequential order - [blottie](https://github.com/Applelo/blottie) Lottie component for Vue 3 +- [vue-countup-v3](https://github.com/jizai1125/vue-countup-v3) A Vue 3 Component for animation counting. #### Meta Tags From d0a030539ce9de3e9f21953654a2f97e121c9697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 16:32:13 +0800 Subject: [PATCH 203/318] Add mitt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69032e147..1c556b2d1 100644 --- a/README.md +++ b/README.md @@ -3125,6 +3125,7 @@ _Internationalization / L10n / localization / translation_ - [vue-plugin-events](https://github.com/nolde/vue-plugin-events) - Simple global event bus for Vue.js applications with automatic subscription control. - [vue3-custom-hooks](https://github.com/PoluosmakAndrew/vue3-custom-hooks) - Build custom hooks for Vue.js 3 Composition API. - [vue-catch-hrefs](https://github.com/Tahul/vue-catch-hrefs) - Catch clicks on hrefs links (in v-html) and route them to vue-router. +- [mitt](https://github.com/developit/mitt) - 🥊 Tiny 200 byte functional event emitter / pubsub. #### Persistence From 15279f1347ff12b64228043e5ccb7d1e9bb80256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 16:35:29 +0800 Subject: [PATCH 204/318] Add vitest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c556b2d1..baa46bb66 100644 --- a/README.md +++ b/README.md @@ -3567,6 +3567,7 @@ _Create documentation_ - [Vue Testing Library](https://github.com/testing-library/vue-testing-library) - Simple and complete testing utilities that encourage good testing practices. Based on DOM Testing Library and built upon the official Vue Test Utils. - [jest-serializer-vue-tjw](https://github.com/tjw-lint/jest-serializer-vue-tjw) - Improved formatting of Jest Snapshots - [vuex-test-utils](https://github.com/Incognitus-Io/vuex-test-utils) - Unit testing Vux with chai. +- [vitest](https://github.com/vitest-dev/vitest) - Next generation testing framework powered by Vite. ##### Browser-less require From 18bba5e203b216a926336dea8903f785703d67a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 16:41:09 +0800 Subject: [PATCH 205/318] Add Vite --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index baa46bb66..d42b5b69d 100644 --- a/README.md +++ b/README.md @@ -3630,6 +3630,7 @@ _Text editor plugins_ _Scaffold / boilerplate / seed / starter kits / stack ensemble / Yeoman generator_ +- [Vite](https://github.com/vitejs/vite) - Next generation frontend tooling. It's fast! - [vue-cli](https://github.com/vuejs/vue-cli) - Simple CLI for scaffolding Vue.js projects. - [Vue-Django](https://github.com/NdagiStanley/vue-django) - A boilerplate to set you up in bringing the awesomeness of VueJS into a Django (Python) app. - [python-vuejs](https://github.com/cstrap/python-vuejs) - Gluing Python web frameworks and Vue.js with a set of scripts. Basically a `vue-cli` wrapper. From b59087e1fea6ec4b080b6d4b8fcbc7f6a06a3cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 17:01:05 +0800 Subject: [PATCH 206/318] Add vite-plugin-vue-inspector --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d42b5b69d..220df173b 100644 --- a/README.md +++ b/README.md @@ -3532,6 +3532,7 @@ _Inspecting & debugging_ - [NW-Vue-DevTools](https://github.com/TheJaredWilcurt/nw-vue-devtools) - DevDependency for adding Vue DevTools into NW.js - [bruit-io](https://github.com/Moventes/bruit.io) - Collect feedback with screenshot and technical data and post them to an API like [bruit.io](https://bruit.io). - [devtools-next](https://github.com/vuejs/devtools-next) - The next iteration of Vue DevTools. +- [vite-plugin-vue-inspector](https://github.com/webfansplz/vite-plugin-vue-inspector) - jump to editor source code while click the element of browser automatically. #### Docs From 7b4105a8ba4032b44773f46e276d4ea0ef1cf5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Wed, 8 May 2024 17:13:56 +0800 Subject: [PATCH 207/318] Add Table: vxe-table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 220df173b..d919d8929 100644 --- a/README.md +++ b/README.md @@ -1323,6 +1323,7 @@ _Tables / data grids_ - [el-col-group](https://github.com/jiangfei5945/el-col-group) - Powerful and Flexable column for Element table. - [tanstack-table](https://github.com/tanstack/table) - Headless UI for building powerful tables & datagrids. - [vuetify-drilldown-table](https://github.com/webdevnerdstuff/vuetify-drilldown-table) - The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's v-data-table and v-data-table-server. It provides a recursive table structure, allowing you to display hierarchical data in a nested format. +- [vxe-table](https://github.com/x-extends/vxe-table) - Vue form/table solution. #### Notification From 10ba92822b39fdd2ecced2fd0c328820fcaeb2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Thu, 9 May 2024 09:06:00 +0800 Subject: [PATCH 208/318] Add YesPlayMusic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d919d8929..118925123 100644 --- a/README.md +++ b/README.md @@ -948,6 +948,7 @@ - [Al Quran App-Vue 3](https://github.com/monayemislam/Al-Quran-Using-Vue) - Al Quran App that allows you to read surah with english meaning - [vue3-realworld-app](https://github.com/rofixro/vue3-realworld-app) - 🖖 Best practices for building RealWorld with Vue3 - [slidev](https://github.com/slidevjs/slidev) - Presentation Slides for Developers +- [YesPlayMusic](https://github.com/qier222/YesPlayMusic) - High-looking third-party NetEase cloud player, support Windows / macOS / Linux :electron: ### Commercial Products From aee185badaef08018d476ae11cd9d1c4c41e5605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Thu, 9 May 2024 09:27:09 +0800 Subject: [PATCH 209/318] Add Routing: unplugin-vue-router --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 118925123..c1a9ef8d8 100644 --- a/README.md +++ b/README.md @@ -2835,6 +2835,7 @@ _Seamless scrolling_ - [vue-router-webcache](https://github.com/Kolobok12309/vue-router-webcache) - Enable spa routing while in google/yandex/etc webcache. - [v-route-generate](https://github.com/weiquanju/v-route-generate) - A tool to generate routes for vue-router 4.x. - [kitbag/router](https://github.com/kitbagjs/router) - A type safe router for vuejs +- [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) - Next Generation file based typed routing for Vue Router. #### Lazy Load From e4620d4c3c43a1dfcdf7b37c25a829837f241be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Thu, 9 May 2024 09:13:18 +0800 Subject: [PATCH 210/318] Add gin-vue-admin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1a9ef8d8..b823882ce 100644 --- a/README.md +++ b/README.md @@ -2630,6 +2630,7 @@ _Set of admin template_ - [Dolphin Admin](https://github.com/bit-ocean-studio/dolphin-admin-vue) - An open source, free, lightweight, out-of-the-box, internationalized admin template based on Vue 3 + Vite + Naive UI + TypeScript + TailwindCSS. [Live demo](https://dolphin-admin-vue.bit-ocean.studio/) - [vue-vben-admin](https://github.com/vbenjs/vue-vben-admin) - A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast! [Live demo](https://vben.vvbin.cn/) - [Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin) - A set of open source backend management framework based on Vue3 + TypeScript + Element Plus. [Live demo](https://admin.spicyboy.cn) +- [gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin) - 🚀Vite+Vue3+Gin development basic platform. [Live demo](https://demo.gin-vue-admin.com) #### Server-side rendering From a51e4200e8dc8223c57ecbfda8d83b7b8fbe22b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Thu, 9 May 2024 09:16:04 +0800 Subject: [PATCH 211/318] Add vue-echarts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b823882ce..a51006d2b 100644 --- a/README.md +++ b/README.md @@ -1656,6 +1656,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [echarts-for-vue](https://github.com/ambit-tsai/echarts-for-vue) - ECharts Wrapper Component For Vue 3 and 2 - [vue3-chart-v2](https://github.com/vutran6853/vue3-chart-v2) - Vue wrapper component base on Chart.JS for Vue 3 - [vue-gauge](https://github.com/chrisheanan/vue-gauge) - Vue.js component to create animated svg gauge charts +- [vue-echarts](https://github.com/ecomfe/vue-echarts) - Vue.js component for Apache ECharts™. #### Time From 13efd2cb450685067e44fced18398cb7c6149370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Thu, 9 May 2024 09:30:23 +0800 Subject: [PATCH 212/318] Add Animation: vue-starport --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a51006d2b..a867ab21b 100644 --- a/README.md +++ b/README.md @@ -2918,6 +2918,7 @@ _Seamless scrolling_ - [vue-contextual-transition](https://github.com/beepy/vue-contextual-transition) Easy-ish cross-browser transitioning between pages with shared elements and/or sequential order - [blottie](https://github.com/Applelo/blottie) Lottie component for Vue 3 - [vue-countup-v3](https://github.com/jizai1125/vue-countup-v3) A Vue 3 Component for animation counting. +- [vue-starport](https://github.com/antfu/vue-starport) 🛰 Shared component across routes with animations #### Meta Tags From f4c78fa97b117c5a630644e68ca2c86e333f84e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Fri, 10 May 2024 15:14:17 +0800 Subject: [PATCH 213/318] Add Scaffold: NativeScript/vue-x-platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a867ab21b..52bbaaa14 100644 --- a/README.md +++ b/README.md @@ -3674,6 +3674,7 @@ _Scaffold / boilerplate / seed / starter kits / stack ensemble / Yeoman generato - [vuejs-vuetify-structured-template boilerplate](https://github.com/huogerac/crud-vuetify-structured-template) - A vue-cli template for a full-featured Vuejs + Vuetify + Great structure + API Ready - [vue-component-starter](https://github.com/peterroe/vue-component-starter) - A template to help you create vue3.x component. - [Vue3-SPA-starter-template](https://github.com/M-Media-Group/Vue3-SPA-starter-template) - A starter kit with Router, Pinia, i18n, Stripe, Event Bus, SEO meta and schema tag handling, and more. +- [vue-x-platforms](https://github.com/NativeScript/vue-x-platforms) - Vue running on Web, iOS, Android and Vision Pro. #### Client From 931019d9f175c53fd1e4d57eaa430ca1b22a6950 Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 21:48:22 +0800 Subject: [PATCH 214/318] add FUNDING.yml --- .github/FUNDING.yml | 2 ++ README.md | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..9288efdb9 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: yyx990803 +open_collective: vuejs diff --git a/README.md b/README.md index 52bbaaa14..1830d4ff3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ > A curated list of awesome things related to Vue.js +- [Awesome Vue.js ](#awesome-vuejs--) - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) @@ -31,7 +32,7 @@ - [Interactive Experiences](#interactive-experiences) - [Enterprise Usage](#enterprise-usage) - [A11y](#a11y) -- [Components & Libraries](#components--libraries) +- [Components \& Libraries](#components--libraries) - [UI Components](#ui-components) - [Table](#table) - [Notification](#notification) @@ -3611,7 +3612,7 @@ _Text editor plugins_ - [Vetur](https://github.com/octref/vetur) - Vue tooling for VSCode. - [Vue VSCode Snippets](https://github.com/sdras/vue-vscode-snippets) - Snippets that will supercharge your Vue workflow. - [Ionic Snippets](https://github.com/moduslabs/ionic/tree/master/packages/ionic-vetur) - Vetur support for Ionic Components -- [Volar](https://github.com/johnsoncodehk/volar) - The Fastest Vue Language Support Extension +- [Volar / Vue - Official](https://github.com/johnsoncodehk/volar) - The Fastest Vue Language Support Extension ##### Visual Studio From 7d0df76e07433629b0516801eab7ec24b5cac5ce Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 21:49:53 +0800 Subject: [PATCH 215/318] update FUNDING.yml --- .github/FUNDING.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 9288efdb9..b7e0ede4c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1 @@ -github: yyx990803 -open_collective: vuejs +github: [antfu] From 4a527acd678900d4715a7780edf2a752689f9549 Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 21:51:51 +0800 Subject: [PATCH 216/318] update package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..1436aca89 --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "private": true, + "sponsor": { + "url": "https://github.com/sponsors/antfu" + } + } \ No newline at end of file From 88ecb6d8feb171dff1c723c86040198bf4582e41 Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 21:57:46 +0800 Subject: [PATCH 217/318] update --- .github/FUNDING.yml | 2 +- package.json | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 package.json diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b7e0ede4c..817efedda 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [antfu] +github: [yyx990803] diff --git a/package.json b/package.json deleted file mode 100644 index 1436aca89..000000000 --- a/package.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "private": true, - "sponsor": { - "url": "https://github.com/sponsors/antfu" - } - } \ No newline at end of file From 53cbec1df04550a869ea9efeec6dc7077f0356c0 Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 21:58:51 +0800 Subject: [PATCH 218/318] update --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 817efedda..a80e3b1df 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [yyx990803] +github: [yyx990803, https://opencollective.com/vite] From f964127b6fbbbaa63fb88a451597fc3ade89681c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Fri, 17 May 2024 22:02:07 +0800 Subject: [PATCH 219/318] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index a80e3b1df..817efedda 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [yyx990803, https://opencollective.com/vite] +github: [yyx990803] From 25dfc109a5ad343ea37dfde3a11e085e22c670ea Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 22:03:46 +0800 Subject: [PATCH 220/318] update --- .github/FUNDING.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 817efedda..6e8a4a470 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,6 @@ -github: [yyx990803] +github: [yyx990803, posva] +patreon: evanyou +open_collective: vuejs +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/vue +custom: # Replace with a single custom sponsorship URL From d300e05ccf8577889eebd6274bb90fc50190d153 Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 22:07:10 +0800 Subject: [PATCH 221/318] update --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 6e8a4a470..b5f9ce088 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ -github: [yyx990803, posva] +github: [yyx990803, posva, LinusBorg, kazupon] patreon: evanyou open_collective: vuejs ko_fi: # Replace with a single Ko-fi username From df93ded6a412bdfab7571bb89c45517ad14a798c Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 22:10:26 +0800 Subject: [PATCH 222/318] update --- .github/FUNDING.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b5f9ce088..36ef36dc3 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,3 @@ -github: [yyx990803, posva, LinusBorg, kazupon] patreon: evanyou open_collective: vuejs ko_fi: # Replace with a single Ko-fi username From a5a7dde7da36eba240024792ddb855e29cb6ae28 Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 22:11:57 +0800 Subject: [PATCH 223/318] update --- .github/FUNDING.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 36ef36dc3..37ea0e35c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,5 +1,2 @@ -patreon: evanyou open_collective: vuejs -ko_fi: # Replace with a single Ko-fi username tidelift: npm/vue -custom: # Replace with a single custom sponsorship URL From 25f87a9ccaa40e3848175ddc5df7f43fb19b9e39 Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 22:15:38 +0800 Subject: [PATCH 224/318] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1830d4ff3..e7212f1e5 100644 --- a/README.md +++ b/README.md @@ -3612,7 +3612,7 @@ _Text editor plugins_ - [Vetur](https://github.com/octref/vetur) - Vue tooling for VSCode. - [Vue VSCode Snippets](https://github.com/sdras/vue-vscode-snippets) - Snippets that will supercharge your Vue workflow. - [Ionic Snippets](https://github.com/moduslabs/ionic/tree/master/packages/ionic-vetur) - Vetur support for Ionic Components -- [Volar / Vue - Official](https://github.com/johnsoncodehk/volar) - The Fastest Vue Language Support Extension +- [Volar](https://github.com/johnsoncodehk/volar) - The Fastest Vue Language Support Extension ##### Visual Studio From 3ed0619552eeea0af95582dea3f0112a944f40af Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Fri, 17 May 2024 22:16:58 +0800 Subject: [PATCH 225/318] update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e7212f1e5..52bbaaa14 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ > A curated list of awesome things related to Vue.js -- [Awesome Vue.js ](#awesome-vuejs--) - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) @@ -32,7 +31,7 @@ - [Interactive Experiences](#interactive-experiences) - [Enterprise Usage](#enterprise-usage) - [A11y](#a11y) -- [Components \& Libraries](#components--libraries) +- [Components & Libraries](#components--libraries) - [UI Components](#ui-components) - [Table](#table) - [Notification](#notification) From f7f750ee088787ab8ab41370b88bb58faee9c16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Fri, 17 May 2024 20:15:57 +0800 Subject: [PATCH 226/318] Update Volar data --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52bbaaa14..96131c844 100644 --- a/README.md +++ b/README.md @@ -3611,7 +3611,7 @@ _Text editor plugins_ - [Vetur](https://github.com/octref/vetur) - Vue tooling for VSCode. - [Vue VSCode Snippets](https://github.com/sdras/vue-vscode-snippets) - Snippets that will supercharge your Vue workflow. - [Ionic Snippets](https://github.com/moduslabs/ionic/tree/master/packages/ionic-vetur) - Vetur support for Ionic Components -- [Volar](https://github.com/johnsoncodehk/volar) - The Fastest Vue Language Support Extension +- [Vue - Official (Volar)](https://github.com/vuejs/language-tools) - ⚡The Fastest Vue Language Support Extension ##### Visual Studio From a466eb54c02d95d22d4d4dca01840da4856d69d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Fri, 17 May 2024 20:20:28 +0800 Subject: [PATCH 227/318] Add Open Source: douyin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96131c844..c9034b954 100644 --- a/README.md +++ b/README.md @@ -949,6 +949,7 @@ - [vue3-realworld-app](https://github.com/rofixro/vue3-realworld-app) - 🖖 Best practices for building RealWorld with Vue3 - [slidev](https://github.com/slidevjs/slidev) - Presentation Slides for Developers - [YesPlayMusic](https://github.com/qier222/YesPlayMusic) - High-looking third-party NetEase cloud player, support Windows / macOS / Linux :electron: +- [douyin](https://github.com/zyronon/douyin) - Imitate TikTok ,Vue Best practices on Mobile ### Commercial Products From 392edcc56cdaa34dfeade444826337c07117797a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Fri, 17 May 2024 21:37:54 +0800 Subject: [PATCH 228/318] Change Official Resources --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9034b954..968485f58 100644 --- a/README.md +++ b/README.md @@ -182,12 +182,13 @@ ### Official Resources -- [Official Guide](http://vuejs.org/guide/) +- [Documentation](https://vuejs.org/) - [API Reference](http://vuejs.org/api/) -- [GitHub Repo](https://github.com/vuejs/vue) -- [Release Notes](https://github.com/vuejs/vue/releases) +- [GitHub Repo](https://github.com/vuejs/) +- [Release Notes](https://github.com/vuejs/core/releases) - [Style Guide](https://vuejs.org/v2/style-guide/) - [Vue.js News](https://news.vuejs.org/) +- [Awesome Vite](https://github.com/vitejs/awesome-vite) ### External Resources From e9cc80d61cac444e546460e9128bba06a2bc6aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Fri, 17 May 2024 21:41:03 +0800 Subject: [PATCH 229/318] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 968485f58..2c1cc6385 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ - [Release Notes](https://github.com/vuejs/core/releases) - [Style Guide](https://vuejs.org/v2/style-guide/) - [Vue.js News](https://news.vuejs.org/) +- [IDE Language Support](https://marketplace.visualstudio.com/items?itemName=Vue.volar) - [Awesome Vite](https://github.com/vitejs/awesome-vite) ### External Resources From 7c9f2b211a440adcd344814e990755da0bd122b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Sun, 19 May 2024 12:36:50 +0800 Subject: [PATCH 230/318] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c1cc6385..39140d42f 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ - [Release Notes](https://github.com/vuejs/core/releases) - [Style Guide](https://vuejs.org/v2/style-guide/) - [Vue.js News](https://news.vuejs.org/) -- [IDE Language Support](https://marketplace.visualstudio.com/items?itemName=Vue.volar) +- [IDE Language Support](https://github.com/vuejs/language-tools?tab=readme-ov-file#vue-language-tools) - [Awesome Vite](https://github.com/vitejs/awesome-vite) ### External Resources From d3e2022919625f2ca49e478352854b92f19b686b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sea=20/=20=E7=A5=9E=E7=A7=98=E6=B5=B7?= <45450994+warmthsea@users.noreply.github.com> Date: Fri, 17 May 2024 20:09:54 +0800 Subject: [PATCH 231/318] Add Utilities: unplugin-vue-components\unplugin-auto-import --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39140d42f..b24aeec0d 100644 --- a/README.md +++ b/README.md @@ -3038,6 +3038,8 @@ _Utilities not directly related to the UI_ - [vue-next-rx](https://github.com/NOPR9D/vue-next-rx) - Complete RxJS integration for Vue.js. (Update of vue-rx) - [fontawesome-autogen](https://github.com/GTANAdam/fontawesome-autogen) - Automatically detect and import fontawesome icons used in your webapp. - [vue-macros](https://vue-macros.dev) - Explore and extend more macros and syntax sugar to Vue. +- [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) - 📲 On-demand components auto importing for Vue. +- [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) - Auto import Vue APIs on-demand for Vite, Webpack and Rollup. #### Typescript From c136edb8a4e657f74411ca5258c08ba7ad917b68 Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Mon, 27 May 2024 09:06:28 +0800 Subject: [PATCH 232/318] refactor: change Components & Libraries order --- README.md | 479 +++++++++++++++++++++++++++--------------------------- 1 file changed, 240 insertions(+), 239 deletions(-) diff --git a/README.md b/README.md index b24aeec0d..3f9f79b38 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,15 @@ - [Enterprise Usage](#enterprise-usage) - [A11y](#a11y) - [Components & Libraries](#components--libraries) + - [Frameworks](#frameworks) + - [Responsive](#responsive) + - [Mobile](#mobile) + - [Component Collections](#component-collections) + - [Admin Template](#admin-template) + - [Server-side rendering](#server-side-rendering) + - [Static website generator](#static-website-generator) + - [Other](#other) + - [UI Layout](#ui-layout) - [UI Components](#ui-components) - [Table](#table) - [Notification](#notification) @@ -89,15 +98,6 @@ - [Tour](#tour) - [Data Masking](#data-masking) - [Authentication](#authentication) - - [UI Layout](#ui-layout) - - [Frameworks](#frameworks) - - [Responsive](#responsive) - - [Mobile](#mobile) - - [Component Collections](#component-collections) - - [Admin Template](#admin-template) - - [Server-side rendering](#server-side-rendering) - - [Static website generator](#static-website-generator) - - [Other](#other) - [UI Utilities](#ui-utilities) - [Event Handling](#event-handling) - [Responsive Design](#responsive-design) @@ -1267,6 +1267,237 @@ ## Components & Libraries +### Frameworks + +#### Responsive + +_Set of components + responsive layout system_ + +- [quasar-framework](https://github.com/quasarframework/quasar) - Quasar Framework. Build responsive websites, hybrid mobile Apps and Electron apps using same code, with VueJs 2. +- [vue-material](https://github.com/vuematerial/vue-material) - Material design for Vue.js. +- [vuetify](https://github.com/vuetifyjs/vuetify) - Material Component Framework for Vue.js 2. +- [muse-ui](https://github.com/museui/muse-ui) - Material Component library for Vue.js 2. +- [buefy](https://github.com/rafaelpimpa/buefy) - Components based on Bulma framework. +- [element-ui](https://github.com/ElemeFE/element) - A Vue.js 2.0 UI Toolkit for Web. +- [vue-bulma-components](https://github.com/vouill/vue-bulma-components) - Easily use bulma class syntax with vue components. +- [iview-ui](https://www.iviewui.com) - A Vue.js 2.0 UI Framework for web. +- [AT-UI](https://at.aotu.io) - A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 +- [v-semantic](https://www.npmjs.com/package/v-semantic) - Implementation of [semantic-ui](https://semantic-ui.com/) for Vue +- [BootstrapVue](https://github.com/bootstrap-vue/bootstrap-vue) - Bootstrap v4 components and grid system for Vue.js. +- [fish-ui](https://myliang.github.io/fish-ui) - A Vue.js 2.0 UI Toolkit for Web +- [zircle-ui](https://github.com/zircleUI/zircleUI) - A frontend library to develop zoomable user interfaces. +- [Material Components Vue](https://github.com/matsp/material-components-vue) - wrapper around [material-components-web](https://github.com/material-components/material-components-web) for Vue.js +- [VueFace](https://github.com/sudheerj/vueface) - A Vue.js 2.0 UI Component library for Web +- [vuecidity](https://bitbucket.org/acidmartin/vuecidity) - UI component framework for Vue.js 2.0 +- [ant-design-vue](https://github.com/vueComponent/ant-design-vue) - An enterprise-class UI components based on Ant Design and Vue 3.2.0 +- [heyui](https://github.com/heyui/heyui) - (https://www.heyui.top/en) - A Vue.js 2.0 UI Toolkit for Web. +- [Carvue.js](https://carvuejs.github.io/) - IBM's Carbon Design System for Vue.js +- [BalmUI](https://github.com/balmjs/balm-ui) - A modular and customizable UI library based on Material Design and Vue 3.0 +- [Osiris UI](https://osiris-ui.github.io/osiris) - :art: A Vue.js 2.0 universal responsive UI component library +- [N3-components](https://github.com/N3-components/N3-components) - Beautiful Web Components built with Vue 2 +- [Shards Vue](https://github.com/designrevision/shards-vue) - ✨ Sleek & UI Components Library based on the Bootstrap 4 Framework. +- [Fundamental Vue](https://github.com/SAP/fundamental-vue) - Components based on SAP Fiori Fundamentals. +- [Framevuerk](https://github.com/framevuerk/framevuerk) - 🚀 Fast, Responsive, Without Dependencies, Both Direction Support and Configurable UI Framework based on Vue.js. +- [@Carbon/vue](https://github.com/carbon-design-system/carbon-components-vue) - Carbon Design System components from the @carbon team. +- [Inkline](https://github.com/inkline/inkline/) - Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building Vue.js 3 Design Systems. +- [vue-awesome-mui](https://github.com/Wscats/vue-awesome-mui) - A Vue.js 2.0 MUI Component for Web +- [MDBootstrap](https://github.com/mdbootstrap/Vue-Bootstrap-with-Material-Design) - Powerful UI toolkit based on the latest Bootstrap 4 and Vue 2.6.10, providing a set of slick, responsive page templates, layouts, components and widgets to rapidly build responsive, mobile-first websites and apps. +- [vue-material-adapter](https://github.com/pgbross/vue-material-adapter) - Integration of Material Components for Vue.js which follows the best practices recommended by Google: Using Foundations and Adapters +- [PrimeVue](https://primefaces.org/primevue) - The Most Complete UI Component Library for Vue +- [CoreUI for Vue.js](https://github.com/coreui/coreui-vue) - CoreUI for Vue.js is a UI Component Library that offers a bunch of cross-browser, responsive, and lightweight Vue.js UI components. +- [DaoStyle](https://github.com/DaoCloud/dao-style) - A high quality component library built on Vue.js. +- [Chakra UI Vue](https://github.com/chakra-ui/chakra-ui-vue) - ⚡ A lightweight & customizable component library to help you build accessible Vue applications and sites with speed. +- [vue-canvas](https://github.com/loo41/vuc) - Vue canvas component for [vuc-identify](http://vuc.tianchenyong.top) +- [oruga](https://github.com/oruga-ui/oruga) - UI components for Vue.js without CSS framework dependency. +- [Wave UI](https://github.com/antoniandre/wave-ui) - An emerging UI framework for Vue.js with only the bright side. ☀️ +- [vectre](https://github.com/vectrejs/vectre) - A lightweight, simple and responsive component framework based on [Spectre CSS](https://picturepan2.github.io/spectre/) +- [element3](https://github.com/kkbjs/element3) - A Vue.js 3.0 UI Toolkit for Web is based on element-ui +- [superBVue](https://github.com/superbvue/SuperBVue) - A Vue 3 UI Components for Web is based on bootstrap v5 +- [Qui](https://github.com/Qvant-lab/qui) - A Vue 2.x Design System for Web +- [Mijin](https://github.com/lecoueyl/mijin) - Responsive Tailwind CSS UI components, without dependencies +- [vuestic-ui](https://github.com/epicmaxco/vuestic-ui) - A Vue.js 3.0 UI customizable UI Framework. +- [Qui-max](https://github.com/Qvant-lab/qui-max) - A Vue 3.x Design System for Web +- [Naive UI](https://github.com/TuSimple/naive-ui) - A Vue 3 Component Library Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow Kinda Interesting +- [Element Plus](https://github.com/element-plus/element-plus) - A Vue 3 UI Framework. +- [AgnosticUI](https://www.agnosticui.com/) - Accessible Vue 3 Component Primitives that also work with React, Svelte, and Angular! +- [Unge UI](https://github.com/UngeUI/ungeui) - A Vue 3.x Component Library. Complete documentation support and both Chinese and English. +- [Vexip UI](https://github.com/qmhc/vexip-ui) - A Vue 3 UI Library, Highly customizable property values, Full TypeScript, Performance should be good. +- [Anu](https://github.com/jd-solanki/anu) - Build better interfaces faster. DX focused utility based vue component library ⚛️ +- [Vue USWDS](https://github.com/patrickcate/vue-uswds) - A Vue.js implementation of the USWDS (U.S. Web Design System) +- [Vuetensils](https://vuetensils.com) - A 'naked' component library for building accessible, lightweight, bespoke applications. +- [Vuersatile Components](https://www.andres-brugarolas.com/vuersatile-components/) - A Vue 3 component library, with form self-validation and an SCSS framework integrated. +- [Prefect Design](https://prefect-design.netlify.app/) - Component library using Vue 3, Typescript & Tailwind. +- [Stellar UI](https://github.com/ManukMinasyan/stellar-ui) - Fully styled and customizable components for Vue 3. +- [Shadcn UI](https://github.com/radix-vue/shadcn-vue) - An unofficial, community-led Vue port of [shadcn/ui]() (re-usable components built with [Radix Vue]() and [Tailwind CSS]()). + +#### Mobile + +_UI frameworks for mobile_ + +- [Framework7-Vue](https://github.com/framework7io/framework7) - Build full-featured iOS & Android apps using Framework7 & Vue. +- [vux](https://github.com/airyland/vux) - [Chinese] Vue UI Components based on WeUI. +- [vue-onsenui](https://github.com/OnsenUI/OnsenUI) - Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js. +- [Weex](https://weex.incubator.apache.org/) - Weex provides the ability to publish cross platform, so web, Android, and IOS apps can use the same API development functions. +- [weex-eros](https://github.com/bmfe/eros-template) - [Chinese] Eros is a app solution based on Weex and Vue, which enables you to use API of Vue, simple and quick development of small and medium app. +- [Ionic](https://github.com/ionic-team/ionic-framework) - Mobile app development framework +- [Native script](https://github.com/nativescript-vue/nativescript-vue) - Native mobile applications using NativeScript +- [Vue Native](https://github.com/GeekyAnts/vue-native-core) - Build cross platform native mobile apps using JavaScript +- [uni-app](https://github.com/dcloudio/uni-app) - A cross-platform framework using Vue.js + +_Set of components for mobile_ + +- [mint-ui](https://github.com/ElemeFE/mint-ui) - Mobile UI elements for Vue.js. +- [vant](https://github.com/youzan/vant) - A Vue.js 2.0 Mobile UI From YouZan. +- [cube-ui](https://didi.github.io/cube-ui) - A fantastic mobile ui lib implement by Vue.js 2. +- [mand-mobile](https://didi.github.io/mand-mobile) - A mobile UI toolkit, based on Vue.js 2, designed for financial scenes. +- [NutUI](https://github.com/jdf2e/nutui/) - A Vue.js 2.0 UI Toolkit for Mobile Web + +#### Component Collections + +_Set of components without layout system_ + +- [vue-mdc](https://github.com/posva/vue-mdc) - Material Components Web for Vue.js. +- [keen-ui](https://github.com/JosephusPaye/Keen-UI) - A lightweight collection of essential UI components written with Vue and inspired by Material Design. +- [vue-admin](https://github.com/vue-bulma/vue-admin) - Vue Admin Panel Framework, Powered by Vue 2.0 and Bulma 0.3. +- [vuikit](https://github.com/vuikit/vuikit) - UIkit with all the power of Vue. +- [uiv](https://github.com/uiv-lib/uiv) - Bootstrap3 components implemented by Vue2. +- [wffranco/vue-strap](https://github.com/wffranco/vue-strap) - Bootstrap 3 components built with Vue.js 2 +- [jsmod-vue-pc](https://github.com/chaogao/jsmod-pc-vue) - Highly scalable web components for vue 2.0 +- [guilhermewaess/SemVue](https://github.com/guilhermewaess/SemVue) - Semantic-ui Modules implemented with Vue 2 +- [office-ui-fabric-vue](https://github.com/aidewoode/office-ui-fabric-vue) - Office UI Fabric implementation for Vue.js +- [Semantic UI Vue](https://github.com/Semantic-UI-Vue/Semantic-UI-Vue) - Semantic UI integration for Vue +- [vuesax](https://github.com/lusaxweb/vuesax) - Frontend vue Components for Vue.js. +- [Essential JS 2 for Vue](https://www.syncfusion.com/products/vue) - Full-featured 45+ Vue.js components which includes Data Grid, Chart, Scheduler and Diagram components etc. +- [Banshee](https://github.com/banshee-ui/banshee) - A mostly renderless Vue UI component and utility framework that ships with no CSS. +- [vue-atlas](https://github.com/nvms/vue-atlas) - A library of beautiful Vue components. +- [DevExtreme Vue Components](https://github.com/DevExpress/devextreme-vue) - 65+ responsive and feature-complete Vue UI components with customizable Material Design and Bootstrap compliant themes. +- [jqwidgets](https://www.jqwidgets.com/vue/) - 70+ Vue.js 2.0 UI Components with Material Design themes. +- [vue-uix](https://github.com/juijs/vue-uix) - UI collection for web page implementation in Vue.js +- [vuedarkmode](https://github.com/LeCoupa/vuedarkmode) - A Minimalist Dark Design System for Vue.js 🎨 +- [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/components/) – Over 70 UI components, including a Grid, built for business applications. Fully responsive with support for several Design Languages including Material Design and Bootstrap. +- [Vuent](https://github.com/arturmiz/vuent) - Vue.js components implementing Microsoft Fluent Design +- [bpit/vue](https://github.com/dreambo8563/bpit-vue) - Vue components lib which is focused on effects +- [vue-tailwind](https://github.com/alfonsobries/vue-tailwind) - Vue components with customizable classes ready for TailwindCSS, but compatible with any framework. +- [Equal UI](https://github.com/quatrochan/Equal) - Vue UI kit based on TypeScript 🧬 +- [slim-ui](https://github.com/mevinoth/slim-ui) - Minimal UI components based on Vue.js +- [Vue Component Development Kit](https://github.com/christiankienle/cdk) - Unstyled, highly tested and flexible Vue components/mixins/plugins. +- [element-pro-components](https://github.com/tolking/element-pro-components) A component library for Vue 3 base on element-plus +- [TW Elemetns for Vue](https://tw-elements.com/docs/standard/integrations/vue-integration/) - Vue integration with Tailwind CSS - a free, open-source UI Kit + +#### Admin Template + +_Set of admin template_ + +- [iView Vue Admin](https://github.com/TonyLuo/iview-vue-admin) - iView Vue Admin / An admin portal template based on iView 2.x [Online Demo](https://tonyluo.github.io/iview-vue-admin) +- [element Vue Admin](https://github.com/TonyLuo/element-vue-admin) - element Vue Admin / An admin portal template based on Element UI 2.x +- [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) - A magical vue admin based on Element UI 2.x [Online Demo](https://panjiachen.github.io/vue-element-admin/#/dashboard) +- [D2 Admin](https://github.com/d2-projects/d2-admin) - An elegant backstage template build by vue [Online Demo](https://d2admin.fairyever.com) +- [rest-admin](https://github.com/wxs77577/rest-admin) - Restful Admin Panel Based on Vue and Bootstrap 4 [Online Demo](http://rest-admin.genyii.com) +- [Shards Dashboard Lite Vue](https://github.com/DesignRevision/shards-dashboard-vue) - ✨ Modern admin template featuring dozens of custom components and templates.[Online Demo](https://designrevision.com/demo/shards-dashboard-lite-vue/blog-overview) +- [Vue Material Admin](https://github.com/tookit/vue-material-admin) - A vue material design admin template [Online Demo](http://vma.isocked.com/#/dashboard) +- [element-admin](https://github.com/codetrial/element-admin) - A dead simple but powerful vue admin with Vue CLI 3 and element-ui.[Online Demo](https://element-admin.now.sh/) +- [dashboard](https://github.com/zce/dashboard) - A dashboard scaffolding based on vue.js created by vuejs/vue-cli 4.x. [Online Demo](https://dashboard.zce.me) +- [vue-admin-next](https://github.com/openfext/vue-admin-next) - Professional enterprise application with Multi-Module Design, Vue Composition API, and Friendly User Interface. [Online Demo](https://openfext.github.io/vue-admin-next/#/table/basic/query) +- [vue-pro-sidebar](https://github.com/boussadjra/vue-pro-sidebar) : A responsive template starter with the ecosystem configuration (vue-router, vuex), this boilerplate allows you to choose your preferred colors. [Live demo](http://boussadjra.github.io/vue-pro-sidebar) +- [Stellar Admin Boilerplate](https://github.com/BootstrapDash/stellar-admin-vue-free) Boilerplate Admin template created using Bootstrap-Vue.[Live demo](https://www.bootstrapdash.com/demo/stellar-vue-free/preview/demo_1/) +- [vuestic-admin](https://github.com/epicmaxco/vuestic-admin) - Vue Admin Dashboard built with Vue 3 and `vuestic-ui`. +- [Materio-vuetify-vuejs-admin-template-free](https://github.com/themeselection/materio-vuetify-vuejs-admin-template-free) - A Production ready, carefully crafted, most comprehensive Vuetify Vuejs admin template. [Live demo](https://themeselection.com/demo/materio-vuetify-vuejs-admin-template-free/demo/dashboard) +- [Tailmin](https://github.com/otezz/tailmin) - Admin dashboard built with Vue.js and Tailwind CSS. [Live demo](https://tailmin.vercel.app/) +- [Vue-Admin-Template](https://github.com/Mani1124/vue-admin-template) - A beautiful free vuejs admin template, designed using vuetify and apexcharts. [Live Demo](https://mani1124.github.io) +- [Admin One Vue 3 Tailwind dashboard](https://github.com/justboil/admin-one-vue-tailwind) - Vue.js 3 Tailwind CSS admin template with dark mode. +- [Mosaic - Vue Admin TailwindCSS template](https://github.com/cruip/vuejs-admin-dashboard-template) - The All-in-one Tailwind CSS Admin Dashboard Template. +- [vue-admin-box](https://github.com/cmdparkour/vue-admin-box) - The admin template based on vue3 and element-plus. [Live demo](https://cmdparkour.github.io/vue-admin-box/dist/) +- [argon-dashboard-vue3](https://github.com/ltv/argon-dashboard-vue3) - Template, Element Plus & TailwindCSS 3, Vue3. +- [Vitify Admin](https://github.com/kingyue737/vitify-admin) - Vite 3 + Vuetify 2 + TypeScript, Vue 2.7 +- [Dolphin Admin](https://github.com/bit-ocean-studio/dolphin-admin-vue) - An open source, free, lightweight, out-of-the-box, internationalized admin template based on Vue 3 + Vite + Naive UI + TypeScript + TailwindCSS. [Live demo](https://dolphin-admin-vue.bit-ocean.studio/) +- [vue-vben-admin](https://github.com/vbenjs/vue-vben-admin) - A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast! [Live demo](https://vben.vvbin.cn/) +- [Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin) - A set of open source backend management framework based on Vue3 + TypeScript + Element Plus. [Live demo](https://admin.spicyboy.cn) +- [gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin) - 🚀Vite+Vue3+Gin development basic platform. [Live demo](https://demo.gin-vue-admin.com) + +#### Server-side rendering + +- [Nuxt.js](https://github.com/nuxt/nuxt.js) - Versatile Vue.js Framework. +- [Ream](https://github.com/ream/ream) - A minimalistic framework for building server-rendered and static websites. +- [Universal vue](https://github.com/universal-vue/uvue) - Vue CLI plugin to create universal Vue applications with ease +- [Factor Platform](https://github.com/fiction-com/factor) - An extension-driven VueJS platform ([Factor.dev → Docs](https://factor.dev)) +- [Vapper](https://github.com/shuidi-fed/vapper) - A Vue-based server-side rendering framework. + +#### Static website generator + +- [VuePress](https://github.com/vuejs/vuepress) - Minimalistic Vue-powered static site generator. +- [Peco](https://github.com/egojump/peco) - A static website generator for humans. **UNMAINTAINED** +- [Saber](https://github.com/saberland/saber) - A static website generator for building blazing fast websites with Vue.js. +- [Gridsome](https://github.com/gridsome/gridsome) - Build super fast, modern websites with Vue.js +- [Servue](https://github.com/futureaus/servue) - Server-side rendering engine that renders vue files into html strings. +- [îles](https://github.com/ElMassimo/iles) - Islands of interactivity, the joyful site generator +- [VitePress](https://github.com/vuejs/vitepress) - Vite & Vue powered static site generator. + +#### Other + +- [app-framework](https://github.com/scriptPilot/app-framework) - IOS and Android Apps with HTML & JavaScript - develop, build and deploy - free and open source. +- [Myfirebase](https://github.com/myfirebase/myfirebase) - A decoupled Single page application Framework which is highly compatible with google firebase. +- [Vue-Access-Control](https://github.com/tower1229/Vue-Access-Control) Frontend access control framework based Vue.js 2. +- [Basys](https://github.com/basys/basys) Toolbox for building full-stack Vue.js apps +- [CabloyJS](https://github.com/zhennann/cabloy) The Ultimate NodeJS Full Stack Business Development Platform, based on KoaJS & EggJS & VueJS & Framework7 +- [vue-service-model](https://github.com/freakzlike/vue-service-model) - Vue.js library for handling REST service requests with caching, aggregation and model definitions. +- [DataFormsJS](https://github.com/dataformsjs/dataformsjs) - A minimal routing and web service framework that uses Vue as a templating engine. +- [V-Craft](https://github.com/yoychen/v-craft) - A toolset for building extensible page builders with Vue.js. +- [Vue-Low-Code](https://github.com/KlausSchaefers/vue-low-code) - Low Code toolkit that can generate VUE apps from Quant-UX prototypes +- [Figma-Low-Code](https://github.com/KlausSchaefers/figma-low-code) - Turns your Figma design into VUE applications. +- [vue-notion](https://github.com/janniks/vue-notion) - An unofficial Notion renderer – Use Notion as a CMS for Vue (e.g. Nuxt) +- [Fes.js](https://github.com/WeBankFinTech/fes.js/blob/master/README.en-US.md) - An easy-to-use front-end application framework based on vue3. +- [petite-vue](https://github.com/vuejs/petite-vue) - 6kb subset of Vue optimized for progressive enhancement. + +### UI Layout + +_Layout for the overall / main view_ + +- [vue-waterfall](https://github.com/MopTym/vue-waterfall) - A waterfall layout component for Vue.js. +- [vueisotope](https://github.com/David-Desmaisons/Vue.Isotope) - Vue component for isotope filter & sort magical layouts. +- [vue-grid-layout](https://github.com/jbaysolutions/vue-grid-layout) - A draggable and resizable grid layout, for Vue.js. +- [vue-drag-zone](https://github.com/surmon-china/vue-drag-zone) - Drag Zone component for Vue.js(2.x). +- [vue-masonry](https://github.com/shershen08/vue-masonry) - Vue.js directive for masonry blocks layouting. +- [vue-fraction-grid](https://github.com/bkzl/vue-fraction-grid) - Flexbox based responsive fraction grid system for Vue.js. +- [vue-virtual-scroll-list](https://github.com/tangbc/vue-virtual-scroll-list) - A vue (2.x) component support big data by using virtual scroll list. +- [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller) - Component to scroll a large amount of elements efficiently (Vue 2.x). +- [vue-virtualscroll](https://github.com/ddgll/vue-virtualscroll) - [Vue 2.x] component to virtual scroll things. +- [vue-inview](https://github.com/rachmanzz/vue-inview) - [Vue 2.x] Viewport, get notification when DOM element is entered or leave. +- [dnd-grid](https://github.com/dattn/dnd-grid) - A vuejs grid with draggable and resizable boxes +- [vue-extend-layout](https://github.com/ktquez/vue-extend-layout) - Extend the default layout or create custom layouts for the pages of your Vue.js SPA +- [vue-masonry-css](https://github.com/paulcollett/vue-masonry-css) - Vue.js Masonry layout component powered by CSS, dependency free. +- [vue-fullpage.js](https://github.com/alvarotrigo/vue-fullpage.js) - Official fullPage.js component for Vue.js. +- [vue-virtual-collection](https://github.com/starkwang/vue-virtual-collection) - Vue component for efficiently rendering large collection data. +- [autoresponsive-vue](https://github.com/xudafeng/autoresponsive-vue) - Auto responsive grid layout library for Vue. +- [VueFlex](https://github.com/SeregPie/VueFlex) - A flexbox grid system. +- [v-chacheli](https://gitlab.com/shellyBits/v-chacheli) - A Vue.js component to create and display custom dashboard-like grid layouts. +- [vue-grid-styled](https://github.com/mattrothenberg/vue-grid-styled) - A lightweight set of functional grid components, ported from React's [grid-styled](https://github.com/jxnblk/grid-styled/) +- [simple-grid](https://github.com/anthinkingcoder/simple-grid) - Vue component for grid layout,support flex. +- [vue-container-component](https://github.com/kavalcante/vue-container-component) - Simple container component inspired on Bootstrap Container +- [vue-colcade](https://github.com/alexiscolin/vue-colcade) - A small wrapper for integrating Colcade grid layout to Vuejs. +- [vue-ads-layout](https://github.com/arnedesmedt/vue-ads-layout) - A small library of Vue components to quickly generate a responsive web application layout with toolbar, left/right drawers and a footer. All components can be positioned fixed or relative. +- [vue-magic-grid](https://github.com/imlinus/Vue-Magic-Grid) - A tiny port of Magic Grid for Vue.js 2. +- [vue-splitter-pane](https://github.com/venkatperi/vue-splitter-pane) - A Vuejs component which renders two slots in a adjustable split arrangement (vertical or horizontal). +- [splitpanes](https://github.com/antoniandre/splitpanes) - A Vue JS reliable, simple and touch-ready panes splitter / resizer. +- [vue-mock-layout](https://github.com/promosis/vue-mock-layout) - Easily mock the layout of your Vue apps. +- [vue-simple-drawer](https://github.com/dreambo8563/vue-simple-drawer) - A tiny drawer panel with bounced animation, nest supported and theme customized. directions: left/right/up/down +- [vue-grd](https://github.com/1000ch/vue-grd) - Simple, Light-weight and Flexible Vue.js component for grid layout. +- [vue-masonry-component](https://github.com/Guillaume69/vue-masonry-component) - A Vue.js component wrapping masonry layout library. +- [vue-smart-widget](https://github.com/xiaoluoboding/vue-smart-widget) - Smart widget is a flexible and extensible content container component for Vue.js 2.x. +- [vue-colrow](https://github.com/phphe/vue-colrow) - Responsive grid layout components: Row, Col. Based on css flexbox. Support SSR, fixed or fraction width, auto grow Col. +- [vue-diagonal](https://github.com/albertodeago/vue-diagonal) - Simple and light-weight component to create diagonal elements. +- [vue-responsive-dash](https://github.com/bensladden/vue-responsive-dash) - A Responsive, Draggable & Resizable Dashboard (grid) made with vue and typescript. +- [vue-masonry-wall](https://github.com/fuxingloh/vue-masonry-wall) - A pure vue responsive masonry layout without direct dom manipulation, ssr friendly and lazy loading. +- [vue-horizontal-list](https://github.com/fuxingloh/vue-horizontal-list) - A pure vue responsive horizontal list layout with ssr support, mobile and touch friendly. +- [vue-layout-system](https://github.com/leeboyin/vue-layout-system) - Vue components that solve daily layout problems. +- [simple-vue-grid](https://github.com/harmyderoman/simple-vue-grid) - Simple grid containers that will help you to build layouts for your app. +- [iron-grid-system](https://github.com/ilker0/iron-grid-system) - A responsive grid system for Vue 3.x. +- [vue-re-resizable](https://github.com/tachibana-shin/vue-re-resizable) - Plugin for vue 3 allows resizing components. Rewritten [re-resizable](https://github.com/bokuweb/re-resizable) +- [vue-console-feed](https://github.com/tachibana-shin/vue-console-feed) - A plugin that allows you to display `console like Chrome Devtools` for vue. +- [vue-typed-virtual-list](https://github.com/bsssshhhhhhh/vue-typed-virtual-list) - [Vue 3.x] small, efficient, TypeScript-friendly virtual scroller for rendering massive data +- [fit-screen](https://github.com/jp-liu/fit-screen) - A vue component based on the scale large screen adaptive solution. +- [vue-virtual-waterfall](https://github.com/lhlyu/vue-virtual-waterfall) - A virtual waterfall component for Vue 3.x. +- [vue-stack-grid](https://github.com/chiribuc/vue-stack-grid) - A Vue 3 component designed to make creating dynamic, responsive grid layouts easy and efficient. + ### UI Components #### Table @@ -2439,236 +2670,6 @@ _Display images_ - [vue-auth-ui](https://github.com/ndrbrt/vue-auth-ui) - Pre-built set of components for user authentication -### UI Layout - -_Layout for the overall / main view_ - -- [vue-waterfall](https://github.com/MopTym/vue-waterfall) - A waterfall layout component for Vue.js. -- [vueisotope](https://github.com/David-Desmaisons/Vue.Isotope) - Vue component for isotope filter & sort magical layouts. -- [vue-grid-layout](https://github.com/jbaysolutions/vue-grid-layout) - A draggable and resizable grid layout, for Vue.js. -- [vue-drag-zone](https://github.com/surmon-china/vue-drag-zone) - Drag Zone component for Vue.js(2.x). -- [vue-masonry](https://github.com/shershen08/vue-masonry) - Vue.js directive for masonry blocks layouting. -- [vue-fraction-grid](https://github.com/bkzl/vue-fraction-grid) - Flexbox based responsive fraction grid system for Vue.js. -- [vue-virtual-scroll-list](https://github.com/tangbc/vue-virtual-scroll-list) - A vue (2.x) component support big data by using virtual scroll list. -- [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller) - Component to scroll a large amount of elements efficiently (Vue 2.x). -- [vue-virtualscroll](https://github.com/ddgll/vue-virtualscroll) - [Vue 2.x] component to virtual scroll things. -- [vue-inview](https://github.com/rachmanzz/vue-inview) - [Vue 2.x] Viewport, get notification when DOM element is entered or leave. -- [dnd-grid](https://github.com/dattn/dnd-grid) - A vuejs grid with draggable and resizable boxes -- [vue-extend-layout](https://github.com/ktquez/vue-extend-layout) - Extend the default layout or create custom layouts for the pages of your Vue.js SPA -- [vue-masonry-css](https://github.com/paulcollett/vue-masonry-css) - Vue.js Masonry layout component powered by CSS, dependency free. -- [vue-fullpage.js](https://github.com/alvarotrigo/vue-fullpage.js) - Official fullPage.js component for Vue.js. -- [vue-virtual-collection](https://github.com/starkwang/vue-virtual-collection) - Vue component for efficiently rendering large collection data. -- [autoresponsive-vue](https://github.com/xudafeng/autoresponsive-vue) - Auto responsive grid layout library for Vue. -- [VueFlex](https://github.com/SeregPie/VueFlex) - A flexbox grid system. -- [v-chacheli](https://gitlab.com/shellyBits/v-chacheli) - A Vue.js component to create and display custom dashboard-like grid layouts. -- [vue-grid-styled](https://github.com/mattrothenberg/vue-grid-styled) - A lightweight set of functional grid components, ported from React's [grid-styled](https://github.com/jxnblk/grid-styled/) -- [simple-grid](https://github.com/anthinkingcoder/simple-grid) - Vue component for grid layout,support flex. -- [vue-container-component](https://github.com/kavalcante/vue-container-component) - Simple container component inspired on Bootstrap Container -- [vue-colcade](https://github.com/alexiscolin/vue-colcade) - A small wrapper for integrating Colcade grid layout to Vuejs. -- [vue-ads-layout](https://github.com/arnedesmedt/vue-ads-layout) - A small library of Vue components to quickly generate a responsive web application layout with toolbar, left/right drawers and a footer. All components can be positioned fixed or relative. -- [vue-magic-grid](https://github.com/imlinus/Vue-Magic-Grid) - A tiny port of Magic Grid for Vue.js 2. -- [vue-splitter-pane](https://github.com/venkatperi/vue-splitter-pane) - A Vuejs component which renders two slots in a adjustable split arrangement (vertical or horizontal). -- [splitpanes](https://github.com/antoniandre/splitpanes) - A Vue JS reliable, simple and touch-ready panes splitter / resizer. -- [vue-mock-layout](https://github.com/promosis/vue-mock-layout) - Easily mock the layout of your Vue apps. -- [vue-simple-drawer](https://github.com/dreambo8563/vue-simple-drawer) - A tiny drawer panel with bounced animation, nest supported and theme customized. directions: left/right/up/down -- [vue-grd](https://github.com/1000ch/vue-grd) - Simple, Light-weight and Flexible Vue.js component for grid layout. -- [vue-masonry-component](https://github.com/Guillaume69/vue-masonry-component) - A Vue.js component wrapping masonry layout library. -- [vue-smart-widget](https://github.com/xiaoluoboding/vue-smart-widget) - Smart widget is a flexible and extensible content container component for Vue.js 2.x. -- [vue-colrow](https://github.com/phphe/vue-colrow) - Responsive grid layout components: Row, Col. Based on css flexbox. Support SSR, fixed or fraction width, auto grow Col. -- [vue-diagonal](https://github.com/albertodeago/vue-diagonal) - Simple and light-weight component to create diagonal elements. -- [vue-responsive-dash](https://github.com/bensladden/vue-responsive-dash) - A Responsive, Draggable & Resizable Dashboard (grid) made with vue and typescript. -- [vue-masonry-wall](https://github.com/fuxingloh/vue-masonry-wall) - A pure vue responsive masonry layout without direct dom manipulation, ssr friendly and lazy loading. -- [vue-horizontal-list](https://github.com/fuxingloh/vue-horizontal-list) - A pure vue responsive horizontal list layout with ssr support, mobile and touch friendly. -- [vue-layout-system](https://github.com/leeboyin/vue-layout-system) - Vue components that solve daily layout problems. -- [simple-vue-grid](https://github.com/harmyderoman/simple-vue-grid) - Simple grid containers that will help you to build layouts for your app. -- [iron-grid-system](https://github.com/ilker0/iron-grid-system) - A responsive grid system for Vue 3.x. -- [vue-re-resizable](https://github.com/tachibana-shin/vue-re-resizable) - Plugin for vue 3 allows resizing components. Rewritten [re-resizable](https://github.com/bokuweb/re-resizable) -- [vue-console-feed](https://github.com/tachibana-shin/vue-console-feed) - A plugin that allows you to display `console like Chrome Devtools` for vue. -- [vue-typed-virtual-list](https://github.com/bsssshhhhhhh/vue-typed-virtual-list) - [Vue 3.x] small, efficient, TypeScript-friendly virtual scroller for rendering massive data -- [fit-screen](https://github.com/jp-liu/fit-screen) - A vue component based on the scale large screen adaptive solution. -- [vue-virtual-waterfall](https://github.com/lhlyu/vue-virtual-waterfall) - A virtual waterfall component for Vue 3.x. -- [vue-stack-grid](https://github.com/chiribuc/vue-stack-grid) - A Vue 3 component designed to make creating dynamic, responsive grid layouts easy and efficient. - -### Frameworks - -#### Responsive - -_Set of components + responsive layout system_ - -- [quasar-framework](https://github.com/quasarframework/quasar) - Quasar Framework. Build responsive websites, hybrid mobile Apps and Electron apps using same code, with VueJs 2. -- [vue-material](https://github.com/vuematerial/vue-material) - Material design for Vue.js. -- [vuetify](https://github.com/vuetifyjs/vuetify) - Material Component Framework for Vue.js 2. -- [muse-ui](https://github.com/museui/muse-ui) - Material Component library for Vue.js 2. -- [buefy](https://github.com/rafaelpimpa/buefy) - Components based on Bulma framework. -- [element-ui](https://github.com/ElemeFE/element) - A Vue.js 2.0 UI Toolkit for Web. -- [vue-bulma-components](https://github.com/vouill/vue-bulma-components) - Easily use bulma class syntax with vue components. -- [iview-ui](https://www.iviewui.com) - A Vue.js 2.0 UI Framework for web. -- [AT-UI](https://at.aotu.io) - A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 -- [v-semantic](https://www.npmjs.com/package/v-semantic) - Implementation of [semantic-ui](https://semantic-ui.com/) for Vue -- [BootstrapVue](https://github.com/bootstrap-vue/bootstrap-vue) - Bootstrap v4 components and grid system for Vue.js. -- [fish-ui](https://myliang.github.io/fish-ui) - A Vue.js 2.0 UI Toolkit for Web -- [zircle-ui](https://github.com/zircleUI/zircleUI) - A frontend library to develop zoomable user interfaces. -- [Material Components Vue](https://github.com/matsp/material-components-vue) - wrapper around [material-components-web](https://github.com/material-components/material-components-web) for Vue.js -- [VueFace](https://github.com/sudheerj/vueface) - A Vue.js 2.0 UI Component library for Web -- [vuecidity](https://bitbucket.org/acidmartin/vuecidity) - UI component framework for Vue.js 2.0 -- [ant-design-vue](https://github.com/vueComponent/ant-design-vue) - An enterprise-class UI components based on Ant Design and Vue 3.2.0 -- [heyui](https://github.com/heyui/heyui) - (https://www.heyui.top/en) - A Vue.js 2.0 UI Toolkit for Web. -- [Carvue.js](https://carvuejs.github.io/) - IBM's Carbon Design System for Vue.js -- [BalmUI](https://github.com/balmjs/balm-ui) - A modular and customizable UI library based on Material Design and Vue 3.0 -- [Osiris UI](https://osiris-ui.github.io/osiris) - :art: A Vue.js 2.0 universal responsive UI component library -- [N3-components](https://github.com/N3-components/N3-components) - Beautiful Web Components built with Vue 2 -- [Shards Vue](https://github.com/designrevision/shards-vue) - ✨ Sleek & UI Components Library based on the Bootstrap 4 Framework. -- [Fundamental Vue](https://github.com/SAP/fundamental-vue) - Components based on SAP Fiori Fundamentals. -- [Framevuerk](https://github.com/framevuerk/framevuerk) - 🚀 Fast, Responsive, Without Dependencies, Both Direction Support and Configurable UI Framework based on Vue.js. -- [@Carbon/vue](https://github.com/carbon-design-system/carbon-components-vue) - Carbon Design System components from the @carbon team. -- [Inkline](https://github.com/inkline/inkline/) - Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building Vue.js 3 Design Systems. -- [vue-awesome-mui](https://github.com/Wscats/vue-awesome-mui) - A Vue.js 2.0 MUI Component for Web -- [MDBootstrap](https://github.com/mdbootstrap/Vue-Bootstrap-with-Material-Design) - Powerful UI toolkit based on the latest Bootstrap 4 and Vue 2.6.10, providing a set of slick, responsive page templates, layouts, components and widgets to rapidly build responsive, mobile-first websites and apps. -- [vue-material-adapter](https://github.com/pgbross/vue-material-adapter) - Integration of Material Components for Vue.js which follows the best practices recommended by Google: Using Foundations and Adapters -- [PrimeVue](https://primefaces.org/primevue) - The Most Complete UI Component Library for Vue -- [CoreUI for Vue.js](https://github.com/coreui/coreui-vue) - CoreUI for Vue.js is a UI Component Library that offers a bunch of cross-browser, responsive, and lightweight Vue.js UI components. -- [DaoStyle](https://github.com/DaoCloud/dao-style) - A high quality component library built on Vue.js. -- [Chakra UI Vue](https://github.com/chakra-ui/chakra-ui-vue) - ⚡ A lightweight & customizable component library to help you build accessible Vue applications and sites with speed. -- [vue-canvas](https://github.com/loo41/vuc) - Vue canvas component for [vuc-identify](http://vuc.tianchenyong.top) -- [oruga](https://github.com/oruga-ui/oruga) - UI components for Vue.js without CSS framework dependency. -- [Wave UI](https://github.com/antoniandre/wave-ui) - An emerging UI framework for Vue.js with only the bright side. ☀️ -- [vectre](https://github.com/vectrejs/vectre) - A lightweight, simple and responsive component framework based on [Spectre CSS](https://picturepan2.github.io/spectre/) -- [element3](https://github.com/kkbjs/element3) - A Vue.js 3.0 UI Toolkit for Web is based on element-ui -- [superBVue](https://github.com/superbvue/SuperBVue) - A Vue 3 UI Components for Web is based on bootstrap v5 -- [Qui](https://github.com/Qvant-lab/qui) - A Vue 2.x Design System for Web -- [Mijin](https://github.com/lecoueyl/mijin) - Responsive Tailwind CSS UI components, without dependencies -- [vuestic-ui](https://github.com/epicmaxco/vuestic-ui) - A Vue.js 3.0 UI customizable UI Framework. -- [Qui-max](https://github.com/Qvant-lab/qui-max) - A Vue 3.x Design System for Web -- [Naive UI](https://github.com/TuSimple/naive-ui) - A Vue 3 Component Library Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow Kinda Interesting -- [Element Plus](https://github.com/element-plus/element-plus) - A Vue 3 UI Framework. -- [AgnosticUI](https://www.agnosticui.com/) - Accessible Vue 3 Component Primitives that also work with React, Svelte, and Angular! -- [Unge UI](https://github.com/UngeUI/ungeui) - A Vue 3.x Component Library. Complete documentation support and both Chinese and English. -- [Vexip UI](https://github.com/qmhc/vexip-ui) - A Vue 3 UI Library, Highly customizable property values, Full TypeScript, Performance should be good. -- [Anu](https://github.com/jd-solanki/anu) - Build better interfaces faster. DX focused utility based vue component library ⚛️ -- [Vue USWDS](https://github.com/patrickcate/vue-uswds) - A Vue.js implementation of the USWDS (U.S. Web Design System) -- [Vuetensils](https://vuetensils.com) - A 'naked' component library for building accessible, lightweight, bespoke applications. -- [Vuersatile Components](https://www.andres-brugarolas.com/vuersatile-components/) - A Vue 3 component library, with form self-validation and an SCSS framework integrated. -- [Prefect Design](https://prefect-design.netlify.app/) - Component library using Vue 3, Typescript & Tailwind. -- [Stellar UI](https://github.com/ManukMinasyan/stellar-ui) - Fully styled and customizable components for Vue 3. -- [Shadcn UI](https://github.com/radix-vue/shadcn-vue) - An unofficial, community-led Vue port of [shadcn/ui]() (re-usable components built with [Radix Vue]() and [Tailwind CSS]()). - -#### Mobile - -_UI frameworks for mobile_ - -- [Framework7-Vue](https://github.com/framework7io/framework7) - Build full-featured iOS & Android apps using Framework7 & Vue. -- [vux](https://github.com/airyland/vux) - [Chinese] Vue UI Components based on WeUI. -- [vue-onsenui](https://github.com/OnsenUI/OnsenUI) - Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js. -- [Weex](https://weex.incubator.apache.org/) - Weex provides the ability to publish cross platform, so web, Android, and IOS apps can use the same API development functions. -- [weex-eros](https://github.com/bmfe/eros-template) - [Chinese] Eros is a app solution based on Weex and Vue, which enables you to use API of Vue, simple and quick development of small and medium app. -- [Ionic](https://github.com/ionic-team/ionic-framework) - Mobile app development framework -- [Native script](https://github.com/nativescript-vue/nativescript-vue) - Native mobile applications using NativeScript -- [Vue Native](https://github.com/GeekyAnts/vue-native-core) - Build cross platform native mobile apps using JavaScript -- [uni-app](https://github.com/dcloudio/uni-app) - A cross-platform framework using Vue.js - -_Set of components for mobile_ - -- [mint-ui](https://github.com/ElemeFE/mint-ui) - Mobile UI elements for Vue.js. -- [vant](https://github.com/youzan/vant) - A Vue.js 2.0 Mobile UI From YouZan. -- [cube-ui](https://didi.github.io/cube-ui) - A fantastic mobile ui lib implement by Vue.js 2. -- [mand-mobile](https://didi.github.io/mand-mobile) - A mobile UI toolkit, based on Vue.js 2, designed for financial scenes. -- [NutUI](https://github.com/jdf2e/nutui/) - A Vue.js 2.0 UI Toolkit for Mobile Web - -#### Component Collections - -_Set of components without layout system_ - -- [vue-mdc](https://github.com/posva/vue-mdc) - Material Components Web for Vue.js. -- [keen-ui](https://github.com/JosephusPaye/Keen-UI) - A lightweight collection of essential UI components written with Vue and inspired by Material Design. -- [vue-admin](https://github.com/vue-bulma/vue-admin) - Vue Admin Panel Framework, Powered by Vue 2.0 and Bulma 0.3. -- [vuikit](https://github.com/vuikit/vuikit) - UIkit with all the power of Vue. -- [uiv](https://github.com/uiv-lib/uiv) - Bootstrap3 components implemented by Vue2. -- [wffranco/vue-strap](https://github.com/wffranco/vue-strap) - Bootstrap 3 components built with Vue.js 2 -- [jsmod-vue-pc](https://github.com/chaogao/jsmod-pc-vue) - Highly scalable web components for vue 2.0 -- [guilhermewaess/SemVue](https://github.com/guilhermewaess/SemVue) - Semantic-ui Modules implemented with Vue 2 -- [office-ui-fabric-vue](https://github.com/aidewoode/office-ui-fabric-vue) - Office UI Fabric implementation for Vue.js -- [Semantic UI Vue](https://github.com/Semantic-UI-Vue/Semantic-UI-Vue) - Semantic UI integration for Vue -- [vuesax](https://github.com/lusaxweb/vuesax) - Frontend vue Components for Vue.js. -- [Essential JS 2 for Vue](https://www.syncfusion.com/products/vue) - Full-featured 45+ Vue.js components which includes Data Grid, Chart, Scheduler and Diagram components etc. -- [Banshee](https://github.com/banshee-ui/banshee) - A mostly renderless Vue UI component and utility framework that ships with no CSS. -- [vue-atlas](https://github.com/nvms/vue-atlas) - A library of beautiful Vue components. -- [DevExtreme Vue Components](https://github.com/DevExpress/devextreme-vue) - 65+ responsive and feature-complete Vue UI components with customizable Material Design and Bootstrap compliant themes. -- [jqwidgets](https://www.jqwidgets.com/vue/) - 70+ Vue.js 2.0 UI Components with Material Design themes. -- [vue-uix](https://github.com/juijs/vue-uix) - UI collection for web page implementation in Vue.js -- [vuedarkmode](https://github.com/LeCoupa/vuedarkmode) - A Minimalist Dark Design System for Vue.js 🎨 -- [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/components/) – Over 70 UI components, including a Grid, built for business applications. Fully responsive with support for several Design Languages including Material Design and Bootstrap. -- [Vuent](https://github.com/arturmiz/vuent) - Vue.js components implementing Microsoft Fluent Design -- [bpit/vue](https://github.com/dreambo8563/bpit-vue) - Vue components lib which is focused on effects -- [vue-tailwind](https://github.com/alfonsobries/vue-tailwind) - Vue components with customizable classes ready for TailwindCSS, but compatible with any framework. -- [Equal UI](https://github.com/quatrochan/Equal) - Vue UI kit based on TypeScript 🧬 -- [slim-ui](https://github.com/mevinoth/slim-ui) - Minimal UI components based on Vue.js -- [Vue Component Development Kit](https://github.com/christiankienle/cdk) - Unstyled, highly tested and flexible Vue components/mixins/plugins. -- [element-pro-components](https://github.com/tolking/element-pro-components) A component library for Vue 3 base on element-plus -- [TW Elemetns for Vue](https://tw-elements.com/docs/standard/integrations/vue-integration/) - Vue integration with Tailwind CSS - a free, open-source UI Kit - -#### Admin Template - -_Set of admin template_ - -- [iView Vue Admin](https://github.com/TonyLuo/iview-vue-admin) - iView Vue Admin / An admin portal template based on iView 2.x [Online Demo](https://tonyluo.github.io/iview-vue-admin) -- [element Vue Admin](https://github.com/TonyLuo/element-vue-admin) - element Vue Admin / An admin portal template based on Element UI 2.x -- [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) - A magical vue admin based on Element UI 2.x [Online Demo](https://panjiachen.github.io/vue-element-admin/#/dashboard) -- [D2 Admin](https://github.com/d2-projects/d2-admin) - An elegant backstage template build by vue [Online Demo](https://d2admin.fairyever.com) -- [rest-admin](https://github.com/wxs77577/rest-admin) - Restful Admin Panel Based on Vue and Bootstrap 4 [Online Demo](http://rest-admin.genyii.com) -- [Shards Dashboard Lite Vue](https://github.com/DesignRevision/shards-dashboard-vue) - ✨ Modern admin template featuring dozens of custom components and templates.[Online Demo](https://designrevision.com/demo/shards-dashboard-lite-vue/blog-overview) -- [Vue Material Admin](https://github.com/tookit/vue-material-admin) - A vue material design admin template [Online Demo](http://vma.isocked.com/#/dashboard) -- [element-admin](https://github.com/codetrial/element-admin) - A dead simple but powerful vue admin with Vue CLI 3 and element-ui.[Online Demo](https://element-admin.now.sh/) -- [dashboard](https://github.com/zce/dashboard) - A dashboard scaffolding based on vue.js created by vuejs/vue-cli 4.x. [Online Demo](https://dashboard.zce.me) -- [vue-admin-next](https://github.com/openfext/vue-admin-next) - Professional enterprise application with Multi-Module Design, Vue Composition API, and Friendly User Interface. [Online Demo](https://openfext.github.io/vue-admin-next/#/table/basic/query) -- [vue-pro-sidebar](https://github.com/boussadjra/vue-pro-sidebar) : A responsive template starter with the ecosystem configuration (vue-router, vuex), this boilerplate allows you to choose your preferred colors. [Live demo](http://boussadjra.github.io/vue-pro-sidebar) -- [Stellar Admin Boilerplate](https://github.com/BootstrapDash/stellar-admin-vue-free) Boilerplate Admin template created using Bootstrap-Vue.[Live demo](https://www.bootstrapdash.com/demo/stellar-vue-free/preview/demo_1/) -- [vuestic-admin](https://github.com/epicmaxco/vuestic-admin) - Vue Admin Dashboard built with Vue 3 and `vuestic-ui`. -- [Materio-vuetify-vuejs-admin-template-free](https://github.com/themeselection/materio-vuetify-vuejs-admin-template-free) - A Production ready, carefully crafted, most comprehensive Vuetify Vuejs admin template. [Live demo](https://themeselection.com/demo/materio-vuetify-vuejs-admin-template-free/demo/dashboard) -- [Tailmin](https://github.com/otezz/tailmin) - Admin dashboard built with Vue.js and Tailwind CSS. [Live demo](https://tailmin.vercel.app/) -- [Vue-Admin-Template](https://github.com/Mani1124/vue-admin-template) - A beautiful free vuejs admin template, designed using vuetify and apexcharts. [Live Demo](https://mani1124.github.io) -- [Admin One Vue 3 Tailwind dashboard](https://github.com/justboil/admin-one-vue-tailwind) - Vue.js 3 Tailwind CSS admin template with dark mode. -- [Mosaic - Vue Admin TailwindCSS template](https://github.com/cruip/vuejs-admin-dashboard-template) - The All-in-one Tailwind CSS Admin Dashboard Template. -- [vue-admin-box](https://github.com/cmdparkour/vue-admin-box) - The admin template based on vue3 and element-plus. [Live demo](https://cmdparkour.github.io/vue-admin-box/dist/) -- [argon-dashboard-vue3](https://github.com/ltv/argon-dashboard-vue3) - Template, Element Plus & TailwindCSS 3, Vue3. -- [Vitify Admin](https://github.com/kingyue737/vitify-admin) - Vite 3 + Vuetify 2 + TypeScript, Vue 2.7 -- [Dolphin Admin](https://github.com/bit-ocean-studio/dolphin-admin-vue) - An open source, free, lightweight, out-of-the-box, internationalized admin template based on Vue 3 + Vite + Naive UI + TypeScript + TailwindCSS. [Live demo](https://dolphin-admin-vue.bit-ocean.studio/) -- [vue-vben-admin](https://github.com/vbenjs/vue-vben-admin) - A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast! [Live demo](https://vben.vvbin.cn/) -- [Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin) - A set of open source backend management framework based on Vue3 + TypeScript + Element Plus. [Live demo](https://admin.spicyboy.cn) -- [gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin) - 🚀Vite+Vue3+Gin development basic platform. [Live demo](https://demo.gin-vue-admin.com) - -#### Server-side rendering - -- [Nuxt.js](https://github.com/nuxt/nuxt.js) - Versatile Vue.js Framework. -- [Ream](https://github.com/ream/ream) - A minimalistic framework for building server-rendered and static websites. -- [Universal vue](https://github.com/universal-vue/uvue) - Vue CLI plugin to create universal Vue applications with ease -- [Factor Platform](https://github.com/fiction-com/factor) - An extension-driven VueJS platform ([Factor.dev → Docs](https://factor.dev)) -- [Vapper](https://github.com/shuidi-fed/vapper) - A Vue-based server-side rendering framework. - -#### Static website generator - -- [VuePress](https://github.com/vuejs/vuepress) - Minimalistic Vue-powered static site generator. -- [Peco](https://github.com/egojump/peco) - A static website generator for humans. **UNMAINTAINED** -- [Saber](https://github.com/saberland/saber) - A static website generator for building blazing fast websites with Vue.js. -- [Gridsome](https://github.com/gridsome/gridsome) - Build super fast, modern websites with Vue.js -- [Servue](https://github.com/futureaus/servue) - Server-side rendering engine that renders vue files into html strings. -- [îles](https://github.com/ElMassimo/iles) - Islands of interactivity, the joyful site generator -- [VitePress](https://github.com/vuejs/vitepress) - Vite & Vue powered static site generator. - -#### Other - -- [app-framework](https://github.com/scriptPilot/app-framework) - IOS and Android Apps with HTML & JavaScript - develop, build and deploy - free and open source. -- [Myfirebase](https://github.com/myfirebase/myfirebase) - A decoupled Single page application Framework which is highly compatible with google firebase. -- [Vue-Access-Control](https://github.com/tower1229/Vue-Access-Control) Frontend access control framework based Vue.js 2. -- [Basys](https://github.com/basys/basys) Toolbox for building full-stack Vue.js apps -- [CabloyJS](https://github.com/zhennann/cabloy) The Ultimate NodeJS Full Stack Business Development Platform, based on KoaJS & EggJS & VueJS & Framework7 -- [vue-service-model](https://github.com/freakzlike/vue-service-model) - Vue.js library for handling REST service requests with caching, aggregation and model definitions. -- [DataFormsJS](https://github.com/dataformsjs/dataformsjs) - A minimal routing and web service framework that uses Vue as a templating engine. -- [V-Craft](https://github.com/yoychen/v-craft) - A toolset for building extensible page builders with Vue.js. -- [Vue-Low-Code](https://github.com/KlausSchaefers/vue-low-code) - Low Code toolkit that can generate VUE apps from Quant-UX prototypes -- [Figma-Low-Code](https://github.com/KlausSchaefers/figma-low-code) - Turns your Figma design into VUE applications. -- [vue-notion](https://github.com/janniks/vue-notion) - An unofficial Notion renderer – Use Notion as a CMS for Vue (e.g. Nuxt) -- [Fes.js](https://github.com/WeBankFinTech/fes.js/blob/master/README.en-US.md) - An easy-to-use front-end application framework based on vue3. -- [petite-vue](https://github.com/vuejs/petite-vue) - 6kb subset of Vue optimized for progressive enhancement. ### UI Utilities From 7eeab75c929b33f0130b8f593219b06b011fdd28 Mon Sep 17 00:00:00 2001 From: Kaciras Date: Sun, 2 Jun 2024 20:04:18 +0800 Subject: [PATCH 233/318] add vite-plugin-svg-sfc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f9f79b38..cfcef9f7d 100644 --- a/README.md +++ b/README.md @@ -3334,6 +3334,7 @@ _Utilities for building / compiling / bundling / loading assets_ - [vite-svg-loader](https://github.com/jpkleemans/vite-svg-loader) - Vite plugin to load SVG files as Vue components - [vue-sfc-split](https://github.com/gVguy/vue-sfc-split) - Convert SFCs for native browser use without build - [webpack-plugin-qiniu-upload](https://github.com/cduyzh/webpack-plugin-qiniu-upload) - Vue3,webpack-plugin-qiniu-upload for qiniu(七牛)|aws(亚马逊) cloud upload. support @vue/cli-service 5.0.x +- [vite-plugin-svg-sfc](https://github.com/Kaciras/vite-plugin-svg-sfc) Vite plugin to load SVG file as vue SFC, supports HMR &