From 9a0e8cf76aaf1cde9b1745eca32146c1f3686765 Mon Sep 17 00:00:00 2001 From: Ludovic Armand <77077373+ludovic-armand@users.noreply.github.com> Date: Thu, 9 Sep 2021 14:15:19 -0400 Subject: [PATCH 001/493] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62e2c5602..8eddd645c 100644 --- a/README.md +++ b/README.md @@ -649,6 +649,7 @@ - [Large Scale Apps with Vue 3 and TypeScript](http://leanpub.com/vue-typescript/c/vaYXLEFWbMi7) Damiano Fusco, Leanpub (September, 2020) - [Vue - The Road To Enterprise](https://theroadtoenterprise.com/?utm_source=github&utm_medium=vue-awesome&utm_campaign=vue_the_road_to_enterprise) Thomas Findlay (January, 2021) - [Accessible Vue – Get started with Accessibility in Vue.js!](https://accessible-vue.com) by Marcus Herrmann (March 2021) +- [Building a Strapi E-Commerce: Nuxt.js Tutorial & Live Demo](https://snipcart.com/blog/strapi-ecommerce-nuxtjs-tutorial) (September 2021) ### Blog Posts From 1bc81975f91915103f515ace5ce3a866a48722cf Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Fri, 10 Sep 2021 13:27:11 +0800 Subject: [PATCH 002/493] add v-perfect-signature --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03e316e18..10538f49e 100644 --- a/README.md +++ b/README.md @@ -2241,6 +2241,7 @@ _Display images_ - [vue-rough](https://github.com/dneustadt/vue-rough) - Components for Rough.js, a graphics library that lets you draw in a sketchy, hand-drawn-like, style. - [vue3-signature](https://github.com/WangShayne/vue3-signature) - A electronic signature component for Vue 3 - [vue-signature](https://github.com/WangShayne/vue-signature) - A electronic signature component for Vue2.x +- [v-perfect-signature](https://github.com/wobsoriano/v-perfect-signature) - Pressure-sensitive signature drawing for Vue 2 and 3. #### Link Preview From ec67256ce34798801f59e1be28987085465e7a94 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Fri, 10 Sep 2021 13:28:13 +0800 Subject: [PATCH 003/493] add v-use-places-autocomplete --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10538f49e..818d6b492 100644 --- a/README.md +++ b/README.md @@ -2211,6 +2211,7 @@ _Display images_ - [vue-paycard](https://github.com/guastallaigor/vue-paycard) - Credit card component made with Vue.js. - [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. ##### Wizard From 337b20f88c8d6fc9ac08f36b17d72c0e7c8cacb3 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Fri, 10 Sep 2021 13:29:18 +0800 Subject: [PATCH 004/493] add mobx-vue-lite --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 818d6b492..bc9181ccb 100644 --- a/README.md +++ b/README.md @@ -2939,6 +2939,7 @@ _LocalStorage etc._ - [movue](https://github.com/nighca/movue) - Mobx integration for Vue.js. - [vue-mobx](https://github.com/dwqs/vue-mobx) - Mobx binding for Vuejs 2.x. +- [mobx-vue-lite](https://github.com/wobsoriano/mobx-vue-lite) - Lightweight Vue 3 bindings for MobX based on Composition API. ##### Authentication/Authorization From db905bfeea3dfa8071a58f1c89f5a1ccc3aa6731 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Fri, 10 Sep 2021 13:31:18 +0800 Subject: [PATCH 005/493] add pinia section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bc9181ccb..2c9867882 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ - [State Management](#state-management) - [Redux](#redux) - [Mobx](#mobx) + - [Pinia](#pinia) - [Authentication/Authorization](#authenticationauthorization) - [Vuex Utilities](#vuex-utilities) - [Sync Between Tabs](#sync-between-tabs) @@ -2941,6 +2942,12 @@ _LocalStorage etc._ - [vue-mobx](https://github.com/dwqs/vue-mobx) - Mobx binding for Vuejs 2.x. - [mobx-vue-lite](https://github.com/wobsoriano/mobx-vue-lite) - Lightweight Vue 3 bindings for MobX based on Composition API. +##### Pinia + +- [pinia-shared-state](https://github.com/wobsoriano/pinia-shared-state) - A lightweight plugin to sync your pinia state across browser tabs. +- [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. + ##### Authentication/Authorization - [vue-kindergarten](https://github.com/JiriChara/vue-kindergarten) From 0c95fbe889377b19b8fff56f4e22fe749eebb5af Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Fri, 10 Sep 2021 13:32:21 +0800 Subject: [PATCH 006/493] add pinia to state management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c9867882..bb2ebaddd 100644 --- a/README.md +++ b/README.md @@ -2927,6 +2927,7 @@ _LocalStorage etc._ - [vue-object-state](https://github.com/crashkonijn/vue-object-state) - Simple object/dto/model state tracking - [vue-datatable-url-sync](https://github.com/socotecio/vue-datatable-url-sync) - Synchronize datatable options and filters with the url to keep user preference even after refresh or navigation - [vue-path-store](https://github.com/kouts/vue-path-store) - Simple state management that uses the dot notation path syntax, also comes with Vuex and Pinia plugins. +- [pinia](https://github.com/posva/pinia) - 🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support. ##### Redux From aa048ad37ceb58ae7c9f4d1753a608fa66e377a4 Mon Sep 17 00:00:00 2001 From: Martin Kogut <59843656+hypescale@users.noreply.github.com> Date: Fri, 10 Sep 2021 23:41:40 +0200 Subject: [PATCH 007/493] Update README.md Added a boilerplate for creating decentalized app (dApp) with Moralis SDK and Vue 3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b695273f..fc895227c 100644 --- a/README.md +++ b/README.md @@ -468,6 +468,7 @@ - [Help you learn more efficiently vue3 source code - mini-vue](https://github.com/cuixiaorui/mini-vue) by cuixiaorui - [Vue.js SPA: Build a Powerful E-Commerce App](https://snipcart.com/blog/building-a-vuejs-spa) - [Learning Vue 3.0](https://github.com/chengpeiquan/learning-vue3) +- [Vue 3.0 and decentalized app (dApp)](https://github.com/hypescale/moralis-vue-boilerplate) ### Examples From a5112e4fb56e2c99f21d93597fcad8022be79fae Mon Sep 17 00:00:00 2001 From: sanyu1225 <36758238+sanyu1225@users.noreply.github.com> Date: Fri, 17 Sep 2021 18:54:15 +0800 Subject: [PATCH 008/493] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc895227c..21c83a3d4 100644 --- a/README.md +++ b/README.md @@ -3224,6 +3224,7 @@ _Integrate with services or other frameworks_ - [vue-cli-plugin-mock](https://github.com/xuxihai123/vue-cli-plugin-mock) - Vue CLI Plugin to mock http request - [vue-cli-plugin-ci](https://github.com/P0ppoff/vue-cli-plugin-ci) - Vue CLI Plugin to generate CI agent config file to start project with CI - [vue-cli-plugin-capacitor](https://github.com/capacitor-community/vue-cli-plugin-capacitor) - A Vue CLI 3 Plugin for Capacitor +- [vue-cli-plugin-chrome-extension-cli](https://github.com/sanyu1225/vue-cli-plugin-chrome-extension-cli) - Vue CLI Plugin generat ##### Google Analytics From cb9d2084fac4b695e7eabca66a98a97ebef1e94f Mon Sep 17 00:00:00 2001 From: sanyu1225 <36758238+sanyu1225@users.noreply.github.com> Date: Fri, 17 Sep 2021 18:56:23 +0800 Subject: [PATCH 009/493] feat: add vue-cli-plugin-chrome-extension-cli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c83a3d4..34f26b658 100644 --- a/README.md +++ b/README.md @@ -3224,7 +3224,7 @@ _Integrate with services or other frameworks_ - [vue-cli-plugin-mock](https://github.com/xuxihai123/vue-cli-plugin-mock) - Vue CLI Plugin to mock http request - [vue-cli-plugin-ci](https://github.com/P0ppoff/vue-cli-plugin-ci) - Vue CLI Plugin to generate CI agent config file to start project with CI - [vue-cli-plugin-capacitor](https://github.com/capacitor-community/vue-cli-plugin-capacitor) - A Vue CLI 3 Plugin for Capacitor -- [vue-cli-plugin-chrome-extension-cli](https://github.com/sanyu1225/vue-cli-plugin-chrome-extension-cli) - Vue CLI Plugin generat +- [vue-cli-plugin-chrome-extension-cli](https://github.com/sanyu1225/vue-cli-plugin-chrome-extension-cli) - Vue CLI Plugin generat chrome extension template ##### Google Analytics From c6dd5340f317ff8fdc13de6d33ce3ed70a241535 Mon Sep 17 00:00:00 2001 From: Johnson Chen Date: Fri, 17 Sep 2021 22:38:45 +0800 Subject: [PATCH 010/493] Add vue-dapp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc895227c..5145be7e3 100644 --- a/README.md +++ b/README.md @@ -3207,6 +3207,7 @@ _Integrate with services or other frameworks_ - [Prisma](https://github.com/sherl0g/prisma) - Logs visualization client for @sherlog/cli - [vuetube](https://github.com/webistomin/vuetube) - 🚀 A fast, lightweight, lazyload vue component acting as a thin layer over the YouTube Iframe Player API which renders fast - [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. #### Vue CLI Plugins From 2e4922ad2c4108e4fb6c07c15e87b3a74077c10a Mon Sep 17 00:00:00 2001 From: Marco Schulte Date: Mon, 20 Sep 2021 15:52:13 +0200 Subject: [PATCH 011/493] Add vue3-progress --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15ce97932..1edd8d79c 100644 --- a/README.md +++ b/README.md @@ -1335,6 +1335,7 @@ _A slim progress bar at the top of the page_ - [vue-twitter-counter](https://github.com/LucasLeandro1204/vue-twitter-counter) - Counter component inspired in Twitter with Vue - [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 #### Tooltip From 0eb4411672109c58cad630d57a6f4e5b5f7b2232 Mon Sep 17 00:00:00 2001 From: Sanjay Soundarajan Date: Wed, 22 Sep 2021 00:18:45 -0700 Subject: [PATCH 012/493] Added a template for Electron, Vue and Flask --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15ce97932..fd2affb2f 100644 --- a/README.md +++ b/README.md @@ -3447,6 +3447,7 @@ _Includes a backend boilerplate_ - [dapp](https://github.com/fritx/dapp) - Boilerplate for stack of Vue/Parcel/Electron. - [vue-electron-template](https://github.com/mubaidr/vue-electron-template) - An Electron & Vue.js boilerplate with Hot-reloading enabled and common Vue plugins, dev and build scripts configured using webpack-4 - [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. #### Parts From cb72830699310506ff207128ec71df30d040c4cc Mon Sep 17 00:00:00 2001 From: Sergio Carracedo Date: Fri, 24 Sep 2021 17:22:24 +0200 Subject: [PATCH 013/493] Add vue-use-model-helpers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bc05c191..55a2a0c45 100644 --- a/README.md +++ b/README.md @@ -3105,6 +3105,7 @@ _Utilities for building / compiling / bundling / loading assets_ - [vue-live](https://github.com/vue-styleguidist/vue-live) - A component to demo components, inspired by react-live. - [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 #### Web Workers From 80dac2ce0de78ef1316b80ada466138c95fd4c44 Mon Sep 17 00:00:00 2001 From: Jim Chan Date: Tue, 28 Sep 2021 10:39:01 +0800 Subject: [PATCH 014/493] add open source Context Note https://github.com/betterRunner/context-note --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bc05c191..7332680a1 100644 --- a/README.md +++ b/README.md @@ -891,6 +891,7 @@ - [XIV ToDo](https://github.com/bourgeoisor/xivtodo) - Dashboards, completion trackers, tailored weekly and daily checklists and tools for Final Fantasy XIV. - [QuickTok](https://github.com/statickidz/quicktok) - TikTok popular trends viewer. - [Interface X](https://github.com/empathyco/x) - UI Search&Discovery components to rapidly build beautiful search experiences +- [Context Note](https://github.com/betterRunner/context-note) - A free open source note-taking 📝 chrome extension: take you notes on the web with their context. ### Commercial Products From d208e03167c2df952444e5f7bd2ef18a49e8d96b Mon Sep 17 00:00:00 2001 From: Saanvi Sen <88199117+saanvi-ts@users.noreply.github.com> Date: Fri, 1 Oct 2021 12:56:44 +0530 Subject: [PATCH 015/493] Added Materio Vuetify VueJS Admin Template --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e390b6329..c402c3234 100644 --- a/README.md +++ b/README.md @@ -908,6 +908,8 @@ - [ScaleChamp](https://www.scalechamp.com) - multi-cloud managed databases provider with Hetzner, AWS, Linode, IBM, Azure, Scaleway, Alibaba Cloud, DigitalOcean, GCP and UpCloud support - [Coloban](https://www.coloban.com) - All-in-one project management tool with chats, Kanban, Gantt, calls, screenshare and many more. - [NxShell](https://github.com/nxshell/nxshell) - An easy to use new terminal for SSH, which based on Electron and VueJS. +- [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. + ### Apps/Websites From f8b019884e6d521f847e3172a35f82b1f1f39203 Mon Sep 17 00:00:00 2001 From: Anas El Alami Date: Fri, 1 Oct 2021 10:52:15 +0200 Subject: [PATCH 016/493] add vue-dropify to File Upload --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0172f4abe..c7833a270 100644 --- a/README.md +++ b/README.md @@ -2170,6 +2170,7 @@ _Display images_ - [v-uploader](https://github.com/TerryZ/v-uploader) - A Vue2 plugin to make files upload simple and easier, you can drag files or select file in dialog to upload - [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 ##### Context Menu From c2bbb3a3ffff0ce26707ec132df76e7d37488214 Mon Sep 17 00:00:00 2001 From: Ernest Date: Sat, 2 Oct 2021 22:29:38 +0800 Subject: [PATCH 017/493] feat: add vue-use-popperjs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0172f4abe..fd2197c07 100644 --- a/README.md +++ b/README.md @@ -1351,6 +1351,7 @@ Tooltips / popovers - [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) +- [vue-use-popperjs](https://github.com/iendeavor/vue-use-popperjs) - Vue 2 & 3 popper hook powered by @popperjs #### Overlay From d79589d37f788935f4e1dfe705be1706a3ecade0 Mon Sep 17 00:00:00 2001 From: Mani Date: Tue, 5 Oct 2021 18:21:02 +0530 Subject: [PATCH 018/493] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bc05c191..db8334659 100644 --- a/README.md +++ b/README.md @@ -2429,6 +2429,7 @@ _Set of admin template_ - [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) #### Server-side rendering From c58c56de21b0233f3601c4fd12588df80a3b8f08 Mon Sep 17 00:00:00 2001 From: Pranav C <61551451+pranavxc@users.noreply.github.com> Date: Wed, 6 Oct 2021 20:34:28 +0530 Subject: [PATCH 019/493] Add nocodb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38a703f1f..cd3b5c3ff 100644 --- a/README.md +++ b/README.md @@ -915,6 +915,7 @@ - [Coloban](https://www.coloban.com) - All-in-one project management tool with chats, Kanban, Gantt, calls, screenshare and many more. - [NxShell](https://github.com/nxshell/nxshell) - An easy to use new terminal for SSH, which based on Electron and VueJS. - [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. ### Apps/Websites From 664cd7fd3c94adeac0d08b8b04c8e052c22783da Mon Sep 17 00:00:00 2001 From: Bart Date: Thu, 7 Oct 2021 18:11:39 +0100 Subject: [PATCH 020/493] Add petite-vue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd3b5c3ff..541caee1b 100644 --- a/README.md +++ b/README.md @@ -2467,6 +2467,7 @@ _Set of admin template_ - [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 74ffdd5e4cf83fc86017de4af6731af89b584a18 Mon Sep 17 00:00:00 2001 From: Roger Camargo Date: Fri, 8 Oct 2021 13:55:59 -0300 Subject: [PATCH 021/493] Add a suggestion for the Scaffold section: crud-vuetify-structured-template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 541caee1b..14a6b6b4d 100644 --- a/README.md +++ b/README.md @@ -3405,7 +3405,7 @@ _Scaffold / boilerplate / seed / starter kits / stack ensemble / Yeoman generato - [janak](https://github.com/vinayakkulkarni/janak) - Build your Vue 3 apps in a breeze 🌬 - [vue-composable-starter](https://github.com/Tahul/vue-composable-starter) - 🪝 Minimalist starting point for your next Vue composable. - [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 #### Client _Render Vue application in the browser only_ From 414f43782b34e6c163feb62462c5b1c8ead34499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lker=20Demir?= Date: Sat, 9 Oct 2021 00:00:33 +0300 Subject: [PATCH 022/493] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 541caee1b..2d4b600ea 100644 --- a/README.md +++ b/README.md @@ -2310,6 +2310,7 @@ _Layout for the overall / main view_ - [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. ### Frameworks From 19b35d70a87b7b4fdb810433034c2f6ba4756018 Mon Sep 17 00:00:00 2001 From: Ivan Che Date: Sun, 10 Oct 2021 15:04:11 +0300 Subject: [PATCH 023/493] add vue-color-input --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 541caee1b..776637f23 100644 --- a/README.md +++ b/README.md @@ -2058,6 +2058,7 @@ _Let the user select a tag / something while typing_ - [radial-color-picker](https://github.com/radial-color-picker/vue-color-picker) - Minimalistic color picker with a focus on size, accessibility and performance. - [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 `` ##### Switch From 638377fcb2168f8f4d21e9666cac934f45b33558 Mon Sep 17 00:00:00 2001 From: gVguy <88876408+gVguy@users.noreply.github.com> Date: Sun, 10 Oct 2021 15:49:50 +0300 Subject: [PATCH 024/493] add vue-color-input (#3796) Co-authored-by: Ivan Che --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 541caee1b..776637f23 100644 --- a/README.md +++ b/README.md @@ -2058,6 +2058,7 @@ _Let the user select a tag / something while typing_ - [radial-color-picker](https://github.com/radial-color-picker/vue-color-picker) - Minimalistic color picker with a focus on size, accessibility and performance. - [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 `` ##### Switch From b710fd04f57b0d7914f993b1a2cdda771399ed6c Mon Sep 17 00:00:00 2001 From: Sanjay Soundarajan Date: Mon, 11 Oct 2021 00:19:57 -0700 Subject: [PATCH 025/493] Added a marquee component library for Vue 3 applicaitons --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 776637f23..a6c80595b 100644 --- a/README.md +++ b/README.md @@ -1444,6 +1444,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ #### Marquee - [vue-dynamic-marquee](https://github.com/YishaiBerg/vue-dynamic-marquee) - Marquee component, fully responsive to changes on the fly. +- [vue3-marquee](https://github.com/megasanjay/vue3-marquee) - A simple and responsive marquee component for Vue 3 applications with 0 dependencies. #### Menu From df7d6faee35b17aeda262b2f5dc86612b988cc8c Mon Sep 17 00:00:00 2001 From: Aaron Gong Date: Thu, 14 Oct 2021 09:21:35 +0800 Subject: [PATCH 026/493] Added VueJS Singapore Telegram Group --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93f12f445..abcdc1283 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ - [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) +- [VueJS Singapore - Telegram Group](https://t.me/vuejssg) ### Conferences From e0c1e9141e40732a985cb92f42b4f3e487c6c40a Mon Sep 17 00:00:00 2001 From: wanghao Date: Thu, 14 Oct 2021 10:39:31 +0800 Subject: [PATCH 027/493] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Map=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E4=B8=AD=E7=9A=84mars3d-vue?= 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 93f12f445..3550b131a 100644 --- a/README.md +++ b/README.md @@ -1639,6 +1639,7 @@ _Display non-editable events in a Calendar_ - [x5-gmaps](https://github.com/xon52/x5-gmaps) - lightweight Google Maps plugin for Vue 2.x - [vue2-gmap-custom-marker](https://github.com/eregnier/vue2-gmap-custom-marker) - vue google map custom marker component - [vue3-openlayers](https://github.com/MelihAltintas/vue3-openlayers) - Vue 3 components to work with OpenLayers. +- [mars3d-vue](https://github.com/marsgis/mars3d-vue-template) - Vue 2.x 三维地球可视化JS开发平台🌎 3D earth visualization JS development platform. #### Audio / Video From 7d8f3d342af0180df0399cc7a5ddc924a5158245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E9=81=A5?= Date: Fri, 15 Oct 2021 11:58:44 +0800 Subject: [PATCH 028/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3550b131a..37ad0daf7 100644 --- a/README.md +++ b/README.md @@ -1639,7 +1639,7 @@ _Display non-editable events in a Calendar_ - [x5-gmaps](https://github.com/xon52/x5-gmaps) - lightweight Google Maps plugin for Vue 2.x - [vue2-gmap-custom-marker](https://github.com/eregnier/vue2-gmap-custom-marker) - vue google map custom marker component - [vue3-openlayers](https://github.com/MelihAltintas/vue3-openlayers) - Vue 3 components to work with OpenLayers. -- [mars3d-vue](https://github.com/marsgis/mars3d-vue-template) - Vue 2.x 三维地球可视化JS开发平台🌎 3D earth visualization JS development platform. +- [vue-mars3d](https://github.com/marsgis/mars3d-vue-template) - Vue 2.x 三维地球可视化JS开发平台🌎 3D earth visualization JS development platform. #### Audio / Video From 6b15fe88e8445fa90de593c160df283badbd4278 Mon Sep 17 00:00:00 2001 From: Ivan Che Date: Sun, 17 Oct 2021 13:33:01 +0300 Subject: [PATCH 029/493] added vue-follow-tooltip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abcdc1283..4d116fa79 100644 --- a/README.md +++ b/README.md @@ -1354,6 +1354,7 @@ Tooltips / popovers - [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) - [vue-use-popperjs](https://github.com/iendeavor/vue-use-popperjs) - Vue 2 & 3 popper hook powered by @popperjs +- [vue-follow-tooltip](https://github.com/gVguy/vue-follow-tooltip) - Tiny tooltip directive for Vue 3. Lets you create tooltips that follow cursor. Not based on anything, zero dependencies #### Overlay From 00e37da9f0c066f2eb3f89338df6e093b203e45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Karda=C5=9F?= Date: Mon, 18 Oct 2021 00:03:43 +0300 Subject: [PATCH 030/493] Add vue-icomoon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abcdc1283..18402ff08 100644 --- a/README.md +++ b/README.md @@ -1421,6 +1421,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [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 +- [vue-icomoon](https://github.com/aykutkardas/vue-icomoon) - With vue-icomoon you can easily use the icons you have selected or created in icomoon. - [mdi-vue](https://github.com/therufa/mdi-vue) - Material Design Icon components for Vuejs - [vue-fontawesome](https://github.com/FortAwesome/vue-fontawesome) - Font Awesome 5 Vue component - [g-icon](https://github.com/nash403/g-icon) - Simple icon component for your svg icons (compatible with Font Awesome-like font toolkits) From aff75c650829e73b0bb60bfeb9bd7b7cd5895f31 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Tue, 19 Oct 2021 00:18:58 +0300 Subject: [PATCH 031/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37ad0daf7..f2a3a057a 100644 --- a/README.md +++ b/README.md @@ -1639,7 +1639,7 @@ _Display non-editable events in a Calendar_ - [x5-gmaps](https://github.com/xon52/x5-gmaps) - lightweight Google Maps plugin for Vue 2.x - [vue2-gmap-custom-marker](https://github.com/eregnier/vue2-gmap-custom-marker) - vue google map custom marker component - [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 三维地球可视化JS开发平台🌎 3D earth visualization JS development platform. +- [vue-mars3d](https://github.com/marsgis/mars3d-vue-template) - Vue 2.x 3D earth visualization JS development platform. #### Audio / Video From fe4bf8e4bdba64214812b0c1d4a6db50f3f6daaf Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Tue, 19 Oct 2021 14:54:01 +0300 Subject: [PATCH 032/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d116fa79..6c6423c03 100644 --- a/README.md +++ b/README.md @@ -1354,7 +1354,7 @@ Tooltips / popovers - [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) - [vue-use-popperjs](https://github.com/iendeavor/vue-use-popperjs) - Vue 2 & 3 popper hook powered by @popperjs -- [vue-follow-tooltip](https://github.com/gVguy/vue-follow-tooltip) - Tiny tooltip directive for Vue 3. Lets you create tooltips that follow cursor. Not based on anything, zero dependencies +- [vue-follow-tooltip](https://github.com/gVguy/vue-follow-tooltip) - Tiny tooltip directive for Vue 3. #### Overlay From a0fdd0a62da7630fdf7f1dba7d9da5a30852b6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Karda=C5=9F?= Date: Tue, 19 Oct 2021 15:10:28 +0300 Subject: [PATCH 033/493] Move vue-icomoon package to end of list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18402ff08..0bc4c8bd9 100644 --- a/README.md +++ b/README.md @@ -1421,7 +1421,6 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [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 -- [vue-icomoon](https://github.com/aykutkardas/vue-icomoon) - With vue-icomoon you can easily use the icons you have selected or created in icomoon. - [mdi-vue](https://github.com/therufa/mdi-vue) - Material Design Icon components for Vuejs - [vue-fontawesome](https://github.com/FortAwesome/vue-fontawesome) - Font Awesome 5 Vue component - [g-icon](https://github.com/nash403/g-icon) - Simple icon component for your svg icons (compatible with Font Awesome-like font toolkits) @@ -1442,6 +1441,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue-feather-icons](https://github.com/egoist/vue-feather-icons) - Simply beautiful open source icons as Vue functional components. - [vue-feather](https://github.com/fengyuanchen/vue-feather) - Feather icons component for Vue 3. - [eos-icons-vue](https://github.com/EOS-uiux-Solutions/eos-icons-vue) - Eos icons npm package for Vue 3, [eos-icons-vue2](https://github.com/EOS-uiux-Solutions/eos-icons-vue2) for Vue 2 +- [vue-icomoon](https://github.com/aykutkardas/vue-icomoon) - With vue-icomoon you can easily use the icons you have selected or created in icomoon. #### Marquee From 999fda63987e52075251f2140520b5862783fbb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20Co=C5=9Fkun=C3=A7ay?= Date: Wed, 20 Oct 2021 10:43:40 +0300 Subject: [PATCH 034/493] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14536f358..2263c740d 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,7 @@ - [Maxim Web Chat](https://github.com/maxim-top/maxim-web) - A chat demo using [MaximTop](https://www.maximtop.com)'s IM SDK (floo), 使用美信拓扑 IM SDK 实现的聊天App 示例. - [vue-cli-3-tailwind-axios-starter](https://github.com/Ted2xmen/vue-cli-3-tailwind-axios-starter) - A boilerplate using Tailwind, Axios-ready, Vuex and Router - [vue-cli-3-wave-ui-starter](https://github.com/Ted2xmen/vue-cli-3-wave-ui-starter) - A boilerplate using Wave UI + Vuex and Router +- [CVue-Awesome](https://github.com/coskuncayemre/CVue-Awesome) Auto Resume Builder by [Emre Coşkunçay](https://github.com/coskuncayemre) ### Books From 1224b5cf5409fe39d1a5c1550a254e9d0fa0a2e0 Mon Sep 17 00:00:00 2001 From: Tinko Date: Sat, 23 Oct 2021 10:23:51 +0800 Subject: [PATCH 035/493] Add vue3-ts-lib-template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2263c740d..5926fc056 100644 --- a/README.md +++ b/README.md @@ -627,6 +627,7 @@ - [vue-cli-3-tailwind-axios-starter](https://github.com/Ted2xmen/vue-cli-3-tailwind-axios-starter) - A boilerplate using Tailwind, Axios-ready, Vuex and Router - [vue-cli-3-wave-ui-starter](https://github.com/Ted2xmen/vue-cli-3-wave-ui-starter) - A boilerplate using Wave UI + Vuex and Router - [CVue-Awesome](https://github.com/coskuncayemre/CVue-Awesome) Auto Resume Builder by [Emre Coşkunçay](https://github.com/coskuncayemre) +- [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` ### Books From b9142906180542d711966e75b9fde66de08122e7 Mon Sep 17 00:00:00 2001 From: gVguy <88876408+gVguy@users.noreply.github.com> Date: Mon, 25 Oct 2021 03:59:02 +0300 Subject: [PATCH 036/493] added vue-sfc-split (#3804) Co-authored-by: Ivan Che --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2263c740d..7a895dd35 100644 --- a/README.md +++ b/README.md @@ -3082,6 +3082,7 @@ _Utilities for building / compiling / bundling / loading assets_ - [vue-automatic-import-loader](https://github.com/hunterliu1003/vue-automatic-import-loader) - webpack loader that auto import your Vue single file components by using a match function. - [vue-aimg-loader](https://github.com/chenxinan/vue-aimg-loader) - A easy way to use image in Vue template without wirte css. - [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 #### Page Navigation From 5a8ee0c436eb6256bd2cee3a35f3ae9913fd1f22 Mon Sep 17 00:00:00 2001 From: Abhimanyu Singh Rathore Date: Tue, 26 Oct 2021 10:38:02 +0530 Subject: [PATCH 037/493] Update Vuejs Auth - Loginradius Blog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a895dd35..24c46300a 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ - [Learn Vue 2: Step By Step](https://laracasts.com/series/learn-vue-2-step-by-step) on Laracasts - [Vuejs 2 Authentication Tutorial](https://auth0.com/blog/vuejs2-authentication-tutorial/) on Auth0 blog +- [Vuejs Authentication Tutorial](https://www.loginradius.com/blog/async/implementing-authentication-on-vuejs-using-jwt/) on LoginRadius 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 - [Vuex introduction video - James Browne from London Vue.js Meetup #1](https://www.youtube.com/watch?v=l1KHL-TX3qs) From 198984ab8318bbeb799536e7b1bbdd6342ff070d Mon Sep 17 00:00:00 2001 From: Abhimanyu Singh Rathore Date: Tue, 26 Oct 2021 10:42:30 +0530 Subject: [PATCH 038/493] Add end of list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c46300a..1cecbbeb5 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,6 @@ - [Learn Vue 2: Step By Step](https://laracasts.com/series/learn-vue-2-step-by-step) on Laracasts - [Vuejs 2 Authentication Tutorial](https://auth0.com/blog/vuejs2-authentication-tutorial/) on Auth0 blog -- [Vuejs Authentication Tutorial](https://www.loginradius.com/blog/async/implementing-authentication-on-vuejs-using-jwt/) on LoginRadius 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 - [Vuex introduction video - James Browne from London Vue.js Meetup #1](https://www.youtube.com/watch?v=l1KHL-TX3qs) @@ -471,6 +470,7 @@ - [Vue.js SPA: Build a Powerful E-Commerce App](https://snipcart.com/blog/building-a-vuejs-spa) - [Learning Vue 3.0](https://github.com/chengpeiquan/learning-vue3) - [Vue 3.0 and decentalized app (dApp)](https://github.com/hypescale/moralis-vue-boilerplate) +- [Vuejs Authentication Tutorial](https://www.loginradius.com/blog/async/implementing-authentication-on-vuejs-using-jwt/) on LoginRadius blog ### Examples From b64b8020eece6791a5f2d8aba24848ee7d873be7 Mon Sep 17 00:00:00 2001 From: JD-Wang <15180453160@163.com> Date: Thu, 28 Oct 2021 17:22:08 +0800 Subject: [PATCH 039/493] Add pinia-persistedstate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71c8d993d..a3a14bb6d 100644 --- a/README.md +++ b/README.md @@ -2969,6 +2969,7 @@ _LocalStorage etc._ - [pinia-shared-state](https://github.com/wobsoriano/pinia-shared-state) - A lightweight plugin to sync your pinia state across browser tabs. - [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. ##### Authentication/Authorization From a75aacc545c427c2916a05be9bf19fc7c4f2ac89 Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Tue, 2 Nov 2021 14:59:34 +1000 Subject: [PATCH 040/493] Add Balancer to open source projects list I'm a developer at Balancer. It's a decentralized finance application that runs on Ethereum. Front-end is written using Vue and is fully open source MIT licensed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3a14bb6d..a35ff26b7 100644 --- a/README.md +++ b/README.md @@ -896,6 +896,7 @@ - [QuickTok](https://github.com/statickidz/quicktok) - TikTok popular trends viewer. - [Interface X](https://github.com/empathyco/x) - UI Search&Discovery components to rapidly build beautiful search experiences - [Context Note](https://github.com/betterRunner/context-note) - A free open source note-taking 📝 chrome extension: take you notes on the web with their context. +- [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. ### Commercial Products From 3d1e6c36fa9cd1f9ba67b84d758c946e0f8a6073 Mon Sep 17 00:00:00 2001 From: Eric Regnier Date: Tue, 2 Nov 2021 23:37:46 +0100 Subject: [PATCH 041/493] Add vue leaflet map custom marker plugin --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a35ff26b7..83c71630e 100644 --- a/README.md +++ b/README.md @@ -1644,9 +1644,10 @@ _Display non-editable events in a Calendar_ - [@geospoc/v-mapbox](https://github.com/geospoc/v-mapbox) - Combine powers of Vue.js and Mapbox GL JS (Maintained fork of soal's vue-mapbox) - [@geospoc/v-mapbox-geocoder](https://github.com/geospoc/v-mapbox-geocoder) - Geocoder control for your awesome Mapbox library - [x5-gmaps](https://github.com/xon52/x5-gmaps) - lightweight Google Maps plugin for Vue 2.x -- [vue2-gmap-custom-marker](https://github.com/eregnier/vue2-gmap-custom-marker) - vue google map custom marker component +- [vue2-gmap-custom-marker](https://github.com/eregnier/vue2-gmap-custom-marker) - Vue google map custom marker component - [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 #### Audio / Video From 3bd50e943c332feb0a483018852060257ac992a8 Mon Sep 17 00:00:00 2001 From: Andrew Courtice Date: Tue, 9 Nov 2021 15:29:06 +1000 Subject: [PATCH 042/493] Add Harlem to state management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83c71630e..a79bd7d61 100644 --- a/README.md +++ b/README.md @@ -2951,6 +2951,7 @@ _LocalStorage etc._ - [vue-datatable-url-sync](https://github.com/socotecio/vue-datatable-url-sync) - Synchronize datatable options and filters with the url to keep user preference even after refresh or navigation - [vue-path-store](https://github.com/kouts/vue-path-store) - Simple state management that uses the dot notation path syntax, also comes with Vuex and Pinia plugins. - [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 ##### Redux From cedcc605f56ea615db71d5b0b6d1444bddd57757 Mon Sep 17 00:00:00 2001 From: Saanvi Sen <88199117+saanvi-ts@users.noreply.github.com> Date: Tue, 9 Nov 2021 12:17:30 +0530 Subject: [PATCH 043/493] Added Materio Free Vuetify VueJS Laravel Admin Template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a79bd7d61..00453dee0 100644 --- a/README.md +++ b/README.md @@ -897,6 +897,7 @@ - [Interface X](https://github.com/empathyco/x) - UI Search&Discovery components to rapidly build beautiful search experiences - [Context Note](https://github.com/betterRunner/context-note) - A free open source note-taking 📝 chrome extension: take you notes on the web with their context. - [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. +- [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. ### Commercial Products From c926828cc30d38d046eacbceadee60361e02fd1f Mon Sep 17 00:00:00 2001 From: jeremyjone <37676231+jeremyjone@users.noreply.github.com> Date: Tue, 9 Nov 2021 22:49:03 +0800 Subject: [PATCH 044/493] add jz-gantt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00453dee0..0f15363ca 100644 --- a/README.md +++ b/README.md @@ -1256,6 +1256,7 @@ _Tables / data grids_ - [vue-datagrid](https://github.com/revolist/vue-datagrid) - Vue grid wrapper for powerful webcomponent revo-grid with excel like rich edit and behavior. - [element-ui-sticky-table](https://github.com/iendeavor/element-ui-sticky-table) - Sticky for element-ui table - [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. #### Notification From 0341f55dd017272e61aa26377d623c7b1017f4d1 Mon Sep 17 00:00:00 2001 From: Oleksandr Bystrikov Date: Thu, 11 Nov 2021 02:34:37 +0100 Subject: [PATCH 045/493] chore: add vue-stripe-js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f15363ca..62b253f1a 100644 --- a/README.md +++ b/README.md @@ -3172,6 +3172,7 @@ Payment utilities. - [vue-stripe-checkout](https://github.com/jofftiquez/vue-stripe-checkout) - A simple vue plugin for Stripe checkout. - [vue-stripe-payment](https://github.com/samturrell/vue-stripe-payment) - Vue wrapper for jquery.payment by Stripe. - [vue-stripe-elements](https://github.com/ectoflow/vue-stripe-elements) - Vue component collection for Stripe.js +- [vue-stripe-js](https://github.com/ectoflow/vue-stripe-js) - Vue 3 components for Stripe.js ##### Paypal From 88e23c59aca7023a3234bdd6a1a8fc2388247c3b Mon Sep 17 00:00:00 2001 From: Saanvi Sen <88199117+saanvi-ts@users.noreply.github.com> Date: Fri, 12 Nov 2021 13:37:54 +0530 Subject: [PATCH 046/493] Added VueJS Admin Template Free Download --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00453dee0..6f0a22017 100644 --- a/README.md +++ b/README.md @@ -687,6 +687,7 @@ - [Vue vs. React – Which Should You Pick For Your Next Web Project?](https://www.ideamotive.co/blog/vue-vs-react?utm_source=github.com&utm_medium=social&utm_campaign=vue-vs-react) - [Vue.js from scratch series](https://www.youtube.com/playlist?list=PLLhEJK7fQIxDWDJEyeT68wT8ZroODeRuw) on YouTube by Paris Nakita Kejser - [10 Quick-Fire Vue Interview Questions](https://medium.com/javascript-in-plain-english/10-quick-fire-vue-interview-questions-3c16d14a3b51) +- [VueJS Admin Template Free Download](https://themeselection.com/vuejs-admin-template/) - Collection of awesome opens source and premium VueJS Admin Templates. ### Courses From c1bd44ff5c1cb34d188ec280fbb2bac1da8fe33f Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Fri, 12 Nov 2021 14:11:21 +0300 Subject: [PATCH 047/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f0a22017..c5fdbd07f 100644 --- a/README.md +++ b/README.md @@ -687,7 +687,7 @@ - [Vue vs. React – Which Should You Pick For Your Next Web Project?](https://www.ideamotive.co/blog/vue-vs-react?utm_source=github.com&utm_medium=social&utm_campaign=vue-vs-react) - [Vue.js from scratch series](https://www.youtube.com/playlist?list=PLLhEJK7fQIxDWDJEyeT68wT8ZroODeRuw) on YouTube by Paris Nakita Kejser - [10 Quick-Fire Vue Interview Questions](https://medium.com/javascript-in-plain-english/10-quick-fire-vue-interview-questions-3c16d14a3b51) -- [VueJS Admin Template Free Download](https://themeselection.com/vuejs-admin-template/) - Collection of awesome opens source and premium VueJS Admin Templates. +- [VueJS Admin Template](https://themeselection.com/vuejs-admin-template/) - Collection of awesome opens source and premium VueJS Admin Templates. ### Courses From dd3b5f954ad26c174069a9452146ccee6b02c98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Sat, 13 Nov 2021 09:08:21 +0800 Subject: [PATCH 048/493] chore: add element-plus (#3817) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d509ac7e1..7907e7ecd 100644 --- a/README.md +++ b/README.md @@ -2377,6 +2377,7 @@ _Set of components + responsive layout system_ - [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. #### Mobile From 1e4e1a42658cbd6622c6d9323100aa3efb7d7994 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 13 Nov 2021 16:04:30 +0200 Subject: [PATCH 049/493] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7907e7ecd..11224d5ad 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ## Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue) > A curated list of awesome things related to Vue.js +- [Awesome Vue.js ![Awesome](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue)](#awesome-vuejs--) - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) @@ -899,7 +900,7 @@ - [Context Note](https://github.com/betterRunner/context-note) - A free open source note-taking 📝 chrome extension: take you notes on the web with their context. - [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. - [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. - +- [NuxTube](https://github.com/joek85/NuxTube) An Open Source YouTube app for privacy, made with NuxtJs. ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. From 1488541f4cf2941698ba37d1de5e2be0157b6a6e Mon Sep 17 00:00:00 2001 From: Joe Kaikaty Date: Sat, 13 Nov 2021 16:11:37 +0200 Subject: [PATCH 050/493] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 11224d5ad..f69cd6198 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ ## Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue) > A curated list of awesome things related to Vue.js -- [Awesome Vue.js ![Awesome](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue)](#awesome-vuejs--) - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) From 770d8cb19009e02212687f9d1564128befdba60f Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 15 Nov 2021 16:21:22 +0300 Subject: [PATCH 051/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f69cd6198..c904df72c 100644 --- a/README.md +++ b/README.md @@ -899,7 +899,7 @@ - [Context Note](https://github.com/betterRunner/context-note) - A free open source note-taking 📝 chrome extension: take you notes on the web with their context. - [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. - [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. -- [NuxTube](https://github.com/joek85/NuxTube) An Open Source YouTube app for privacy, made with NuxtJs. +- [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. From ca91f0e50fb6c011b92d641317390bd8c6049a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20Co=C5=9Fkun=C3=A7ay?= Date: Thu, 18 Nov 2021 18:16:15 +0300 Subject: [PATCH 052/493] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c904df72c..2fe667d1a 100644 --- a/README.md +++ b/README.md @@ -1593,6 +1593,7 @@ _Display time / date / age_ - [v-digital-time-picker](https://github.com/runyasak/v-digital-time-picker) - Digital Time Picker for Vuetify. - [vue-horizontal-timeline](https://github.com/guastallaigor/vue-horizontal-timeline) - Just a simple horizontal timeline component made with Vue.js. - [vue-timer-hook](https://github.com/riderx/vue-timer-hook) - Vue 3 Timer module inspired by react-timer-hook +- [vue3-flip-countdown](https://github.com/coskuncayemre/vue3-flip-countdown) Customize Countdown timer with Flip Animation for Vue 3.x #### Calendar From 2d561a9c5daf90b24d6e7f8fbc302f8a30f75eae Mon Sep 17 00:00:00 2001 From: scrumfaster <72463777+scrumfaster@users.noreply.github.com> Date: Sat, 20 Nov 2021 20:34:32 -0800 Subject: [PATCH 053/493] Update README.md to add Scrumfast.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c904df72c..44b477996 100644 --- a/README.md +++ b/README.md @@ -1138,6 +1138,7 @@ - [Scraperbox](https://scraperbox.com) - Undetectable web scraping API. Built with Laravel and Vue. - [Darwin Analytics](https://www.darwin.so) - Tool for measuring and optimizing your site. Built with Vue3 and Vite. - [Pinterest video downloader](https://www.pinterestdownloder.video/) - Tool for Downloading pinterest videos in HD +- [Scrumfast](https://www.scrumfast.com) - Extremely untuitive project management scrum tool, free up to 5 users. ### Interactive Experiences From dfe236bfefe7affd3996b4203528241ef798a42e Mon Sep 17 00:00:00 2001 From: Jerry Lupo <72463777+scrumfaster@users.noreply.github.com> Date: Sat, 20 Nov 2021 20:37:58 -0800 Subject: [PATCH 054/493] Typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b477996..c67936328 100644 --- a/README.md +++ b/README.md @@ -1138,7 +1138,7 @@ - [Scraperbox](https://scraperbox.com) - Undetectable web scraping API. Built with Laravel and Vue. - [Darwin Analytics](https://www.darwin.so) - Tool for measuring and optimizing your site. Built with Vue3 and Vite. - [Pinterest video downloader](https://www.pinterestdownloder.video/) - Tool for Downloading pinterest videos in HD -- [Scrumfast](https://www.scrumfast.com) - Extremely untuitive project management scrum tool, free up to 5 users. +- [Scrumfast](https://www.scrumfast.com) - Extremely intuitive project management scrum tool, free up to 5 users. ### Interactive Experiences From c9e17d4c22bde32d39835c38abaef3172cb1a4e1 Mon Sep 17 00:00:00 2001 From: Jessica Mitchell Date: Mon, 22 Nov 2021 14:10:10 -0500 Subject: [PATCH 055/493] update readme with video call resources for Vue apps --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c904df72c..9aba31bd4 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,8 @@ - [Learning Vue 3.0](https://github.com/chengpeiquan/learning-vue3) - [Vue 3.0 and decentalized app (dApp)](https://github.com/hypescale/moralis-vue-boilerplate) - [Vuejs Authentication Tutorial](https://www.loginradius.com/blog/async/implementing-authentication-on-vuejs-using-jwt/) on LoginRadius blog +- [Add a prebuilt video chat widget to any Vue app with daily-js](https://www.daily.co/blog/build-a-video-chat-app-with-vue-and-daily-prebuilt/) by Jess Mitchell, via Daily (August 2021) +- [Build a custom video chat app with daily-js and Vue](https://www.daily.co/blog/custom-video-chat-app-with-daily-and-vue/) by Jess Mitchell, via Daily (November 2021) ### Examples @@ -629,6 +631,7 @@ - [vue-cli-3-wave-ui-starter](https://github.com/Ted2xmen/vue-cli-3-wave-ui-starter) - A boilerplate using Wave UI + Vuex and Router - [CVue-Awesome](https://github.com/coskuncayemre/CVue-Awesome) Auto Resume Builder by [Emre Coşkunçay](https://github.com/coskuncayemre) - [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. ### Books From ad8378fcaf344ecdd77fdc8ac2706008c574a46a Mon Sep 17 00:00:00 2001 From: Yiming Li Date: Tue, 23 Nov 2021 13:06:33 +0800 Subject: [PATCH 056/493] feat: add vue3-compact-template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c904df72c..c9ed5b98d 100644 --- a/README.md +++ b/README.md @@ -3445,6 +3445,7 @@ _Render Vue application in the browser only_ - [vue-webpack-chrome-extension-template](https://github.com/ALiangLiang/vue-webpack-chrome-extension-template) - Template for quick creation of Chrome extension on Vuejs hot reloading when developing. - [**vue-auth-boilerplate**](https://github.com/VPetar/vue-auth-boilerplate) - Vue SPA boilerplate with Router/Vuex/CLI3 and auth functions (cool looking register and login). Works with minimal setup out of the box with [**laravel-api-boilerplate-jwt**](https://github.com/VPetar/laravel-api-boilerplate-jwt). - [**vue-atomic-design**](https://github.com/alexander-elgin/vue-atomic-design) - Vue front-end boilerplate based on atomic design methodology. +- [vue3-compact-template](https://github.com/upupming/vue3-compact-template) - ⚡️ A simple and compact vue 3 template with current cutting edge front end technologies. #### Universal From 2f63f747ca2bef3c8b8e05a97d9af11f01d0a504 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Tue, 23 Nov 2021 15:28:04 +0300 Subject: [PATCH 057/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c67936328..ea4fe6bfc 100644 --- a/README.md +++ b/README.md @@ -1138,7 +1138,7 @@ - [Scraperbox](https://scraperbox.com) - Undetectable web scraping API. Built with Laravel and Vue. - [Darwin Analytics](https://www.darwin.so) - Tool for measuring and optimizing your site. Built with Vue3 and Vite. - [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, free up to 5 users. +- [Scrumfast](https://www.scrumfast.com) - Extremely intuitive project management scrum tool. ### Interactive Experiences From ec3736ff84229a17b49b5a51835686bf2856dc26 Mon Sep 17 00:00:00 2001 From: Ejiro Asiuwhu Date: Fri, 26 Nov 2021 16:23:05 +0100 Subject: [PATCH 058/493] add vue 3 otp input component --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98714e261..ba5880845 100644 --- a/README.md +++ b/README.md @@ -1939,6 +1939,8 @@ _Let the user create & edit data_ - [Laraform](https://github.com/laraform/laraform) - Advanced form builder for Vue.js with Laravel support - [vue-ele-form](https://github.com/dream2023/vue-ele-form) - Vue DataForm, based on element-ui - [vue-otp-2](https://github.com/tonghoai/vue-otp-2) - Vue OTP input 2, A Vue component for OTP input +- [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 built by [Ejiro Asiuwhu](https://linkedin.com/in/ejiro-asiuwhu) + - [vue-form-generator](https://github.com/vue-generators/vue-form-generator) A schema-based form generator component for Vue.js. - [vue-form-builder](https://github.com/openfext/vue-form-builder) - Build powerful vue form with JSON schema and composition api, popular ui frameworks such as Element UI, View UI, Ant Design Vue are supported. [Online Demo](https://openfext.github.io/vue-form-builder) - [vue-dynamic-inputs](https://github.com/taverasady/vue-dynamic-inputs) - Create dynamic forms with buefy from json [Online Demo](https://codepen.io/taverasady/pen/LYVzevo) From 68221ca0d0d2c871d65f8dd9dd51a3da6b94e483 Mon Sep 17 00:00:00 2001 From: Ejiro Asiuwhu Date: Fri, 26 Nov 2021 16:26:53 +0100 Subject: [PATCH 059/493] change order according to contribution guide --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba5880845..bce92bae3 100644 --- a/README.md +++ b/README.md @@ -1939,13 +1939,14 @@ _Let the user create & edit data_ - [Laraform](https://github.com/laraform/laraform) - Advanced form builder for Vue.js with Laravel support - [vue-ele-form](https://github.com/dream2023/vue-ele-form) - Vue DataForm, based on element-ui - [vue-otp-2](https://github.com/tonghoai/vue-otp-2) - Vue OTP input 2, A Vue component for OTP input -- [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 built by [Ejiro Asiuwhu](https://linkedin.com/in/ejiro-asiuwhu) - [vue-form-generator](https://github.com/vue-generators/vue-form-generator) A schema-based form generator component for Vue.js. - [vue-form-builder](https://github.com/openfext/vue-form-builder) - Build powerful vue form with JSON schema and composition api, popular ui frameworks such as Element UI, View UI, Ant Design Vue are supported. [Online Demo](https://openfext.github.io/vue-form-builder) - [vue-dynamic-inputs](https://github.com/taverasady/vue-dynamic-inputs) - Create dynamic forms with buefy from json [Online Demo](https://codepen.io/taverasady/pen/LYVzevo) - [Vue Flow Form](https://github.com/ditdot-dev/vue-flow-form) - Create conversational conditional-logic forms with Vue.js. [Online Demo](https://www.ditdot.hr/demo/vff/questionnaire/) - [vue-dd-form](https://github.com/marekmensa/vue-dd-form) - 📋 Build forms only by describing data nodes - without programming! [Online Demo](https://marekmensa.github.io/vue-dd-form/) +- [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 built by [Ejiro Asiuwhu](https://linkedin.com/in/ejiro-asiuwhu) + ###### Date Picker From 864240d4cb520fa669aa94cd899dbf7d8d713fb1 Mon Sep 17 00:00:00 2001 From: Hydrogen <3038094028@qq.com> Date: Sun, 28 Nov 2021 19:12:27 -0600 Subject: [PATCH 060/493] feat: add `electron-vite-template` (#3825) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98714e261..6dd4e254e 100644 --- a/README.md +++ b/README.md @@ -3484,6 +3484,7 @@ _Includes a backend boilerplate_ - [vue-electron-template](https://github.com/mubaidr/vue-electron-template) - An Electron & Vue.js boilerplate with Hot-reloading enabled and common Vue plugins, dev and build scripts configured using webpack-4 - [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!** #### Parts From f454d5ed4714b022eafdccb707b8d532beec0b69 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 29 Nov 2021 12:53:43 +0300 Subject: [PATCH 061/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bce92bae3..fab3fe7d8 100644 --- a/README.md +++ b/README.md @@ -1945,7 +1945,7 @@ _Let the user create & edit data_ - [vue-dynamic-inputs](https://github.com/taverasady/vue-dynamic-inputs) - Create dynamic forms with buefy from json [Online Demo](https://codepen.io/taverasady/pen/LYVzevo) - [Vue Flow Form](https://github.com/ditdot-dev/vue-flow-form) - Create conversational conditional-logic forms with Vue.js. [Online Demo](https://www.ditdot.hr/demo/vff/questionnaire/) - [vue-dd-form](https://github.com/marekmensa/vue-dd-form) - 📋 Build forms only by describing data nodes - without programming! [Online Demo](https://marekmensa.github.io/vue-dd-form/) -- [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 built by [Ejiro Asiuwhu](https://linkedin.com/in/ejiro-asiuwhu) +- [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. ###### Date Picker From d16991a7298762f23ed96f9a154a782a27e6710a Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 29 Nov 2021 12:54:33 +0300 Subject: [PATCH 062/493] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fab3fe7d8..6b07f79cd 100644 --- a/README.md +++ b/README.md @@ -1938,8 +1938,7 @@ _Let the user create & edit data_ - [ncform](https://github.com/ncform/ncform) - a very nice configuration generation way to develop form - [Laraform](https://github.com/laraform/laraform) - Advanced form builder for Vue.js with Laravel support - [vue-ele-form](https://github.com/dream2023/vue-ele-form) - Vue DataForm, based on element-ui -- [vue-otp-2](https://github.com/tonghoai/vue-otp-2) - Vue OTP input 2, A Vue component for OTP input - +- [vue-otp-2](https://github.com/tonghoai/vue-otp-2) - Vue OTP input 2, A Vue component for OTP input. - [vue-form-generator](https://github.com/vue-generators/vue-form-generator) A schema-based form generator component for Vue.js. - [vue-form-builder](https://github.com/openfext/vue-form-builder) - Build powerful vue form with JSON schema and composition api, popular ui frameworks such as Element UI, View UI, Ant Design Vue are supported. [Online Demo](https://openfext.github.io/vue-form-builder) - [vue-dynamic-inputs](https://github.com/taverasady/vue-dynamic-inputs) - Create dynamic forms with buefy from json [Online Demo](https://codepen.io/taverasady/pen/LYVzevo) From 67522e1bc12325cc7a245a3f836d7439c9f5ebf0 Mon Sep 17 00:00:00 2001 From: othobaggins <36571708+othobaggins@users.noreply.github.com> Date: Mon, 29 Nov 2021 19:05:25 -0700 Subject: [PATCH 063/493] add CryptoTracks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c523d08c..e43f70c75 100644 --- a/README.md +++ b/README.md @@ -1142,6 +1142,7 @@ - [Darwin Analytics](https://www.darwin.so) - Tool for measuring and optimizing your site. Built with Vue3 and Vite. - [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. ### Interactive Experiences From c57f3b2afddc5cdbd47463b36887be2e264743e5 Mon Sep 17 00:00:00 2001 From: Adam Berecz Date: Wed, 1 Dec 2021 19:23:30 +0100 Subject: [PATCH 064/493] Added Vueform to Form section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e43f70c75..49384bfcb 100644 --- a/README.md +++ b/README.md @@ -1946,6 +1946,7 @@ _Let the user create & edit data_ - [Vue Flow Form](https://github.com/ditdot-dev/vue-flow-form) - Create conversational conditional-logic forms with Vue.js. [Online Demo](https://www.ditdot.hr/demo/vff/questionnaire/) - [vue-dd-form](https://github.com/marekmensa/vue-dd-form) - 📋 Build forms only by describing data nodes - without programming! [Online Demo](https://marekmensa.github.io/vue-dd-form/) - [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) ###### Date Picker From 3a3f249584473d58d489f40627bbe992c23fe8b5 Mon Sep 17 00:00:00 2001 From: Delowar Hossain Date: Thu, 2 Dec 2021 23:17:10 +0600 Subject: [PATCH 065/493] Added vue3-emoji-picker package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49384bfcb..16d6e18e1 100644 --- a/README.md +++ b/README.md @@ -1893,6 +1893,7 @@ _Display non-editable events in a Calendar_ - [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-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. #### Tabs From 834dffbaab6581f5634203379a2eedb8500d4cc4 Mon Sep 17 00:00:00 2001 From: Vincent Guo Date: Sun, 5 Dec 2021 00:36:21 +0800 Subject: [PATCH 066/493] update vue-storage-watcher for vue 3 supported update vue-storage-watcher for vue 3 supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d6e18e1..3705c228a 100644 --- a/README.md +++ b/README.md @@ -2931,7 +2931,7 @@ _LocalStorage etc._ - [vue-universal-cookies](https://github.com/S64/vue-universal-cookies) Isomorphic cookies plugin for Vue.js / Nuxt.js supports Browser, Express, http (node). - [vue2-storage](https://github.com/yarkovaleksei/vue2-storage) Browser storage for Vue.js app - [vue-warehouse](https://github.com/bazzite/vue-warehouse) A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js. -- [vue-storage-watcher](https://github.com/dreambo8563/vue-storage-watcher) - A reactive localStorage/sessionStorage plugin for Vue.js with strong typed. +- [vue-storage-watcher](https://github.com/dreambo8563/vue-storage-watcher) / [Vue 3 version](https://github.com/dreambo8563/next-vue-storage-watcher) - A reactive localStorage/sessionStorage plugin for Vue.js with strong typed for Vue 2 / Vue 3. - [vue-use-local-storage](https://github.com/HJ29/vue-use-local-storage) - A composition api to persist and rehydrate reactive data to local storage for vue 3. #### State Management From fe8f11f38067d99bf5dc79b1f716eaa8c348359c Mon Sep 17 00:00:00 2001 From: UiWebKit Date: Sat, 4 Dec 2021 21:37:29 +0200 Subject: [PATCH 067/493] add Uni Localization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16d6e18e1..9fe9f844e 100644 --- a/README.md +++ b/README.md @@ -2902,6 +2902,7 @@ _Internationalization / L10n / localization / translation_ - [vue-i18n-lite](https://github.com/FrontLabsOfficial/vue-i18n-lite) - A super lightweight and minimal plugin that introduces internationalization into your Vue.js app with a simple API. - [v-google-translate](https://github.com/i7eo/v-google-translate) - A component that use google translate to internationalize your Vue.js app. - [fluent-vue](https://github.com/Demivan/fluent-vue) - Internationalization plugin for Vue.js (2 and 3). Vue.js integration for Fluent.js - JavaScript implementation of Project Fluent +- [localize-vue-2x](https://github.com/uiwebkit/localize-vue-2x) - Uni Localization Vue 2 integration example, with the fully customizable Language Menu widget and the custom translations. Powered by UiWebKit. #### Custom Events From e53c6ece317d3299ffcec75beae2368b7a305666 Mon Sep 17 00:00:00 2001 From: UiWebKit Date: Sat, 4 Dec 2021 21:40:44 +0200 Subject: [PATCH 068/493] add Uni Localization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe9f844e..e6364099b 100644 --- a/README.md +++ b/README.md @@ -2902,7 +2902,7 @@ _Internationalization / L10n / localization / translation_ - [vue-i18n-lite](https://github.com/FrontLabsOfficial/vue-i18n-lite) - A super lightweight and minimal plugin that introduces internationalization into your Vue.js app with a simple API. - [v-google-translate](https://github.com/i7eo/v-google-translate) - A component that use google translate to internationalize your Vue.js app. - [fluent-vue](https://github.com/Demivan/fluent-vue) - Internationalization plugin for Vue.js (2 and 3). Vue.js integration for Fluent.js - JavaScript implementation of Project Fluent -- [localize-vue-2x](https://github.com/uiwebkit/localize-vue-2x) - Uni Localization Vue 2 integration example, with the fully customizable Language Menu widget and the custom translations. Powered by UiWebKit. +- [localize-vue-2x](https://github.com/uiwebkit/localize-vue-2x) - Uni Localization Vue 2 integration example, with the fully customizable Language Menu widget and the custom translations. Built with Custom Elements and Web Components. Powered by UiWebKit. #### Custom Events From e59ddac0b3cec8eaaaac179a29c035efa27a741e Mon Sep 17 00:00:00 2001 From: Matej yangwao <5887929+yangwao@users.noreply.github.com> Date: Sun, 5 Dec 2021 16:51:51 +0100 Subject: [PATCH 069/493] added KodaDot Open Source using VueJs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16d6e18e1..0d8d093fb 100644 --- a/README.md +++ b/README.md @@ -706,6 +706,7 @@ ### Open Source +- [KodaDot](https://github.com/kodadot/nft-gallery) - NFT Marketplace on Polkadot funded as public good, written in Vue.js - [PageKit](https://github.com/pagekit/pagekit) - Modular and lightweight CMS built with Symfony components and Vue.js. - [npmcharts.com](https://github.com/cheapsteak/npmcharts.com) - Compare npm packages and spot download trends. - [Koel](https://github.com/phanan/koel) - A personal music streaming server that works. From d6ba4787b2dff8c1b99d9f3a5a4219ee1c4ff359 Mon Sep 17 00:00:00 2001 From: MinYuan Date: Mon, 6 Dec 2021 16:52:16 +0800 Subject: [PATCH 070/493] fix: wrong url for vueuse --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3705c228a..a644af216 100644 --- a/README.md +++ b/README.md @@ -2815,7 +2815,7 @@ _Utilities not directly related to the UI_ - [vue-underscore](https://github.com/HKskn/vue-underscore) - simple vue plugin to implement underscore - [vue-lazy-calc](https://github.com/dreambo8563/vue-lazy-calc) - A simple calculation plugin in lazy && chaining way with strong typed. - [vue-loadable](https://github.com/VitorLuizC/vue-loadable) - A plugin to improve loading state control with pretty simple methods, decorators and helpers. -- [vueuse](https://github.com/antfu/vueuse) - Collection of essential Vue Composition API utils works for Vue 2.x and 3.x. +- [vueuse](https://github.com/vueuse/vueuse) - Collection of essential Vue Composition API utils works for Vue 2.x and 3.x. - [vue-composable](https://github.com/pikax/vue-composable) - Vue composition-api composable components. i18n, validation, pagination, fetch, etc. +30 variable composable functions. - [vue-condition-watcher](https://github.com/runkids/vue-condition-watcher) - 🕶 Vue Composition API for automatic fetch data when condition has been changed. - [vue-use](https://github.com/openfext/vue-use) - Use magic Vue Composition APIs to provide a lot of reusable logic, such as form, table and loading, etc. From 36b9db3a295e276040d8959a12c54490d8dd6a88 Mon Sep 17 00:00:00 2001 From: UiWebKit Date: Mon, 6 Dec 2021 11:45:50 +0200 Subject: [PATCH 071/493] shorten description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6364099b..5c1a6d75d 100644 --- a/README.md +++ b/README.md @@ -2902,7 +2902,7 @@ _Internationalization / L10n / localization / translation_ - [vue-i18n-lite](https://github.com/FrontLabsOfficial/vue-i18n-lite) - A super lightweight and minimal plugin that introduces internationalization into your Vue.js app with a simple API. - [v-google-translate](https://github.com/i7eo/v-google-translate) - A component that use google translate to internationalize your Vue.js app. - [fluent-vue](https://github.com/Demivan/fluent-vue) - Internationalization plugin for Vue.js (2 and 3). Vue.js integration for Fluent.js - JavaScript implementation of Project Fluent -- [localize-vue-2x](https://github.com/uiwebkit/localize-vue-2x) - Uni Localization Vue 2 integration example, with the fully customizable Language Menu widget and the custom translations. Built with Custom Elements and Web Components. Powered by UiWebKit. +- [localize-vue-2x](https://github.com/uiwebkit/localize-vue-2x) - Uni Localization Vue 2 integration example with the fully customizable Language Menu widget and the custom translations built with Custom Elements and Web Components. #### Custom Events From a3e06cadd852ce7da58ce891df2f121e483d8d19 Mon Sep 17 00:00:00 2001 From: Matej yangwao <5887929+yangwao@users.noreply.github.com> Date: Mon, 6 Dec 2021 16:09:08 +0100 Subject: [PATCH 072/493] putted on the end of list --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d8d093fb..37a3e7544 100644 --- a/README.md +++ b/README.md @@ -706,7 +706,6 @@ ### Open Source -- [KodaDot](https://github.com/kodadot/nft-gallery) - NFT Marketplace on Polkadot funded as public good, written in Vue.js - [PageKit](https://github.com/pagekit/pagekit) - Modular and lightweight CMS built with Symfony components and Vue.js. - [npmcharts.com](https://github.com/cheapsteak/npmcharts.com) - Compare npm packages and spot download trends. - [Koel](https://github.com/phanan/koel) - A personal music streaming server that works. @@ -927,7 +926,7 @@ - [NxShell](https://github.com/nxshell/nxshell) - An easy to use new terminal for SSH, which based on Electron and VueJS. - [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 ### Apps/Websites From 63416fab80c2110710efe2e4758996265f6d2ea9 Mon Sep 17 00:00:00 2001 From: Matej yangwao <5887929+yangwao@users.noreply.github.com> Date: Mon, 6 Dec 2021 16:11:03 +0100 Subject: [PATCH 073/493] added to open source and commercial product --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a3e7544..c959b2e24 100644 --- a/README.md +++ b/README.md @@ -903,6 +903,8 @@ - [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. - [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. - [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. +- [KodaDot](https://github.com/kodadot/nft-gallery) - NFT Marketplace on Polkadot funded as public good, written in Vue.js + ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. @@ -926,7 +928,7 @@ - [NxShell](https://github.com/nxshell/nxshell) - An easy to use new terminal for SSH, which based on Electron and VueJS. - [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 +- [KodaDot](https://kodadot.xyz) - NFT Marketplace on Polkadot funded as public good, written in Vue.js ### Apps/Websites From f4eb4f0daace842c38b6690c3f40b2dc4145ded4 Mon Sep 17 00:00:00 2001 From: UiWebKit Date: Mon, 6 Dec 2021 21:31:32 +0200 Subject: [PATCH 074/493] fix description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c1a6d75d..53c3e9207 100644 --- a/README.md +++ b/README.md @@ -2902,7 +2902,7 @@ _Internationalization / L10n / localization / translation_ - [vue-i18n-lite](https://github.com/FrontLabsOfficial/vue-i18n-lite) - A super lightweight and minimal plugin that introduces internationalization into your Vue.js app with a simple API. - [v-google-translate](https://github.com/i7eo/v-google-translate) - A component that use google translate to internationalize your Vue.js app. - [fluent-vue](https://github.com/Demivan/fluent-vue) - Internationalization plugin for Vue.js (2 and 3). Vue.js integration for Fluent.js - JavaScript implementation of Project Fluent -- [localize-vue-2x](https://github.com/uiwebkit/localize-vue-2x) - Uni Localization Vue 2 integration example with the fully customizable Language Menu widget and the custom translations built with Custom Elements and Web Components. +- [localize-vue-2x](https://github.com/uiwebkit/localize-vue-2x) - Uni Localization Vue 2 integration example. Customizable Language Menu widget built with Web Components. #### Custom Events From 5e69495e1c0e8ec0c7d4e1857adbddd40a2fa383 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Tue, 7 Dec 2021 12:17:06 +0300 Subject: [PATCH 075/493] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c959b2e24..aca95b18e 100644 --- a/README.md +++ b/README.md @@ -903,7 +903,6 @@ - [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. - [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. - [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. -- [KodaDot](https://github.com/kodadot/nft-gallery) - NFT Marketplace on Polkadot funded as public good, written in Vue.js ### Commercial Products @@ -928,7 +927,7 @@ - [NxShell](https://github.com/nxshell/nxshell) - An easy to use new terminal for SSH, which based on Electron and VueJS. - [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://kodadot.xyz) - NFT Marketplace on Polkadot funded as public good, written in Vue.js +- [KodaDot](https://github.com/kodadot/nft-gallery) - NFT Marketplace on Polkadot funded as public good, written in Vue.js ### Apps/Websites From a0a2d8d4e4d968855c2cfc64284152135f59c628 Mon Sep 17 00:00:00 2001 From: Viktor Kuzhelnyi Date: Thu, 9 Dec 2021 15:51:22 +0500 Subject: [PATCH 076/493] Add Admin One Vue 3 Tailwind dashboard --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c1477254..04730dd22 100644 --- a/README.md +++ b/README.md @@ -903,6 +903,7 @@ - [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. - [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. - [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. +- [Admin One Vue 3 Tailwind dashboard](https://github.com/justboil/admin-one-vue-tailwind) - Free Vue.js 3 Tailwind CSS admin template with dark mode. Vite & Vue CLI supported. ### Commercial Products From b158954186d1253157bc3442fbf29c531ccf239a Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 10 Dec 2021 12:34:47 +0000 Subject: [PATCH 077/493] Added Dashy under Projects using Vue - Open Source --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c1477254..697ae1b1c 100644 --- a/README.md +++ b/README.md @@ -903,6 +903,7 @@ - [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. - [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. - [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. +- [Dashy](https://github.com/lissy93/dashy) - A self-hosted startpage, with an easy to use visual editor, status checking, themes, widgets and tons more ### Commercial Products From 164205f22117d4f54e1e674dba1e6364946478aa Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Fri, 10 Dec 2021 20:34:35 +0300 Subject: [PATCH 078/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04730dd22..2a3aee95e 100644 --- a/README.md +++ b/README.md @@ -903,7 +903,7 @@ - [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. - [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. - [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. -- [Admin One Vue 3 Tailwind dashboard](https://github.com/justboil/admin-one-vue-tailwind) - Free Vue.js 3 Tailwind CSS admin template with dark mode. Vite & Vue CLI supported. +- [Admin One Vue 3 Tailwind dashboard](https://github.com/justboil/admin-one-vue-tailwind) - Vue.js 3 Tailwind CSS admin template with dark mode. ### Commercial Products From 95bd2be81d882a9c3cdfd4a45568b67f9a242e19 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Fri, 10 Dec 2021 20:36:54 +0300 Subject: [PATCH 079/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3aee95e..6f2894bf9 100644 --- a/README.md +++ b/README.md @@ -903,7 +903,6 @@ - [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. - [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. - [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. -- [Admin One Vue 3 Tailwind dashboard](https://github.com/justboil/admin-one-vue-tailwind) - Vue.js 3 Tailwind CSS admin template with dark mode. ### Commercial Products @@ -2464,6 +2463,7 @@ _Set of admin template_ - [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. #### Server-side rendering From 0371eb4b381427091eef4ea9509a6561864e8b13 Mon Sep 17 00:00:00 2001 From: UiWebKit Date: Mon, 13 Dec 2021 14:01:07 +0200 Subject: [PATCH 080/493] add uni localize fo Vue 3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53c3e9207..2913049ef 100644 --- a/README.md +++ b/README.md @@ -2903,6 +2903,7 @@ _Internationalization / L10n / localization / translation_ - [v-google-translate](https://github.com/i7eo/v-google-translate) - A component that use google translate to internationalize your Vue.js app. - [fluent-vue](https://github.com/Demivan/fluent-vue) - Internationalization plugin for Vue.js (2 and 3). Vue.js integration for Fluent.js - JavaScript implementation of Project Fluent - [localize-vue-2x](https://github.com/uiwebkit/localize-vue-2x) - Uni Localization Vue 2 integration example. Customizable Language Menu widget built with Web Components. +- [localize-vue-3x](https://github.com/uiwebkit/localize-vue-3x) - Uni Localization Vue 3 integration example. Customizable Language Menu widget built with Web Components. #### Custom Events From c9cebe9a621d71dc5c06c7c889ac34eb7e99ba47 Mon Sep 17 00:00:00 2001 From: Markus Date: Mon, 13 Dec 2021 14:44:43 +0100 Subject: [PATCH 081/493] Add vue-use-paginator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f2894bf9..30aa5648d 100644 --- a/README.md +++ b/README.md @@ -2693,6 +2693,7 @@ _Seamless scrolling_ - [vue-ads-pagination](https://github.com/arnedesmedt/vue-ads-pagination) - A vue pagination component build with the css framework `tailwindcss` - [v-pagy](https://github.com/trandaison/v-pagy) - A lightweight and customizeable 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. #### Animation From 8789ab2bbb5e391d34404316d495b6ff08616fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=9F=E6=97=A0=E9=A3=8E=E9=9B=A8?= <15623530290@163.com> Date: Wed, 15 Dec 2021 11:03:34 +0800 Subject: [PATCH 082/493] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec1aafbf7..69a04128f 100644 --- a/README.md +++ b/README.md @@ -1637,6 +1637,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-datepicker-next](https://github.com/mengxiong10/vue-datepicker-next) - Vue 3.x component for datepicker / timepicker / datetimepicker / calendar #### Map @@ -1988,6 +1989,7 @@ _Date / datetime / time Picker_ - [@alireza-ab/vue-persian-datepicker](https://github.com/alireza-ab/vue-persian-datepicker) - A datepicker component for select persian date. **(single and range selection, select date and time, select with keyboard, customizable style, localization)** - [vue-easy-range-date-picker](https://github.com/HC200ok/vue-easy-range-date-picker) - A simple and easy VueJS (2.x) component for date range selection - [vue3-date-time-picker](https://github.com/Vuepic/vue3-date-time-picker) - The most complete date picker solution for Vue 3 +- [vue-datepicker-next](https://github.com/mengxiong10/vue-datepicker-next) - Vue 3.x component for datepicker / timepicker / datetimepicker / calendar ##### Select From c7a2ce32b41266b7998487380103a33bfff5544b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=9F=E6=97=A0=E9=A3=8E=E9=9B=A8?= <15623530290@163.com> Date: Wed, 15 Dec 2021 11:11:11 +0800 Subject: [PATCH 083/493] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 69a04128f..421323b31 100644 --- a/README.md +++ b/README.md @@ -1637,7 +1637,6 @@ _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-datepicker-next](https://github.com/mengxiong10/vue-datepicker-next) - Vue 3.x component for datepicker / timepicker / datetimepicker / calendar #### Map From ea5913bdf830b23702a7caabae28c1428e66ad78 Mon Sep 17 00:00:00 2001 From: kk Date: Tue, 21 Dec 2021 21:27:00 +0800 Subject: [PATCH 084/493] Add hami-vuex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421323b31..5a971c30b 100644 --- a/README.md +++ b/README.md @@ -2973,6 +2973,7 @@ _LocalStorage etc._ - [vue-path-store](https://github.com/kouts/vue-path-store) - Simple state management that uses the dot notation path syntax, also comes with Vuex and Pinia plugins. - [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. ##### Redux From 2e31a175d6801848c6184475bef8cf533f8b00c5 Mon Sep 17 00:00:00 2001 From: Orbit Date: Fri, 24 Dec 2021 15:10:37 +0800 Subject: [PATCH 085/493] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421323b31..ffa6fc473 100644 --- a/README.md +++ b/README.md @@ -1950,6 +1950,7 @@ _Let the user create & edit data_ - [vue-dd-form](https://github.com/marekmensa/vue-dd-form) - 📋 Build forms only by describing data nodes - without programming! [Online Demo](https://marekmensa.github.io/vue-dd-form/) - [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 ###### Date Picker From 09b30b3673aaed79fcfa7e7df043e67c0b339ca0 Mon Sep 17 00:00:00 2001 From: AmiT Kadam Date: Fri, 24 Dec 2021 21:31:05 +0530 Subject: [PATCH 086/493] Removed broken link from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 421323b31..82cb44baf 100644 --- a/README.md +++ b/README.md @@ -1033,7 +1033,6 @@ - [Cronhub](https://cronhub.io) - Painless Cron Monitoring Tool - [wrkprty](https://wrkprty.com) - Pop-up coworking events for freelancers, remote workers, and professionals looking to get out of the office. - [Made with love](https://made-with-love.xyz/) - The Made with Love ❤️ around the world, initiative is a movement to celebrate 🎉, promote 📣 and build a brand 👑. It feed Tech news, design inspiration and trends from over 💯 sources including Dribbble, ProductHunt, Behance and Techcrunch. 💝 -- [Path to Product](https://www.pathtoproduct.com) - Discover over 1,000 product jobs at startups and tech companies. - [V·oogle](http://v-oogle.com/) - Google.com, reVued. A joke-project. :) - [Broker Notes](https://broker-notes.com) - 'Study to become a Real Estate Agent' :house: - [SyncLounge](https://synclounge.tv) - SyncLounge is a tool to sync Plex content across multiple players in multiple locations. From a61936b9a2935a06b701c42180ebd176d13d70e7 Mon Sep 17 00:00:00 2001 From: Muhammed DAGDELEN <82731390+muhammedmed@users.noreply.github.com> Date: Thu, 30 Dec 2021 14:48:42 +0300 Subject: [PATCH 087/493] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421323b31..85d3ccde2 100644 --- a/README.md +++ b/README.md @@ -904,6 +904,7 @@ - [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. - [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. - [Dashy](https://github.com/lissy93/dashy) - A self-hosted startpage, with an easy to use visual editor, status checking, themes, widgets and tons more +- [NuxtBlog](https://github.com/muhammedmed/nuxt-js-blog) - Blog site made with firebase real-time database ### Commercial Products From 070110ae01bbadd5d06b640c984ec3614024f9e9 Mon Sep 17 00:00:00 2001 From: thecodewarrior Date: Thu, 30 Dec 2021 21:42:05 -0800 Subject: [PATCH 088/493] Add Tippy.vue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421323b31..e517feccd 100644 --- a/README.md +++ b/README.md @@ -1369,6 +1369,7 @@ Tooltips / popovers - [@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) - [vue-use-popperjs](https://github.com/iendeavor/vue-use-popperjs) - Vue 2 & 3 popper hook powered by @popperjs - [vue-follow-tooltip](https://github.com/gVguy/vue-follow-tooltip) - Tiny tooltip directive for Vue 3. +- [Tippy.vue](https://github.com/thecodewarrior/Tippy.vue) - Nesting-free [Tippy.js](https://atomiks.github.io/tippyjs/) directive/component for Vue 3. A drop-in addition with no structural or style changes required. Supports both individual and singleton tooltips. #### Overlay From 944e1a42bd3be95d6140fc4f5151ec5a70e09778 Mon Sep 17 00:00:00 2001 From: Rob Levin Date: Mon, 3 Jan 2022 08:27:29 -0600 Subject: [PATCH 089/493] Add AgnosticUI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 421323b31..401b5e4c2 100644 --- a/README.md +++ b/README.md @@ -2391,7 +2391,7 @@ _Set of components + responsive layout system_ - [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! #### Mobile From 08ce8aac9432adceb21db9c4f1339014ac9019a7 Mon Sep 17 00:00:00 2001 From: Evyatar Date: Fri, 7 Jan 2022 20:11:28 +0200 Subject: [PATCH 090/493] add Vest validation framework As shown in the vuejs london conference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421323b31..2e541032b 100644 --- a/README.md +++ b/README.md @@ -2585,6 +2585,7 @@ _Handling of user events (scroll, click, key strike, ...)_ - [vue-input-validator](https://github.com/mediv0/vue-input-validator) - 🛡️ Highly extensible & customizable input validator for Vue 2 - [@vuito/vue](https://github.com/mathix420/vuito) - Simple, lightweight, isomorphic, and template-based validation library. - [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. #### Resize From bc73fb72ce50ad8500aaa46d03c7ed1cd3395865 Mon Sep 17 00:00:00 2001 From: Peace Date: Tue, 11 Jan 2022 00:33:59 +0200 Subject: [PATCH 091/493] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 421323b31..68655f01e 100644 --- a/README.md +++ b/README.md @@ -2353,7 +2353,7 @@ _Set of components + responsive layout system_ - [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 +- [AT-UI](https://at.aotu.io) - A fresh and flat UI-Kit especially 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 @@ -2458,8 +2458,8 @@ _Set of admin template_ - [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 prefered colors. [Live demo](http://boussadjra.github.io/vue-pro-sidebar) +- [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) @@ -2579,8 +2579,8 @@ _Handling of user events (scroll, click, key strike, ...)_ - [FormVuelar](https://github.com/janiskelemen/formvuelar) - Vue form components with server-side validation in mind - [vue-final-validate](https://phphe.github.io/vue-final-validate/) - Vue validation solution from my development experience, support nested, async. - [vform](https://github.com/cretueusebiu/vform) - A simple way to handle Laravel back-end validation in Vue. -- [vue-form-container](https://github.com/VitorLuizC/vue-form-container) - A `Provider Component` that encapsulate your forms and handle their states and validations. -- [ps-validation](https://github.com/PrimitiveSocial/ps-validation) - A Vue plugin that provides out-of-the-box data validation rules, very much inspired from Laravel validation system. +- [vue-form-container](https://github.com/VitorLuizC/vue-form-container) - A `Provider Component` that encapsulates your forms and handles their states and validations. +- [ps-validation](https://github.com/PrimitiveSocial/ps-validation) - A Vue plugin that provides out-of-the-box data validation rules, very much inspired by the Laravel validation system. - [vue-laravel-errors](https://github.com/Sohaib-Sherif/vue-laravel-errors) - A Vue.JS plugin that adds a global mixin which can be used to fill an errors variable from a laravel error response and display it as an object or array, can also be used as a local mixin. - [vue-input-validator](https://github.com/mediv0/vue-input-validator) - 🛡️ Highly extensible & customizable input validator for Vue 2 - [@vuito/vue](https://github.com/mathix420/vuito) - Simple, lightweight, isomorphic, and template-based validation library. @@ -2625,7 +2625,7 @@ _Detect when components enter viewport_ - [navscroll-js](https://github.com/nash403/navscroll-js) - Highlights menu items as you scroll, and also scrolls to a section when a menu item clicked. Use as a vue component, a vue directive or with vanilla js. - [vue-scrollwatch](https://github.com/Desdesdesgo/vue-scrollwatch) - A light plugin detecting scroll event,customize callback when element enter viewport,expose 'scrollTo' api to scroll to specific element .Using vue directive. - [vue-check-view](https://github.com/vtimofeev/vue-check-view) - A plugin that checks if element is in viewport. Fast, small, has no dependencies, live demo. -- [vue-stickto](https://github.com/JALBAA/vue-stickto) - A vue directive that support multiple DOM nodes stick to top automatically +- [vue-stickto](https://github.com/JALBAA/vue-stickto) - A vue directive that supports multiple DOM nodes stick to top automatically - [vue2-scrollspy](https://github.com/ibufu/vue2-scrollspy) - A scrollspy plugin and animated scroll-to. - [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 @@ -2782,7 +2782,7 @@ _Move a DOM node to a target DOM node_ - [vue-spatialnavigation](https://github.com/twcapps/vue-spatialnavigation) - Vue directive (Vue.js 2.x) for spatial navigation (keyboard navigation) - [vue-lifecycle](https://github.com/FL3NKEY/vue-lifecycle) - A Vue.js lifecycle directives. - [v-aspect-ratio](https://github.com/andrewvasilchuk/v-aspect-ratio) - Vue.js directive for setting an aspect ratio. -- [@kooljay82/vue-m-camera](https://github.com/kooljay82/vue-m-camera) - To avoid changing orientation of photo automatically which taken via camera of user's device. +- [@kooljay82/vue-m-camera](https://github.com/kooljay82/vue-m-camera) - To avoid changing orientation of photo automatically which is taken via camera of user's device. - [v-ripple-directive](https://github.com/andrewvasilchuk/v-ripple-directive) - Vue.js directive for ripple effect. - [vue-material-design-ripple](https://github.com/partyka1/vue-material-design-ripple) - Add material design ripple to any element. Use any ripple color you want. No performance issues. Mobile friendly. No dependencies. It just works. - [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' 🤙 @@ -2864,7 +2864,7 @@ _Retrieve data over HTTP_ - [v-model](https://github.com/huanleguang/v-model) - V-Model is a model plugin for Vue.js, like ng-resource. - [vue-resource-mock](https://github.com/noru/vue-resource-mock) - A helper to mock your http response, based on vue-resource's interceptor. - [vue-async-data-2](https://github.com/kamijin-fanta/vue-async-data) - Async data loading plugin for Vue.js. -- [vue-api-request](https://github.com/ftgibran/vue-api-request) - A plugin that provides full control on your APIs, making your request simple, fast and easy to implement. +- [vue-api-request](https://github.com/ftgibran/vue-api-request) - A plugin that provides full control on your APIs, making your request simple, fast, and easy to implement. - [vue-fast-axios](https://github.com/leonardovilarinho/vue-fast-axios) - Make requests with validations in a simple and beautiful way. - [vue-async-properties](https://github.com/blainehansen/vue-async-properties) - An `asyncData` and `asyncComputed` plugin with support for debouncing, transforming results, error handlers, loading/pending flags, lazy/eager requests. - [vue-axios-plugin](https://github.com/yugasun/vue-axios-plugin) - A plugin that combines axios with Vuejs, making http request more easier. @@ -2874,7 +2874,7 @@ _Retrieve data over HTTP_ - [vue-apis](https://github.com/ChangedenCZD/vue-apis) - A vue plug-in integrated with axios that chain-builds API instances. Available from the context of a vue instance (eg: this.\$apis.apiName()). - [rexios](https://github.com/Scrum/rexios) - Utils normalize url, data, params for axios when using rest api request. - [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. +- [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. #### i18n @@ -3153,7 +3153,7 @@ _Utilities for building / compiling / bundling / loading assets_ #### Web Workers -- [vue-worker](https://github.com/israelss/vue-worker) - A Vue.js plugin to use webworkers in a simply way. +- [vue-worker](https://github.com/israelss/vue-worker) - A Vue.js plugin to use webworkers in a simple way. - [vue-log-worker](https://gitlab.com/schoolmouv-open-source/vue-log-worker) - A Vue.js plugin to log error and vuex mutations to your backend through a web worker #### JSX @@ -3430,7 +3430,7 @@ _Scaffold / boilerplate / seed / starter kits / stack ensemble / Yeoman generato - [VueCharged Template](https://github.com/mrboomer/vuecharged-template) - A highly opinionated, feature-first Vue 2 template with CLI scaffolding. Uses Vue 2, Vuex, Vue Router and Vue I18n. - [Huncwot](https://github.com/zaiste/huncwot) - Vue.js boilerplate with Node.js for building modern JavaScript applications with « batteries included » approach. - [wemake-vue-template](https://github.com/wemake-services/wemake-vue-template) - Bleeding edge vue template focused on code quality and developer happiness. Featuring: nuxt, flow, and jest. -- [vue-lib-template](https://github.com/biigpongsatorn/vue-lib-template) - 🛠 A simple template for building and publishing Vue component/library as a open source project. +- [vue-lib-template](https://github.com/biigpongsatorn/vue-lib-template) - 🛠 A simple template for building and publishing Vue component/library as an open source project. - [Awesome Vue Boilerplate](https://github.com/NarHakobyan/awesome-vue-boilerplate) - 😍 Awesome Vue, 🥰 Vuex, Vuex-pathify, element-ui, tailwindcss - [ScaffoldHub.io](https://scaffoldhub.io) - Generate full Vue applications with SQL, MongoDB or Firebase Firestore databases. - [VuePlay](https://christiankienle.github.io/vueplay/) - Generate disposable Vue playgrounds in seconds. Allows you to test things quickly. From 2ef544cd822274f259f02aefd52f4fac3af07f3b Mon Sep 17 00:00:00 2001 From: Peace Date: Wed, 12 Jan 2022 11:23:51 +0200 Subject: [PATCH 092/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4820e2385..d99331467 100644 --- a/README.md +++ b/README.md @@ -2355,7 +2355,7 @@ _Set of components + responsive layout system_ - [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 especially for desktop application, made with ♥ by Vue.js 2.0 +- [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 From aa6ed43a523d33b73e6584be26790b21455bfbfa Mon Sep 17 00:00:00 2001 From: lsh <59404696+peterroe@users.noreply.github.com> Date: Mon, 17 Jan 2022 20:42:19 +0800 Subject: [PATCH 093/493] Add UngeUI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d99331467..c7218111e 100644 --- a/README.md +++ b/README.md @@ -2394,7 +2394,7 @@ _Set of components + responsive layout system_ - [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. #### Mobile _UI frameworks for mobile_ From b88ac2cdbd9c7bcc644eb023b1addcb984d68e43 Mon Sep 17 00:00:00 2001 From: Sanjay Soundarajan Date: Mon, 17 Jan 2022 13:25:27 -0800 Subject: [PATCH 094/493] Added vue3-lottie --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d99331467..6262721a1 100644 --- a/README.md +++ b/README.md @@ -2731,6 +2731,7 @@ _Seamless scrolling_ - [vue-kinesis](https://github.com/Aminerman/vue-kinesis) A set of components to create interactive animations - [vue-digital-transform](https://github.com/DakerHub/vue-digital-transform) A vue component for better digital transform animation - [vue-typical](https://github.com/Turkyden/vue-typical) 🐡 Vue Animated typing in ~400 bytes of JavaScript. +- [vue3-lottie](https://github.com/megasanjay/vue3-lottie) A component for importing and displaying Lottie animations in Vue 3 #### Meta Tags From 0a14e628984df2137bd3cf147b80dc8e39ad9d8d Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 25 Jan 2022 03:44:59 +0200 Subject: [PATCH 095/493] update readme.md. Add coya library (#3855) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d778284b0..6de54e549 100644 --- a/README.md +++ b/README.md @@ -1743,6 +1743,7 @@ _Display non-editable events in a Calendar_ - [vue-pipeline](https://github.com/jinfang134/vue-pipeline) - A easy-to-use component to show beautiful responsive pipeline like jenkins blue ocean plugin. - [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) #### Social Sharing From 115456237d29983e9d68f1108ff08d6fb488446b Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Tue, 25 Jan 2022 14:10:52 +0200 Subject: [PATCH 096/493] Updated Inkline description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de54e549..8b8eb69ee 100644 --- a/README.md +++ b/README.md @@ -2374,7 +2374,7 @@ _Set of components + responsive layout system_ - [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 a modern UI/UX Framework for Vue.js designed for creating flawless responsive web applications. +- [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 From adea0556e54fd909d1444ed49af625db0b531763 Mon Sep 17 00:00:00 2001 From: Pasquale Vitiello Date: Tue, 25 Jan 2022 17:31:25 +0100 Subject: [PATCH 097/493] Add Mosaic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6de54e549..b90d0dad9 100644 --- a/README.md +++ b/README.md @@ -2469,6 +2469,7 @@ _Set of admin template_ - [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. #### Server-side rendering From 0e937001ae0b72ad342a7cd1b6be0ec3ce4f7eb7 Mon Sep 17 00:00:00 2001 From: Davyd Kohut Date: Thu, 27 Jan 2022 21:31:58 +0200 Subject: [PATCH 098/493] added SDropdown to menu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db2b6e16c..0e9291802 100644 --- a/README.md +++ b/README.md @@ -1490,6 +1490,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue-file-toolbar-menu](https://github.com/motla/vue-file-toolbar-menu) - UI file/toolbar menus for Vue apps - [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. #### Minus Plus Input From 48cc258033dfb5181ee769f2b1a9bfea348248dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20S=C3=A4=C3=A4vuori?= Date: Sat, 29 Jan 2022 13:29:07 +0200 Subject: [PATCH 099/493] feat: add vue-json-search --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db2b6e16c..e23e95dce 100644 --- a/README.md +++ b/README.md @@ -1771,6 +1771,7 @@ _Display non-editable events in a Calendar_ - [vue-innersearch](https://github.com/InnerSearch/vue-innersearch) - A Vue.js wrapper for Elasticsearch - [reactivesearch-vue](https://github.com/appbaseio/reactivesearch) - UI components for building data-driven apps with Elasticsearch - [vue-search-panel](https://github.com/TheoXiong/vue-search-panel) - A Vue component for searching with suggestions +- [vue-json-search](https://github.com/Uninen/vue-json-search) - Headless Vue 3.x component for easy and simple json-based search #### Miscellaneous From 2da2a2427c4c6294e6493bade53f1ba5521ebb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Lemaigre?= <35061496+rlemaigre@users.noreply.github.com> Date: Mon, 31 Jan 2022 10:24:18 +0100 Subject: [PATCH 100/493] Add vue3-promise-dialog (#3860) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Régis Lemaigre --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db2b6e16c..7d6bb66ae 100644 --- a/README.md +++ b/README.md @@ -1421,6 +1421,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vuesence-modal-window](https://github.com/altrusl/vuesence-modal-window) - Simple Modal window Vue.js component that takes care of overlay, centering, animation, outside click/`Escape` key/`X-mark` closing and allows you to concentrate on its content only. - [vue-it-bigger](https://github.com/haiafara/vue-it-bigger) - A simple image / (YouTube) video lightbox component for Vue.js. - [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 ! #### Parallax From 4b02d3a7c673afe6811277bc4acd1970618e99d3 Mon Sep 17 00:00:00 2001 From: Johannes Werner Date: Mon, 7 Feb 2022 15:17:53 +0100 Subject: [PATCH 101/493] update vuesion description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 389651f47..f3809b65c 100644 --- a/README.md +++ b/README.md @@ -3435,7 +3435,7 @@ _Scaffold / boilerplate / seed / starter kits / stack ensemble / Yeoman generato - [vue-cli-template-nativescript](https://github.com/julon/vue-cli-template-nativescript) - Template for starting new nativescript+vue projects with rollup+babel+eslint - [vue-element-ui-scaffold](https://scaffoldhub.io/vue-sample) - Online and visual Vue 2 with Element-UI CRUD scaffold/generator. - [vue-firebase-element-ui-scaffold](https://scaffoldhub.io/vue-firebase) - Online and visual Vue 2, Element-UI and Firebase scaffold/generator with CRUDs, authentication, file/image upload, activity log and more. -- [vuesion](https://github.com/vuesion/vuesion) - The most complete boilerplate for production-ready PWAs. With focus on performance, development speed, and best practices +- [vuesion](https://github.com/vuesion/vuesion) - Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design. - [vue-vuex-typescript-webpack-seed](https://github.com/IsraelZablianov/vue-vuex-typescript-webpack-seed) - A seed project with Vue, Vuex, Typescript, Scss & Webpack with hot reloading - [VueCharged Template](https://github.com/mrboomer/vuecharged-template) - A highly opinionated, feature-first Vue 2 template with CLI scaffolding. Uses Vue 2, Vuex, Vue Router and Vue I18n. - [Huncwot](https://github.com/zaiste/huncwot) - Vue.js boilerplate with Node.js for building modern JavaScript applications with « batteries included » approach. From e5fc80d963ab9f8698b643f08fb694bc32434bce Mon Sep 17 00:00:00 2001 From: Aaron Lam Date: Thu, 10 Feb 2022 22:55:45 +0800 Subject: [PATCH 102/493] Update README.md Add a lightweight internationalization plugin for Vue 3. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3809b65c..061394ea4 100644 --- a/README.md +++ b/README.md @@ -2918,6 +2918,7 @@ _Internationalization / L10n / localization / translation_ - [fluent-vue](https://github.com/Demivan/fluent-vue) - Internationalization plugin for Vue.js (2 and 3). Vue.js integration for Fluent.js - JavaScript implementation of Project Fluent - [localize-vue-2x](https://github.com/uiwebkit/localize-vue-2x) - Uni Localization Vue 2 integration example. Customizable Language Menu widget built with Web Components. - [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. #### Custom Events From 69e780ab79f6f5d50c62748948fae9e66e6f7508 Mon Sep 17 00:00:00 2001 From: Vlad Tansky Date: Fri, 11 Feb 2022 15:53:50 +0200 Subject: [PATCH 103/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3809b65c..df413875a 100644 --- a/README.md +++ b/README.md @@ -1533,7 +1533,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue-snap](https://github.com/bartdominiak/vue-snap) - Lightweight Carousel based on Scroll Snap CSS - [vuerollr](https://github.com/japick/vuerollr) - Mouseover gallery plugin for Vue.js. Supports image and video. - [vue-splide](https://github.com/Splidejs/vue-splide) - Splide is a free lightweight but powerful slider and carousel, written in pure JavaScript without any dependencies. It supports a thumbnail slider, nested slide. -- [swiper](https://github.com/nolimits4web/swiper) - Swiper 6 added official support for Vue.js (only 3.x). +- [swiper](https://github.com/nolimits4web/swiper) - Official Swiper component for Vue 3. Tree shakable, SSR support, typing, a11y and lot more - [vue-split-carousel](https://github.com/Aaron00101010/vue-split-carousel) - A carousel component meanwhile display several carousel item, supprot vue 2 and vue 3. - [vue-concise-carousel](https://github.com/jambonn/vue-concise-carousel) - Vue Concise Carousel with True SSR. Works for Vue 2 & 3. From fb4e70bfc581618a2cd6b3d8d48fe16132dd1bd5 Mon Sep 17 00:00:00 2001 From: Vlad Tansky Date: Fri, 11 Feb 2022 16:08:35 +0200 Subject: [PATCH 104/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df413875a..75f332020 100644 --- a/README.md +++ b/README.md @@ -1533,7 +1533,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue-snap](https://github.com/bartdominiak/vue-snap) - Lightweight Carousel based on Scroll Snap CSS - [vuerollr](https://github.com/japick/vuerollr) - Mouseover gallery plugin for Vue.js. Supports image and video. - [vue-splide](https://github.com/Splidejs/vue-splide) - Splide is a free lightweight but powerful slider and carousel, written in pure JavaScript without any dependencies. It supports a thumbnail slider, nested slide. -- [swiper](https://github.com/nolimits4web/swiper) - Official Swiper component for Vue 3. Tree shakable, SSR support, typing, a11y and lot more +- [swiper](https://github.com/nolimits4web/swiper) - Official Swiper component for Vue 3. Tree shakable, SSR support, typing, a11y and a lot more - [vue-split-carousel](https://github.com/Aaron00101010/vue-split-carousel) - A carousel component meanwhile display several carousel item, supprot vue 2 and vue 3. - [vue-concise-carousel](https://github.com/jambonn/vue-concise-carousel) - Vue Concise Carousel with True SSR. Works for Vue 2 & 3. From a01346c2b5c359cec0f83b2d49ddf64da1a9c1d7 Mon Sep 17 00:00:00 2001 From: Dmitry Golovin Date: Sat, 12 Feb 2022 13:32:19 +0300 Subject: [PATCH 105/493] Add vue3-side-panel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3809b65c..b5a4d07f8 100644 --- a/README.md +++ b/README.md @@ -1422,6 +1422,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue-it-bigger](https://github.com/haiafara/vue-it-bigger) - A simple image / (YouTube) video lightbox component for Vue.js. - [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. #### Parallax From 50b5b6e2aadb6657e9e5339a8301a65136d61aca Mon Sep 17 00:00:00 2001 From: Giannis Koutsaftakis Date: Sun, 13 Feb 2022 09:29:52 +0200 Subject: [PATCH 106/493] Added vue-search-input --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3809b65c..467e52f46 100644 --- a/README.md +++ b/README.md @@ -1774,6 +1774,7 @@ _Display non-editable events in a Calendar_ - [reactivesearch-vue](https://github.com/appbaseio/reactivesearch) - UI components for building data-driven apps with Elasticsearch - [vue-search-panel](https://github.com/TheoXiong/vue-search-panel) - A Vue component for searching with suggestions - [vue-json-search](https://github.com/Uninen/vue-json-search) - Headless Vue 3.x component for easy and simple json-based search +- [vue-search-input](https://github.com/kouts/vue-search-input) - A Vue 3 search input component, inspired by the global search input of Storybook and GitHub. #### Miscellaneous From 99584702606b8fc0c3d61ffe3b2585d71307c18e Mon Sep 17 00:00:00 2001 From: Gregor Becker Date: Wed, 16 Feb 2022 13:31:24 +0100 Subject: [PATCH 107/493] feat: add pinia-orm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e53e31bc..6daae6f9f 100644 --- a/README.md +++ b/README.md @@ -3007,6 +3007,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-orm](https://github.com/CodeDredd/pinia-orm) - The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store. 🍍 ##### Authentication/Authorization From 4884039ae932f06ea11210d839fdd74627a268ec Mon Sep 17 00:00:00 2001 From: kien Date: Sun, 27 Feb 2022 14:19:19 +0700 Subject: [PATCH 108/493] add vue-nav-tab --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6daae6f9f..f8e2ef46d 100644 --- a/README.md +++ b/README.md @@ -630,7 +630,7 @@ - [vue-cli-3-tailwind-axios-starter](https://github.com/Ted2xmen/vue-cli-3-tailwind-axios-starter) - A boilerplate using Tailwind, Axios-ready, Vuex and Router - [vue-cli-3-wave-ui-starter](https://github.com/Ted2xmen/vue-cli-3-wave-ui-starter) - A boilerplate using Wave UI + Vuex and Router - [CVue-Awesome](https://github.com/coskuncayemre/CVue-Awesome) Auto Resume Builder by [Emre Coşkunçay](https://github.com/coskuncayemre) -- [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` +- [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. ### Books @@ -900,7 +900,7 @@ - [QuickTok](https://github.com/statickidz/quicktok) - TikTok popular trends viewer. - [Interface X](https://github.com/empathyco/x) - UI Search&Discovery components to rapidly build beautiful search experiences - [Context Note](https://github.com/betterRunner/context-note) - A free open source note-taking 📝 chrome extension: take you notes on the web with their context. -- [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. +- [Balancer](https://github.com/balancer-labs/frontend-v2) - A Decentralized Finance app that runs on Ethereum. - [Materio Free Vuetify VueJS Laravel Admin Template](https://github.com/themeselection/materio-vuetify-vuejs-laravel-admin-template-free) - Open-source & easy to use Vuetify Vuejs Laravel Admin Template with Elegant Design & Unique Layout. - [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. - [Dashy](https://github.com/lissy93/dashy) - A self-hosted startpage, with an easy to use visual editor, status checking, themes, widgets and tons more @@ -1605,7 +1605,7 @@ _Display time / date / age_ - [vue-horizontal-timeline](https://github.com/guastallaigor/vue-horizontal-timeline) - Just a simple horizontal timeline component made with Vue.js. - [vue-timer-hook](https://github.com/riderx/vue-timer-hook) - Vue 3 Timer module inspired by react-timer-hook - [vue3-flip-countdown](https://github.com/coskuncayemre/vue3-flip-countdown) Customize Countdown timer with Flip Animation for Vue 3.x - + #### Calendar _Display non-editable events in a Calendar_ @@ -1917,6 +1917,7 @@ _Display non-editable events in a Calendar_ - [vue-router-tab](https://github.com/bhuh12/vue-router-tab) - Vue.js tab components, based on Vue Router. - [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 #### Form @@ -2207,7 +2208,7 @@ _Display images_ - [v-uploader](https://github.com/TerryZ/v-uploader) - A Vue2 plugin to make files upload simple and easier, you can drag files or select file in dialog to upload - [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-dropify](https://github.com/khofaai/vue-dropify) - A Simple image dropzone component for Vuejs ##### Context Menu @@ -2506,7 +2507,7 @@ _Set of admin template_ - [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. +- [petite-vue](https://github.com/vuejs/petite-vue) - 6kb subset of Vue optimized for progressive enhancement. ### UI Utilities @@ -3510,7 +3511,7 @@ _Includes a backend boilerplate_ - [vue-electron-template](https://github.com/mubaidr/vue-electron-template) - An Electron & Vue.js boilerplate with Hot-reloading enabled and common Vue plugins, dev and build scripts configured using webpack-4 - [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!** +- [electron-vite-template](https://github.com/umbrella22/electron-vite-template) - A modern desktop application project template with Vue 3, Vite & Electron. **It's fast!** #### Parts From 05da50541658be88e0c2491ecaabfdc7f19c2738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20S=C3=A4=C3=A4vuori?= Date: Sun, 27 Feb 2022 11:00:33 +0200 Subject: [PATCH 109/493] Add control-knob to Audio / Video --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6daae6f9f..b398f4213 100644 --- a/README.md +++ b/README.md @@ -1687,6 +1687,7 @@ _Display non-editable events in a Calendar_ - [vue-soundcloud-player](https://github.com/matswainson/vue-soundcloud-player) - A custom Soundcloud player supporting single tracks & playlists - [vue-use-sound](https://github.com/Tahul/vue-use-sound) - A Vue Hook for playing sound effects. - [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. #### Infinite Scroll From b2f92dc1e0d3a81755643306b199223055f88d54 Mon Sep 17 00:00:00 2001 From: "Cerino O. Ligutom III" <6721822+cerino-ligutom@users.noreply.github.com> Date: Thu, 3 Mar 2022 03:53:02 +0800 Subject: [PATCH 110/493] feat: add Vue3-Starter example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a7434a73..30ae351f9 100644 --- a/README.md +++ b/README.md @@ -632,6 +632,7 @@ - [CVue-Awesome](https://github.com/coskuncayemre/CVue-Awesome) Auto Resume Builder by [Emre Coşkunçay](https://github.com/coskuncayemre) - [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. ### Books From e671ca8a3ee57fed31d0182516bd8dd35561f241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B3=B0?= <348018533@qq.com> Date: Thu, 3 Mar 2022 20:00:39 +0800 Subject: [PATCH 111/493] feat: add vue-json-viewer example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a7434a73..5b2935d77 100644 --- a/README.md +++ b/README.md @@ -1741,6 +1741,7 @@ _Display non-editable events in a Calendar_ - [vue3-router-tree](https://github.com/boussadjra/vue3-router-tree) - This component is based on Vue.js 3, it represents your routes or items as a tree view 🌲. - [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. #### Graph From 1ae465a2309d4c4f191d41932eab8e3315d97a54 Mon Sep 17 00:00:00 2001 From: marketachalupnikova <75572718+marketachalupnikova@users.noreply.github.com> Date: Thu, 3 Mar 2022 15:33:43 +0100 Subject: [PATCH 112/493] Add tolgee/vue to Utilities-i18n --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a7434a73..39e4898f4 100644 --- a/README.md +++ b/README.md @@ -2923,6 +2923,7 @@ _Internationalization / L10n / localization / translation_ - [localize-vue-2x](https://github.com/uiwebkit/localize-vue-2x) - Uni Localization Vue 2 integration example. Customizable Language Menu widget built with Web Components. - [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. #### Custom Events From 78760736edf6c8be580a9ceffd223c9603473418 Mon Sep 17 00:00:00 2001 From: Allen Date: Mon, 7 Mar 2022 20:52:50 +0800 Subject: [PATCH 113/493] doc: add vue-mathjax plugin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b13530b60..55bb35bc1 100644 --- a/README.md +++ b/README.md @@ -1906,6 +1906,8 @@ _Display non-editable events in a Calendar_ - [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-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 +- [vue-mathjax-next](https://github.com/justforuse/vue-mathjax-next) - A Vue 3 plugin for Mathjax #### Tabs From ff3bbb407e8330b778b16e18a49f910fa9af9800 Mon Sep 17 00:00:00 2001 From: Ludovic Armand <77077373+ludovic-armand@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:22:04 -0500 Subject: [PATCH 114/493] Update README.md Added a tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b13530b60..b47d61bb9 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ - [Vuejs Authentication Tutorial](https://www.loginradius.com/blog/async/implementing-authentication-on-vuejs-using-jwt/) on LoginRadius blog - [Add a prebuilt video chat widget to any Vue app with daily-js](https://www.daily.co/blog/build-a-video-chat-app-with-vue-and-daily-prebuilt/) by Jess Mitchell, via Daily (August 2021) - [Build a custom video chat app with daily-js and Vue](https://www.daily.co/blog/custom-video-chat-app-with-daily-and-vue/) by Jess Mitchell, via Daily (November 2021) +- [Vue Pwa: Build a Progressive Web Application With Nuxt](https://snipcart.com/blog/vue-pwa-development) on Snipcart ### Examples From d8cc0d32a025e3b182606439ba407d26822728b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=8C=AF=E9=B9=8F?= Date: Wed, 9 Mar 2022 14:58:04 +0800 Subject: [PATCH 115/493] feat: add vue-preview-img --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b13530b60..b9fccc9cc 100644 --- a/README.md +++ b/README.md @@ -2191,6 +2191,7 @@ _Display images_ - [vue-image-painter](https://github.com/wannaxiao/vue-image-painter) - 🙋 Image magic animation drawing effect component for Vue 2.x. - [vue-cosha](https://github.com/kn0wn/vue-cosha) - 🎨 An easy to use vue directive that places a colourful shadow behind any image - [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 ##### Video Manipulation From cc83e5ed3aaeff5b29971352c737b0a21c9cb797 Mon Sep 17 00:00:00 2001 From: Mahdi Khashan Date: Sun, 20 Mar 2022 01:38:19 +0330 Subject: [PATCH 116/493] append veemoji to the icons section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a6650e25..347653b5e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ## Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue) > A curated list of awesome things related to Vue.js +- [Awesome Vue.js ![Awesome](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue)](#awesome-vuejs--) - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) @@ -1462,6 +1463,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue-feather](https://github.com/fengyuanchen/vue-feather) - Feather icons component for Vue 3. - [eos-icons-vue](https://github.com/EOS-uiux-Solutions/eos-icons-vue) - Eos icons npm package for Vue 3, [eos-icons-vue2](https://github.com/EOS-uiux-Solutions/eos-icons-vue2) for Vue 2 - [vue-icomoon](https://github.com/aykutkardas/vue-icomoon) - With vue-icomoon you can easily use the icons you have selected or created in icomoon. +- [veemoji](https://github.com/mahdikhashan/veemoji) - Veemoji is a dead simple emoji 🚀 as a component for vue 2 #### Marquee From 2bc833a65380c6c893ea537702a958688748aaaa Mon Sep 17 00:00:00 2001 From: Season Chen Date: Wed, 23 Mar 2022 11:38:46 +0800 Subject: [PATCH 117/493] Add pinia-di DI(dependency-injection) for pinia, use Pinia more flexibly! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a6650e25..3b6b21c23 100644 --- a/README.md +++ b/README.md @@ -3017,6 +3017,7 @@ _LocalStorage etc._ - [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-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) - DI(dependency-injection) for pinia, use Pinia more flexibly! ##### Authentication/Authorization From 4a8be76f3caa52eae86dfd251b561924efdedf24 Mon Sep 17 00:00:00 2001 From: Kalimah Apps Date: Wed, 23 Mar 2022 19:15:57 +1100 Subject: [PATCH 118/493] Add vue-icons --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a6650e25..85c7c28c7 100644 --- a/README.md +++ b/README.md @@ -1462,6 +1462,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue-feather](https://github.com/fengyuanchen/vue-feather) - Feather icons component for Vue 3. - [eos-icons-vue](https://github.com/EOS-uiux-Solutions/eos-icons-vue) - Eos icons npm package for Vue 3, [eos-icons-vue2](https://github.com/EOS-uiux-Solutions/eos-icons-vue2) for Vue 2 - [vue-icomoon](https://github.com/aykutkardas/vue-icomoon) - With vue-icomoon you can easily use the icons you have selected or created in icomoon. +- [vue-icons](https://github.com/kalimah-apps/vue-icons) - More than 11,000 icons from most popular icon libraries (bootstrap, fontawesome, feather .. etc) #### Marquee From 688e6c911fc32843bb408f2ddb82447e18e57b07 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 24 Mar 2022 16:53:14 +0300 Subject: [PATCH 119/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b6b21c23..57ae402f2 100644 --- a/README.md +++ b/README.md @@ -3017,7 +3017,7 @@ _LocalStorage etc._ - [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-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) - DI(dependency-injection) for pinia, use Pinia more flexibly! +- [pinia-di](https://github.com/ccqgithub/pinia-di) - dependency-injection for pinia. ##### Authentication/Authorization From e8028ce65b191d1ff8968f9307190d9d7655ec11 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 24 Mar 2022 16:53:39 +0300 Subject: [PATCH 120/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57ae402f2..9302bb1ee 100644 --- a/README.md +++ b/README.md @@ -3017,7 +3017,7 @@ _LocalStorage etc._ - [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-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-di](https://github.com/ccqgithub/pinia-di) - Dependency injection for pinia. ##### Authentication/Authorization From 8134dc5382f0b55c1c97ab8df44e87d64e3acaa8 Mon Sep 17 00:00:00 2001 From: Mahdi Khashan Date: Thu, 24 Mar 2022 20:33:04 +0430 Subject: [PATCH 121/493] fix link created by plugin --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 347653b5e..5d77b914c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ ## Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue) > A curated list of awesome things related to Vue.js -- [Awesome Vue.js ![Awesome](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue)](#awesome-vuejs--) - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) From 10d8b0fd406b3e04bf69d6f5e812b6e78473e4c3 Mon Sep 17 00:00:00 2001 From: Mahdi Khashan Date: Fri, 25 Mar 2022 23:01:53 +0430 Subject: [PATCH 122/493] fix accidentally removed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d240a9e82..d941f94eb 100644 --- a/README.md +++ b/README.md @@ -3019,7 +3019,7 @@ _LocalStorage etc._ - [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-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. ##### Authentication/Authorization - [vue-kindergarten](https://github.com/JiriChara/vue-kindergarten) From f3cfe6cad42cd99fa8d441fc196f22f369bcb263 Mon Sep 17 00:00:00 2001 From: Mahdi Khashan Date: Fri, 25 Mar 2022 23:03:19 +0430 Subject: [PATCH 123/493] fix newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d941f94eb..6fee774af 100644 --- a/README.md +++ b/README.md @@ -3020,6 +3020,7 @@ _LocalStorage etc._ - [pinia-persistedstate](https://github.com/JD-Wang/pinia-persistedstate) - Persist Vuex state with localStorage, like vuex-persistedstate. - [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. + ##### Authentication/Authorization - [vue-kindergarten](https://github.com/JiriChara/vue-kindergarten) From 35d15588aef41c6710ae7da981d3ff8d6b6b97fd Mon Sep 17 00:00:00 2001 From: webdevnerdstuff Date: Sat, 26 Mar 2022 16:14:32 -0700 Subject: [PATCH 124/493] [MASTER] Added vue-unicorn-log --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9563b9f48..2bbdd1918 100644 --- a/README.md +++ b/README.md @@ -3324,6 +3324,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 console output easier and more flexible. #### Inspect From 74f44428a9a745a9a07ef17c08299a00be3db66a Mon Sep 17 00:00:00 2001 From: lsh <59404696+peterroe@users.noreply.github.com> Date: Sun, 27 Mar 2022 16:02:46 +0800 Subject: [PATCH 125/493] feat: vue-template-starter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9563b9f48..5e0e02779 100644 --- a/README.md +++ b/README.md @@ -3468,6 +3468,7 @@ _Scaffold / boilerplate / seed / starter kits / stack ensemble / Yeoman generato - [vue-composable-starter](https://github.com/Tahul/vue-composable-starter) - 🪝 Minimalist starting point for your next Vue composable. - [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. #### Client _Render Vue application in the browser only_ From d3d0cc992645485cef431e55787312950d611490 Mon Sep 17 00:00:00 2001 From: lsh <59404696+peterroe@users.noreply.github.com> Date: Sun, 27 Mar 2022 18:28:31 +0800 Subject: [PATCH 126/493] feat: vue-template-starter (#3883) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9563b9f48..5e0e02779 100644 --- a/README.md +++ b/README.md @@ -3468,6 +3468,7 @@ _Scaffold / boilerplate / seed / starter kits / stack ensemble / Yeoman generato - [vue-composable-starter](https://github.com/Tahul/vue-composable-starter) - 🪝 Minimalist starting point for your next Vue composable. - [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. #### Client _Render Vue application in the browser only_ From 89df2ff9e56e5806160beeec813af39aa81c5435 Mon Sep 17 00:00:00 2001 From: webdevnerdstuff Date: Sun, 27 Mar 2022 13:45:46 -0700 Subject: [PATCH 127/493] Update README.md Updated description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bbdd1918..94c67659f 100644 --- a/README.md +++ b/README.md @@ -3324,7 +3324,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 console output easier and more flexible. +- [vue-unicorn-log](https://github.com/webdevnerdstuff/vue-unicorn-log) - A magical 🦄 plugin to make coloring the (devtools) console output easier and more flexible. #### Inspect From 7ec042420f54bf5f43e33b663b0231a78d11dee2 Mon Sep 17 00:00:00 2001 From: Enes Date: Mon, 28 Mar 2022 22:27:15 +0300 Subject: [PATCH 128/493] feat: add vue-drag-drop-snap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f204f7f37..da7d6ff4a 100644 --- a/README.md +++ b/README.md @@ -2063,6 +2063,7 @@ _Date / datetime / time Picker_ - [vue-card-swipe](https://github.com/eshengsky/vue-card-swipe) - A touch slider for vue.js, support sliding in any direction to switch cards, compatible with PC and mobile. - [vue-drag-n-drop](https://github.com/smaharj1/vue-drag-and-drop-kanban) - A simple kanban board where the items can be dragged and dropped from the list on to the board. - [vue-card-stack](https://github.com/rodleviton/vue-card-stack) - Stackable, swipeable, tweakable Vue card component. +- [vue-drag-drop-snap](https://github.com/mrfade/vue-drag-drop-snap) - A dependency-free Vue component for drag and drop with snapping. ##### Autocomplete From 57f10b4aaed9b872daa0cc9f0e2a0df695cd21ef Mon Sep 17 00:00:00 2001 From: Phil Xu Date: Tue, 29 Mar 2022 20:15:35 +0800 Subject: [PATCH 129/493] feat: add awesome-image --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f204f7f37..d6d086604 100644 --- a/README.md +++ b/README.md @@ -2197,6 +2197,7 @@ _Display images_ - [vue-cosha](https://github.com/kn0wn/vue-cosha) - 🎨 An easy to use vue directive that places a colourful shadow behind any image - [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. ##### Video Manipulation From d9c20475989b6e80d5937721ff1749eb26b57a24 Mon Sep 17 00:00:00 2001 From: cmdparkour <1031596654@qq.com> Date: Tue, 29 Mar 2022 21:17:00 +0800 Subject: [PATCH 130/493] docs: add vue-admin-box, a admin template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f204f7f37..158c07fe7 100644 --- a/README.md +++ b/README.md @@ -2485,6 +2485,7 @@ _Set of admin template_ - [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/) #### Server-side rendering From f99bd0d9c04dbcfa947941c6aea97a04694855dc Mon Sep 17 00:00:00 2001 From: Luan Nguyen Date: Tue, 29 Mar 2022 10:41:54 -0400 Subject: [PATCH 131/493] Adds FormKit to the form section. Thanks! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f204f7f37..927c2a158 100644 --- a/README.md +++ b/README.md @@ -2580,6 +2580,7 @@ _Handling of user events (scroll, click, key strike, ...)_ - [v-ajax-form](https://github.com/hosokawat/v-ajax-form) - vue.js component plug-in to make Form tag compatible with ajax request - [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. ##### Validation From 95ffeecbd00b95e1b7562731fd9f28f54024cf40 Mon Sep 17 00:00:00 2001 From: lsh <59404696+peterroe@users.noreply.github.com> Date: Wed, 30 Mar 2022 17:54:18 +0800 Subject: [PATCH 132/493] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df55682bb..c6e621db4 100644 --- a/README.md +++ b/README.md @@ -1338,6 +1338,7 @@ _Loaders / spinners / progress bars — Let the user know that something is load - [vue-wait-for](https://github.com/MeForma/vue-wait-for) - A loader manager for Vue.js 3 with reactive method - [vue-content-loader](https://github.com/egoist/vue-content-loader) - SVG component to create placeholder loading, like Facebook cards loading - [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.🔄 ##### Progress Bar From a4595748b5734c8f51d4b86435d345b077ed9cf8 Mon Sep 17 00:00:00 2001 From: lsh <59404696+peterroe@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:44:54 +0800 Subject: [PATCH 133/493] feat: vue-img-lazy-tiny --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6e621db4..f76052e6d 100644 --- a/README.md +++ b/README.md @@ -1339,6 +1339,7 @@ _Loaders / spinners / progress bars — Let the user know that something is load - [vue-content-loader](https://github.com/egoist/vue-content-loader) - SVG component to create placeholder loading, like Facebook cards loading - [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. ##### Progress Bar From f4a36be3f31e7162f3aa48ee1a1ef84d4372fccc Mon Sep 17 00:00:00 2001 From: Bastiaan Jansen Date: Wed, 6 Apr 2022 12:09:23 +0200 Subject: [PATCH 134/493] added simple-vue-camera --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f76052e6d..a70d878a6 100644 --- a/README.md +++ b/README.md @@ -1694,7 +1694,7 @@ _Display non-editable events in a Calendar_ - [vue-use-sound](https://github.com/Tahul/vue-use-sound) - A Vue Hook for playing sound effects. - [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. #### Infinite Scroll - [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading) - An infinite scroll plugin for Vue.js 1.0 & Vue.js 2.0. From 20156a77ea4eda29428379010114619ad59bef2a Mon Sep 17 00:00:00 2001 From: Bastiaan Jansen Date: Wed, 6 Apr 2022 12:10:35 +0200 Subject: [PATCH 135/493] added simple-vue-camera --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a70d878a6..7dc4d9f0f 100644 --- a/README.md +++ b/README.md @@ -1695,6 +1695,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. + #### Infinite Scroll - [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading) - An infinite scroll plugin for Vue.js 1.0 & Vue.js 2.0. From 563eab5b4f1728b924a59d5e6255481696678668 Mon Sep 17 00:00:00 2001 From: Jasenko Karovic Date: Sat, 9 Apr 2022 11:44:54 +0200 Subject: [PATCH 136/493] refactor: Change the name of the vue3-date-time-picker to @vuepic/vue-datepicker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dc4d9f0f..ee5c432ac 100644 --- a/README.md +++ b/README.md @@ -2007,7 +2007,7 @@ _Date / datetime / time Picker_ - [vue-datepicker](https://github.com/mathieustan/vue-datepicker) - A clean & responsive datepicker with Material Design style for Vuejs 2.x. (date/month/quarter && date range picker) :new: - [@alireza-ab/vue-persian-datepicker](https://github.com/alireza-ab/vue-persian-datepicker) - A datepicker component for select persian date. **(single and range selection, select date and time, select with keyboard, customizable style, localization)** - [vue-easy-range-date-picker](https://github.com/HC200ok/vue-easy-range-date-picker) - A simple and easy VueJS (2.x) component for date range selection -- [vue3-date-time-picker](https://github.com/Vuepic/vue3-date-time-picker) - The most complete date picker solution for Vue 3 +- [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) - The most complete date picker solution for Vue 3 - [vue-datepicker-next](https://github.com/mengxiong10/vue-datepicker-next) - Vue 3.x component for datepicker / timepicker / datetimepicker / calendar ##### Select From 940c5192eb014b24eb0b7b0892f5178379768821 Mon Sep 17 00:00:00 2001 From: Maxim Morev <49679666+MorevM@users.noreply.github.com> Date: Sun, 10 Apr 2022 21:11:13 +0300 Subject: [PATCH 137/493] feat: Add `@morev/vue-transitions` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7dc4d9f0f..159858a07 100644 --- a/README.md +++ b/README.md @@ -2756,6 +2756,7 @@ _Seamless scrolling_ - [vue-digital-transform](https://github.com/DakerHub/vue-digital-transform) A vue component for better digital transform animation - [vue-typical](https://github.com/Turkyden/vue-typical) 🐡 Vue Animated typing in ~400 bytes of JavaScript. - [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 #### Meta Tags From 9c07c45d31d3bfb1571446846cbe774f44fa9331 Mon Sep 17 00:00:00 2001 From: Long Huynh Date: Mon, 11 Apr 2022 06:34:43 +0000 Subject: [PATCH 138/493] Add vue-drawing-grid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7dc4d9f0f..1601fa10f 100644 --- a/README.md +++ b/README.md @@ -2303,6 +2303,7 @@ _Display images_ - [vue3-signature](https://github.com/WangShayne/vue3-signature) - A electronic signature component for Vue 3 - [vue-signature](https://github.com/WangShayne/vue-signature) - A electronic signature component for Vue2.x - [v-perfect-signature](https://github.com/wobsoriano/v-perfect-signature) - Pressure-sensitive signature drawing for Vue 2 and 3. +- [vue-drawing-grid](https://www.npmjs.com/package/vue-drawing-grid) - A simple drawing grid lets you create pixel arts using HTML5 canvas. #### Link Preview From 91e7cc01943e3f6679bb57f741bab0f848d9ad19 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 11 Apr 2022 10:42:43 +0300 Subject: [PATCH 139/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1601fa10f..0faff8f32 100644 --- a/README.md +++ b/README.md @@ -2303,7 +2303,7 @@ _Display images_ - [vue3-signature](https://github.com/WangShayne/vue3-signature) - A electronic signature component for Vue 3 - [vue-signature](https://github.com/WangShayne/vue-signature) - A electronic signature component for Vue2.x - [v-perfect-signature](https://github.com/wobsoriano/v-perfect-signature) - Pressure-sensitive signature drawing for Vue 2 and 3. -- [vue-drawing-grid](https://www.npmjs.com/package/vue-drawing-grid) - A simple drawing grid lets you create pixel arts using HTML5 canvas. +- [vue-drawing-grid](https://github.com/MLongz/VueDrawingGrid) - A simple drawing grid lets you create pixel arts using HTML5 canvas. #### Link Preview From eacf247d35b7372d88ac7ab209fc530258810588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Uriel=20Mart=C3=ADnez=20Castillo?= Date: Wed, 13 Apr 2022 10:40:53 -0500 Subject: [PATCH 140/493] Adding resources These are things I have been working on. The podcast is alongside a really good friend and some episodes with a special guest that almost turned into a full time host. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 964da84f0..a1459d4ac 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ - [Vue.js Workshops](https://public.vuejsworkshops.com) - Learn Vue 2, in browser, by building 3 applications: Landing page, Todos App and Podcasts aggregator.( Vue.js, Vue-Router, Vuex, Vue-Axios, Vue-Apollo ) - [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. ### Job Portal @@ -285,6 +286,9 @@ - [Cynical Developer #99 (10-15-2018)](https://cynicaldeveloper.com/podcast/99/) - [Syntax #130 (03-27-2019)](https://syntax.fm/show/130/the-vuejs-show-scott-teaches-wes) - [Enjoy the Vue: The new Vue.js podcast](https://enjoythevue.io/) +- [¿Qué es Pinia? con @posva](https://www.mytypeof.dev/1190693/9610327-que-es-pinia-con-posva) +- [Evolución de Vue - Parte I](https://www.mytypeof.dev/1190693/7055926-evolucion-de-vue-parte-i) +- [React vs Vue - las comunidades](https://www.mytypeof.dev/1190693/6151663-react-vs-vue-las-comunidades) ### Youtube Channels @@ -474,6 +478,7 @@ - [Add a prebuilt video chat widget to any Vue app with daily-js](https://www.daily.co/blog/build-a-video-chat-app-with-vue-and-daily-prebuilt/) by Jess Mitchell, via Daily (August 2021) - [Build a custom video chat app with daily-js and Vue](https://www.daily.co/blog/custom-video-chat-app-with-daily-and-vue/) by Jess Mitchell, via Daily (November 2021) - [Vue Pwa: Build a Progressive Web Application With Nuxt](https://snipcart.com/blog/vue-pwa-development) on Snipcart +- [Introducción a Vue](https://scrimba.com/playlist/pDzVxUd) Scrimba mini-course in Spanish. ### Examples From a7a33cc098923747ccd98d2aaed2eb3b447620ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Uriel=20Mart=C3=ADnez=20Castillo?= Date: Fri, 15 Apr 2022 09:28:45 -0500 Subject: [PATCH 141/493] Translating titles of links to English Addressing feedback in PR (also adding more resources) --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1459d4ac..8b47ef30d 100644 --- a/README.md +++ b/README.md @@ -286,9 +286,11 @@ - [Cynical Developer #99 (10-15-2018)](https://cynicaldeveloper.com/podcast/99/) - [Syntax #130 (03-27-2019)](https://syntax.fm/show/130/the-vuejs-show-scott-teaches-wes) - [Enjoy the Vue: The new Vue.js podcast](https://enjoythevue.io/) -- [¿Qué es Pinia? con @posva](https://www.mytypeof.dev/1190693/9610327-que-es-pinia-con-posva) -- [Evolución de Vue - Parte I](https://www.mytypeof.dev/1190693/7055926-evolucion-de-vue-parte-i) -- [React vs Vue - las comunidades](https://www.mytypeof.dev/1190693/6151663-react-vs-vue-las-comunidades) +- [What is Pinia? with @posva (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/9610327-que-es-pinia-con-posva) +- [Evolution of Vue - Part I (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/7055926-evolucion-de-vue-parte-i) +- [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 comunities (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/6151663-react-vs-vue-las-comunidades) ### Youtube Channels @@ -478,7 +480,9 @@ - [Add a prebuilt video chat widget to any Vue app with daily-js](https://www.daily.co/blog/build-a-video-chat-app-with-vue-and-daily-prebuilt/) by Jess Mitchell, via Daily (August 2021) - [Build a custom video chat app with daily-js and Vue](https://www.daily.co/blog/custom-video-chat-app-with-daily-and-vue/) by Jess Mitchell, via Daily (November 2021) - [Vue Pwa: Build a Progressive Web Application With Nuxt](https://snipcart.com/blog/vue-pwa-development) on Snipcart -- [Introducción a Vue](https://scrimba.com/playlist/pDzVxUd) Scrimba mini-course in Spanish. +- [Heartbeat: Desktop app with Vue + NW.js](https://www.youtube.com/playlist?list=PLmJs3lfUmCdT9MyG60Oo6HM7xAn79vwZ0) YouTube playlist by Axel Martínez +- [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. ### Examples From a353e6ca07976eb95d00c266ee5fbe8adc62516d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Uriel=20Mart=C3=ADnez=20Castillo?= Date: Fri, 15 Apr 2022 09:56:05 -0500 Subject: [PATCH 142/493] Updating existing link Removing the duplicate, I forgot I added this before. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b47ef30d..0865a8019 100644 --- a/README.md +++ b/README.md @@ -403,7 +403,7 @@ - [API Driven Development With Laravel and VueJS (Free Course)](https://serversideup.net/courses/api-driven-development-laravel-vuejs/) on serversideup.net - [Managing State in Vue.js](https://medium.com/fullstackio/managing-state-in-vue-js-23a0352b1c87) - [Real World Projects with Vue.js](https://www.packtpub.com/web-development/real-world-projects-vuejs-video) by Daniel Khalil, Packt. (August 2018) -- [Heartbeat (Vue + NW.js Video series)](https://goo.gl/8p3msR) by [@ackzell](https://github.com/ackzell) (2017 - 2018) +- [Heartbeat (Vue + NW.js Desktop app Video series)](https://goo.gl/8p3msR) by Axel Martínez (2017 - 2020) - [Firebase Server-Side Render Vue Apps with Nuxt.js (Server-side Rendering with JavaScript Frameworks)](https://www.youtube.com/watch?v=ZYUWsjUxxUQ) - [Firebase Measuring Vue SSR Performance with Nuxt.js (Server-side Rendering with JavaScript Frameworks)](https://www.youtube.com/watch?v=Y5XX2lruhxs) - [Creating an interactive map with D3 and Vue](https://dev.to/denisinvader/creating-an-interactive-map-with-d3-and-vue-4158) (October 2018) @@ -480,7 +480,6 @@ - [Add a prebuilt video chat widget to any Vue app with daily-js](https://www.daily.co/blog/build-a-video-chat-app-with-vue-and-daily-prebuilt/) by Jess Mitchell, via Daily (August 2021) - [Build a custom video chat app with daily-js and Vue](https://www.daily.co/blog/custom-video-chat-app-with-daily-and-vue/) by Jess Mitchell, via Daily (November 2021) - [Vue Pwa: Build a Progressive Web Application With Nuxt](https://snipcart.com/blog/vue-pwa-development) on Snipcart -- [Heartbeat: Desktop app with Vue + NW.js](https://www.youtube.com/playlist?list=PLmJs3lfUmCdT9MyG60Oo6HM7xAn79vwZ0) YouTube playlist by Axel Martínez - [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. From 3d0ecbe22e487649261f5261a66bf81a0163d8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E6=99=A8=E5=85=89?= <2293885211@qq.com> Date: Tue, 19 Apr 2022 13:41:21 +0800 Subject: [PATCH 143/493] feat: add vue3-dnd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 964da84f0..502b8f78d 100644 --- a/README.md +++ b/README.md @@ -2067,6 +2067,7 @@ _Date / datetime / time Picker_ - [vue-drag-n-drop](https://github.com/smaharj1/vue-drag-and-drop-kanban) - A simple kanban board where the items can be dragged and dropped from the list on to the board. - [vue-card-stack](https://github.com/rodleviton/vue-card-stack) - Stackable, swipeable, tweakable Vue card component. - [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 vue3 implementation, Use the Composition API for sortable and free draggable. ##### Autocomplete From ecdb83a39ead948b31947bd292d9bf359879d607 Mon Sep 17 00:00:00 2001 From: Sanjay Soundarajan Date: Thu, 21 Apr 2022 18:17:13 -0700 Subject: [PATCH 144/493] Add FAIRshare --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f90d696f0..7937abcf5 100644 --- a/README.md +++ b/README.md @@ -915,6 +915,7 @@ - [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. - [Dashy](https://github.com/lissy93/dashy) - A self-hosted startpage, with an easy to use visual editor, status checking, themes, widgets and tons more - [NuxtBlog](https://github.com/muhammedmed/nuxt-js-blog) - Blog site made with firebase real-time database +- [FAIRshare](https://github.com/fairdataihub/FAIRshare) - Your one-stop tool for rapidly curating and sharing biomedical research data and software according to applicable FAIR guidelines ### Commercial Products From fd69b07473016c3127a297db3448c656c5414f1d Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Fri, 22 Apr 2022 14:32:40 +0300 Subject: [PATCH 145/493] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7937abcf5..117c754af 100644 --- a/README.md +++ b/README.md @@ -915,7 +915,7 @@ - [NuxTube](https://github.com/joek85/NuxTube) - YouTube app for privacy, made with NuxtJs. - [Dashy](https://github.com/lissy93/dashy) - A self-hosted startpage, with an easy to use visual editor, status checking, themes, widgets and tons more - [NuxtBlog](https://github.com/muhammedmed/nuxt-js-blog) - Blog site made with firebase real-time database -- [FAIRshare](https://github.com/fairdataihub/FAIRshare) - Your one-stop tool for rapidly curating and sharing biomedical research data and software according to applicable FAIR guidelines +- [FAIRshare](https://github.com/fairdataihub/FAIRshare) - Sharing biomedical research data and software according to applicable FAIR guidelines ### Commercial Products From 4bdb13caff37c1e03a103e23fe6a5845367f8404 Mon Sep 17 00:00:00 2001 From: Dmitry Sergienko Date: Sat, 23 Apr 2022 12:43:41 +0400 Subject: [PATCH 146/493] feat: add vue3-recaptcha2 --- .gitignore | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e9150297a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs diff --git a/README.md b/README.md index 117c754af..fdb97152a 100644 --- a/README.md +++ b/README.md @@ -3300,6 +3300,7 @@ _Integrate with services or other frameworks_ - [vuetube](https://github.com/webistomin/vuetube) - 🚀 A fast, lightweight, lazyload vue component acting as a thin layer over the YouTube Iframe Player API which renders fast - [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. #### Vue CLI Plugins From 15b4c0dc66beec78276c61c03a3daf73e5a45e23 Mon Sep 17 00:00:00 2001 From: Alex Pan Date: Sun, 24 Apr 2022 13:52:28 +1000 Subject: [PATCH 147/493] Add Apollo Vue Devtools --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 117c754af..fbc9f6467 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ## Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue) > A curated list of awesome things related to Vue.js +- [Awesome Vue.js ![Awesome](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue)](#awesome-vuejs--) - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) @@ -3103,6 +3104,7 @@ _LocalStorage etc._ #### GraphQL - [vue-apollo](https://github.com/Akryum/vue-apollo) - Apollo/GraphQL integration for VueJS. +- [apollo-vue-devtools](https://github.com/storipress/apollo-vue-devtools) - Apollo integration for Vue-Devtools to inspect GraphQL queries in the vue-devtools timeline - [vue-relay](https://github.com/ntkme/vue-relay) - A framework for building GraphQL-driven Vue.js applications. - [vuex-orm-apollo](https://github.com/vuex-orm/vuex-orm-apollo) - Apollo/GraphQL integration for Vuex-ORM. @@ -3351,6 +3353,7 @@ _Integrate with services or other frameworks_ _Inspecting & debugging_ - [Vue.js devtools](https://github.com/vuejs/vue-devtools) - Chrome devtools extension for debugging Vue.js applications. +- [apollo-vue-devtools](https://github.com/storipress/apollo-vue-devtools) - Apollo integration for Vue-Devtools to inspect GraphQL queries in the vue-devtools timeline - [DejaVue](https://github.com/MiCottOn/DejaVue) - Visualization and debugging tool built for Vue.js. - [vue-clicky](https://github.com/Herteby/vue-clicky) - Right click any component to show info about it in the console. - [vuejs-logger](https://github.com/justinkames/vuejs-logger) - Provides customizable logging functionality for Vue.js. From 5547a10f8217fadb9afa2eff9f4bd89a8df996ed Mon Sep 17 00:00:00 2001 From: Alex Pan Date: Sun, 24 Apr 2022 13:56:57 +1000 Subject: [PATCH 148/493] chore: Reorder --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbc9f6467..907ce12e6 100644 --- a/README.md +++ b/README.md @@ -3104,9 +3104,9 @@ _LocalStorage etc._ #### GraphQL - [vue-apollo](https://github.com/Akryum/vue-apollo) - Apollo/GraphQL integration for VueJS. -- [apollo-vue-devtools](https://github.com/storipress/apollo-vue-devtools) - Apollo integration for Vue-Devtools to inspect GraphQL queries in the vue-devtools timeline - [vue-relay](https://github.com/ntkme/vue-relay) - A framework for building GraphQL-driven Vue.js applications. - [vuex-orm-apollo](https://github.com/vuex-orm/vuex-orm-apollo) - Apollo/GraphQL integration for Vuex-ORM. +- [apollo-vue-devtools](https://github.com/storipress/apollo-vue-devtools) - Apollo integration for Vue-Devtools to inspect GraphQL queries in the vue-devtools timeline #### Concurrency Management @@ -3353,7 +3353,6 @@ _Integrate with services or other frameworks_ _Inspecting & debugging_ - [Vue.js devtools](https://github.com/vuejs/vue-devtools) - Chrome devtools extension for debugging Vue.js applications. -- [apollo-vue-devtools](https://github.com/storipress/apollo-vue-devtools) - Apollo integration for Vue-Devtools to inspect GraphQL queries in the vue-devtools timeline - [DejaVue](https://github.com/MiCottOn/DejaVue) - Visualization and debugging tool built for Vue.js. - [vue-clicky](https://github.com/Herteby/vue-clicky) - Right click any component to show info about it in the console. - [vuejs-logger](https://github.com/justinkames/vuejs-logger) - Provides customizable logging functionality for Vue.js. @@ -3362,6 +3361,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 feedbacks with screenshot and technical data and post them to an API like [bruit.io](https://bruit.io). +- [apollo-vue-devtools](https://github.com/storipress/apollo-vue-devtools) - Apollo integration for Vue-Devtools to inspect GraphQL queries in the vue-devtools timeline #### Docs From f2a9bbe25f87606c1ab91ed75c5bcd35743a4142 Mon Sep 17 00:00:00 2001 From: Alex Pan Date: Mon, 25 Apr 2022 18:58:01 +1000 Subject: [PATCH 149/493] chore: Manually remove awesome vue autocomplete --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 907ce12e6..5785e7f0d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ ## Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue) > A curated list of awesome things related to Vue.js -- [Awesome Vue.js ![Awesome](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue)](#awesome-vuejs--) - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) From 829c1cd7bf9dcb3b185fe2ee64bc0a14a1aa83ab Mon Sep 17 00:00:00 2001 From: Alex Pan Date: Mon, 25 Apr 2022 18:59:24 +1000 Subject: [PATCH 150/493] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5785e7f0d..dbedee19e 100644 --- a/README.md +++ b/README.md @@ -3360,7 +3360,6 @@ _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 feedbacks with screenshot and technical data and post them to an API like [bruit.io](https://bruit.io). -- [apollo-vue-devtools](https://github.com/storipress/apollo-vue-devtools) - Apollo integration for Vue-Devtools to inspect GraphQL queries in the vue-devtools timeline #### Docs From 00d14b02e5482e4b1003fc74035296844570a2c4 Mon Sep 17 00:00:00 2001 From: Dmitry Sergienko Date: Mon, 25 Apr 2022 19:35:14 +0400 Subject: [PATCH 151/493] Remove .gitignore --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e9150297a..000000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ - -/.vs From a24dced66bd184e9715212123cd261ba94592108 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Wed, 27 Apr 2022 18:25:21 +0300 Subject: [PATCH 152/493] Add vue-router-webcache --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f90d696f0..f4b4143b8 100644 --- a/README.md +++ b/README.md @@ -2692,6 +2692,7 @@ _Seamless scrolling_ - [vue-lang-router](https://github.com/adbrosaci/vue-lang-router) - Vue.js 2 & 3 language routing with (optional) URL localization. - [vue-router-compositions](https://github.com/greenpress/vue-router-compositions) - A util package for Vue-Router and Vue Composition API. - [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. #### Lazy Load From 53fd8a9078c75b557c37776228f45d5bc33280f6 Mon Sep 17 00:00:00 2001 From: ymzEmre Date: Wed, 4 May 2022 01:49:33 +0300 Subject: [PATCH 153/493] Add Vue3 open source project --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d95c006d0..ff98c3bd8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ## Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/vuejs/awesome-vue) > A curated list of awesome things related to Vue.js + - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) @@ -208,7 +209,6 @@ - [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. - ### Job Portal - [Vue.js Jobs - VueJobs](https://vuejobs.com/) - A Vue.js job portal to hire or get hired for all your Vue.js jobs. @@ -256,7 +256,6 @@ - [Vue Türkiye - Kommunity Page](https://kommunity.com/vue-turkey) - [VueJS Singapore - Telegram Group](https://t.me/vuejssg) - ### Conferences - [VueConf](http://conf.vuejs.org) @@ -635,7 +634,7 @@ - [Coinchartsvue](https://github.com/okandas/coinchartsvue) - Coinchartsvue is a cryptocurrency price chart based off Coinbase's original price chart. - [Vue 3 Shopping Cart](https://github.com/wobsoriano/vue-cart) - A Shopping cart example using Vue 3, Vite, [daisyUI](https://daisyui.com/) and [Pinia](https://pinia.esm.dev/). - [vuemoji-picker](https://github.com/wobsoriano/vuemoji-picker) - Vue 2 and 3 lightweight emoji picker. -- [Maxim Web Chat](https://github.com/maxim-top/maxim-web) - A chat demo using [MaximTop](https://www.maximtop.com)'s IM SDK (floo), 使用美信拓扑 IM SDK 实现的聊天App 示例. +- [Maxim Web Chat](https://github.com/maxim-top/maxim-web) - A chat demo using [MaximTop](https://www.maximtop.com)'s IM SDK (floo), 使用美信拓扑 IM SDK 实现的聊天 App 示例. - [vue-cli-3-tailwind-axios-starter](https://github.com/Ted2xmen/vue-cli-3-tailwind-axios-starter) - A boilerplate using Tailwind, Axios-ready, Vuex and Router - [vue-cli-3-wave-ui-starter](https://github.com/Ted2xmen/vue-cli-3-wave-ui-starter) - A boilerplate using Wave UI + Vuex and Router - [CVue-Awesome](https://github.com/coskuncayemre/CVue-Awesome) Auto Resume Builder by [Emre Coşkunçay](https://github.com/coskuncayemre) @@ -901,7 +900,7 @@ - [Trooveo](https://github.com/joek85/trooveo) - Search, listen to YouTube videos (Audio Only), No YouTube Api. - [Yacht](https://github.com/Selfhostedpro/Yacht) - A Docker container management webui using Vuetify for a hassle free way of managing docker containers and projects. - [Antares SQL](https://github.com/Fabio286/antares) - Cross platform SQL client made to be simple and complete. -- [Bagisto](https://github.com/bagisto/bagisto) - A Free and Opensource Laravel eCommerce framework built for all to build and scale your business. +- [Bagisto](https://github.com/bagisto/bagisto) - A Free and Opensource Laravel eCommerce framework built for all to build and scale your business. - [Samaya](https://github.com/bibhuticoder/samaya) - Friendly personal dashboard on Chrome's new tab; featuring Nepali calendar, daily Nepali quotes & Nepali wallpapers. - [Mythic table](https://gitlab.com/mythicteam/mythictable/) - A Free and Open Source virtual table top for playing Role Playing Games. - [GrandNode 2.0](https://github.com/grandnode/grandnode2/) - Open Source Cross Platform E-Commerce Solution based on .NET Core 5.0 and MongoDB / Azure CosmosDB / Amazon DocumentDB / VueJS @@ -916,6 +915,7 @@ - [Dashy](https://github.com/lissy93/dashy) - A self-hosted startpage, with an easy to use visual editor, status checking, themes, widgets and tons more - [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. ### Commercial Products @@ -1448,7 +1448,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 @@ -1596,6 +1596,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 + #### Time _Display time / date / age_ @@ -1980,7 +1981,6 @@ _Let the user create & edit data_ - [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 - ###### Date Picker _Date / datetime / time Picker_ @@ -2315,7 +2315,6 @@ _Display images_ - [v-perfect-signature](https://github.com/wobsoriano/v-perfect-signature) - Pressure-sensitive signature drawing for Vue 2 and 3. - [vue-drawing-grid](https://github.com/MLongz/VueDrawingGrid) - A simple drawing grid lets you create pixel arts using HTML5 canvas. - #### Link Preview - [link-prevue](https://github.com/nivaldomartinez/link-prevue) - Flexible component for generate a link preview. @@ -2425,8 +2424,9 @@ _Set of components + responsive layout system_ - [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! +- [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. + #### Mobile _UI frameworks for mobile_ @@ -2436,7 +2436,7 @@ _UI frameworks for mobile_ - [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 +- [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 @@ -3493,6 +3493,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. + #### Client _Render Vue application in the browser only_ From 320c2cf247ebfb5ef8533f120bf231ca247af3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E6=99=A8=E5=85=89?= <2293885211@qq.com> Date: Mon, 9 May 2022 23:44:27 +0800 Subject: [PATCH 154/493] feat: update vue3-dnd description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff98c3bd8..7277733c4 100644 --- a/README.md +++ b/README.md @@ -2076,7 +2076,7 @@ _Date / datetime / time Picker_ - [vue-drag-n-drop](https://github.com/smaharj1/vue-drag-and-drop-kanban) - A simple kanban board where the items can be dragged and dropped from the list on to the board. - [vue-card-stack](https://github.com/rodleviton/vue-card-stack) - Stackable, swipeable, tweakable Vue card component. - [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 vue3 implementation, Use the Composition API for sortable and free draggable. +- [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. ##### Autocomplete From d7bfa7fffad828b7145fda4c760a06b5b5de883d Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Tue, 10 May 2022 21:08:19 +0200 Subject: [PATCH 155/493] Update README.md - Removed dead links - added my newsletter to external ressources --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ff98c3bd8..8ad8281f5 100644 --- a/README.md +++ b/README.md @@ -191,9 +191,8 @@ ### External Resources - [Vue.js 資料まとめ(for japanese)](https://gist.github.com/hashrock/f575928d0e109ace9ad0) by @hashrock -- [Vue.js Newsletter](http://vue-newsletter.com/) - Weekly dose of handpicked Vue.js news - [Vue.js Wikipedia](https://en.wikipedia.org/wiki/Vue.js) -- [Vue.js Radar](https://www.vuejsradar.com) - Curated newsletter + site covering new Vue.js releases/contributions. +- [Weekly Vue.js Newsletter](https://mokkapps.de/newsletter) - Weekly Vue.js news & tips by @mokkapps - [Vue News](https://vuenews.io) - Social website focusing on the latest Vue.js news and information. - [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 From 4ce7476dc5d7f97d9c0180f10ba09bdc28330501 Mon Sep 17 00:00:00 2001 From: weiquanju Date: Tue, 17 May 2022 18:22:12 +0800 Subject: [PATCH 156/493] feat: add routes generator The tool support vue-router 4.x --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40cfc4189..fceac45b2 100644 --- a/README.md +++ b/README.md @@ -2693,6 +2693,7 @@ _Seamless scrolling_ - [vue-router-compositions](https://github.com/greenpress/vue-router-compositions) - A util package for Vue-Router and Vue Composition API. - [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. #### Lazy Load From cace9177b60aa4d179d63f8112883868490e9cd5 Mon Sep 17 00:00:00 2001 From: Neelansh Mathur <53081208+neelansh15@users.noreply.github.com> Date: Tue, 17 May 2022 16:38:06 +0530 Subject: [PATCH 157/493] feat: add `vue-connect-wallet` in ui/miscellaneous --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40cfc4189..19da85624 100644 --- a/README.md +++ b/README.md @@ -1923,6 +1923,7 @@ _Display non-editable events in a Calendar_ - [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 - [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 #### Tabs From 3e40637e8c1ff36c4ba486bf688951ab36c770dd Mon Sep 17 00:00:00 2001 From: Andrew Boyd Date: Thu, 19 May 2022 14:21:37 -0400 Subject: [PATCH 158/493] feat: add @formkit/auto-animate 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 0165d735c..561e6d39a 100644 --- a/README.md +++ b/README.md @@ -2770,6 +2770,7 @@ _Seamless scrolling_ - [vue-typical](https://github.com/Turkyden/vue-typical) 🐡 Vue Animated typing in ~400 bytes of JavaScript. - [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 #### Meta Tags From b972b00d9c867a710c82e0ba6e3844be0dd82a88 Mon Sep 17 00:00:00 2001 From: SPA-Hobby <450311265@qq.com> Date: Fri, 20 May 2022 14:12:33 +0800 Subject: [PATCH 159/493] =?UTF-8?q?=E2=9C=A8=20feat:Add=20qiniu=20cloud=20?= =?UTF-8?q?building=20util?= 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 0165d735c..3459ed256 100644 --- a/README.md +++ b/README.md @@ -3158,6 +3158,7 @@ _Utilities for building / compiling / bundling / loading assets_ - [vue-aimg-loader](https://github.com/chenxinan/vue-aimg-loader) - A easy way to use image in Vue template without wirte css. - [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 #### Page Navigation From f867b66c6a613e9d3ce3d998beedc22b8482f621 Mon Sep 17 00:00:00 2001 From: LancerComet Date: Fri, 20 May 2022 21:15:20 +0800 Subject: [PATCH 160/493] Add vue2-jsx-runtime --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 561e6d39a..240220c0c 100644 --- a/README.md +++ b/README.md @@ -3211,6 +3211,7 @@ _Utilities for building / compiling / bundling / loading assets_ - [jsx-event-modifiers](https://github.com/nickmessing/babel-plugin-jsx-event-modifiers) - A Babel plugin that adds event modifiers similar to Vue templates to JSX. - [jsx-v-model](https://github.com/nickmessing/babel-plugin-jsx-v-model) - A Babel plugin that brings `v-model` to JSX. - [vue-jsx-sync](https://github.com/njleonzhang/babel-plugin-vue-jsx-sync) - A Babel plugin that brings vue `sync modifier` to JSX. +- [vue2-jsx-runtime](https://github.com/LancerComet/vue2-jsx-runtime) - A Vue 2 new JSX transform runtime for TSC/SWC. Use Vue 2 JSX with TSC/SWC directly. #### Migration From 728262efc9fd8b28637a08aff85789a4272b9224 Mon Sep 17 00:00:00 2001 From: Daniel Marcus Date: Sat, 21 May 2022 00:06:53 -0400 Subject: [PATCH 161/493] Add vue-magnifier --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 561e6d39a..c3d0a094a 100644 --- a/README.md +++ b/README.md @@ -1924,6 +1924,7 @@ _Display non-editable events in a Calendar_ - [vue-mathjax](https://github.com/justforuse/vue-mathjax) - A Vue.js Plugin for Mathjax - [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. #### Tabs From daa2f12fa74c4c9be2e26ad4ed6cd570bd3e0a82 Mon Sep 17 00:00:00 2001 From: Aaron Lam Date: Thu, 26 May 2022 22:21:56 +0800 Subject: [PATCH 162/493] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a217e95b..cd8bdd830 100644 --- a/README.md +++ b/README.md @@ -2955,6 +2955,7 @@ _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. #### Custom Events From 26f5169ac77f7770202158c4f579d5604b04407b Mon Sep 17 00:00:00 2001 From: hc <> Date: Fri, 27 May 2022 16:55:06 +0900 Subject: [PATCH 163/493] add vue3-easy-data-table --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4cfc1c7e5..f7e5134ba 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](https://github.com/sindresorhus/awesome)](#awesome-vuejs-) - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) @@ -1225,6 +1226,7 @@ _Tables / data grids_ - [vue-datagrid](https://github.com/revolist/vue-datagrid) - Vue grid wrapper for powerful webcomponent revo-grid with excel like rich edit and behavior. - [element-ui-sticky-table](https://github.com/iendeavor/element-ui-sticky-table) - Sticky for element-ui table - [vue-dataset](https://github.com/kouts/vue-dataset) - A set of Vue.js components to display datasets with filtering, paging, and sorting capabilities! +- [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. #### Notification From 9240809f493e67a75a8250ce125c246a1acc758d Mon Sep 17 00:00:00 2001 From: hc <> Date: Fri, 27 May 2022 17:03:42 +0900 Subject: [PATCH 164/493] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f7e5134ba..3a038b5bd 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](https://github.com/sindresorhus/awesome)](#awesome-vuejs-) - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) From 69b1b8e465a185452082bd97c0b023d7dbc8cdc8 Mon Sep 17 00:00:00 2001 From: logustra Date: Sat, 28 May 2022 14:27:46 +0700 Subject: [PATCH 165/493] docs: add ui components --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd8bdd830..6f6be7f43 100644 --- a/README.md +++ b/README.md @@ -1620,6 +1620,7 @@ _Display time / date / age_ - [vue-horizontal-timeline](https://github.com/guastallaigor/vue-horizontal-timeline) - Just a simple horizontal timeline component made with Vue.js. - [vue-timer-hook](https://github.com/riderx/vue-timer-hook) - Vue 3 Timer module inspired by react-timer-hook - [vue3-flip-countdown](https://github.com/coskuncayemre/vue3-flip-countdown) Customize Countdown timer with Flip Animation for Vue 3.x +- [vountdown](https://github.com/logustra/vountdown) - A minimalist countdown component #### Calendar @@ -1717,6 +1718,7 @@ _Display non-editable events in a Calendar_ - [vue-virtual-infinite-scroll](https://github.com/zuolei828/vue-virtual-infinite-scroll) - A vue2 component based on Iscroll, supports big data list with high performance scroll, infinite load and pull refresh. - [@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 #### Pull-to-refresh From 8f55b6f84a490b93ecb81b1ae97b5021c9a7f0f1 Mon Sep 17 00:00:00 2001 From: Laroche-Nicolas Date: Tue, 31 May 2022 11:54:16 +0200 Subject: [PATCH 166/493] Update Readme Unreachable ressources --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index cd8bdd830..969528faf 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,6 @@ ### Podcasts - [Full Stack Radio #30 (11-23-2015)](http://www.fullstackradio.com/30) -- [JavaScript Jabber #187 (11-25-2015)](https://devchat.tv/js-jabber/187-jsj-vue-js-with-evan-you) - [Changelog #184 (11-27-2015)](https://changelog.com/podcast/184) - [Software Engineering Daily (12-29-2015)](http://softwareengineeringdaily.com/2015/12/29/front-end-javascript-with-evan-you/) - [JavaScript Air 016 (03-30-2016)](https://javascriptair.com/episodes/2016-03-30/) @@ -276,9 +275,7 @@ - [MW S04E08 - Vue.js with Evan You and Sarah Drasner (04-27-2017)](https://modernweb.podbean.com/e/mw-s04e09-evan-yu-sarah-drasner/) - [Request For Commits #12 - Crowdfunding Open Source (Vue.js) (06-15-2017)](https://changelog.com/rfc/12) - [The Web Platform Podcast 132: Vue.js (07-27-2017)](http://thewebplatformpodcast.com/132-vuejs) -- [JavaScript Jabber #276 with Maximilian Schwarzmüller (08-29-2017)](https://devchat.tv/js-jabber/jsj-276-vue-js-with-maximilian-schwarzmuller/) - [Animating VueJS with Sarah Drasner(Software Engineering Daily 01-12-2017)](https://softwareengineeringdaily.com/2017/12/01/animating-vuejs-with-sarah-drasner/) -- [Views on Vue (weekly podcast on Vue started 03-06-2018)](https://devchat.tv/views-on-vue) - [Vue podcast list via The QIT Tech Podcast Indexer](https://qit.cloud/search/vue) - [DNE 138 - Vale a pena VueJS? (01-05-2018)](https://devnaestrada.com.br/2018/01/05/vale-pena-vuejs.html) - [Cynical Developer #99 (10-15-2018)](https://cynicaldeveloper.com/podcast/99/) From 9fac79a48ee9c84f8e0d1e72aa28506d01f96fd1 Mon Sep 17 00:00:00 2001 From: Laroche-Nicolas Date: Tue, 31 May 2022 11:56:21 +0200 Subject: [PATCH 167/493] Update Readme Deleting links from "Apps/Websites" subsection which have domains unreachable --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 969528faf..45de7861d 100644 --- a/README.md +++ b/README.md @@ -1025,7 +1025,6 @@ - [Fintechers](https://www.fintechers.io) - Fintech focused job board. - [Devjournal](https://www.devjournalapp.com) - Collaborative todo list for projects and ideas. - [Bubbleflat](https://bubbleflat.com) - Online platform that helps students and young Professionals find their perfect roommates by searching for people with similar lifestyles, interests, or schools. Laravel & Vuejs -- [TeaQuinox Tea Co](https://teaquinox.com/) -- ecommerce site that specializes in loose leaf tea. - [blip](https://blip.website) - Test websites for speed, mobile-friendliness, security and the HTML5 doctype. Find businesses around a location and test their websites en masse, or just test your own URL. - [sunpos](https://sunpos.ru) - Sun position, elevation, azimuth, ecliptic/equatorial coordinates and sunrise/sunset time (Julian day) calculation and conversion utilities. Web site is programmed using pure JS, Vuejs and i18n Vuejs localization plugin. Visualization is created using D3.js. - [U3xyz](https://u3xyz.com) - A personal blog base on vue ssr. @@ -1040,7 +1039,6 @@ - [Vue 资源精选](http://vue.awesometiny.com) - great Vue components list, category, inline demo show and brief - [Cronhub](https://cronhub.io) - Painless Cron Monitoring Tool - [wrkprty](https://wrkprty.com) - Pop-up coworking events for freelancers, remote workers, and professionals looking to get out of the office. -- [Made with love](https://made-with-love.xyz/) - The Made with Love ❤️ around the world, initiative is a movement to celebrate 🎉, promote 📣 and build a brand 👑. It feed Tech news, design inspiration and trends from over 💯 sources including Dribbble, ProductHunt, Behance and Techcrunch. 💝 - [V·oogle](http://v-oogle.com/) - Google.com, reVued. A joke-project. :) - [Broker Notes](https://broker-notes.com) - 'Study to become a Real Estate Agent' :house: - [SyncLounge](https://synclounge.tv) - SyncLounge is a tool to sync Plex content across multiple players in multiple locations. @@ -1050,13 +1048,11 @@ - [Spektrum](https://spektrummedia.com/) - The website of Spektrum Media Agency - [SPK](https://www.spk.rocks/) The website of SPK Ecosystem - [IDDEF](https://www.iddef.org/) ☪️ The Federation of the Associations that Value Humanity's webpage, CMS, CRM and Donation and all e-commerce pages are designed with Vue.js, Vuex and pure JavaScript 🙏 -- [Configuration File Management](http://www.configapp.com/) - A simple way to manage your configuration files - [Roast](https://roastandbrew.coffee/) an app built to help coffee enthusiasts find their next cup of coffee while learning about Laravel + Vue.js. - [YBR](https://yangonbusreport.org) - Centralized YBS Public eComplaint Management System. (Full SPA) - [Regex Fiddler](https://regexfiddler.com/) - [Myanpwel](https://myanpwel.com) - The website of event ticketing platform. - [CryptoArte](https://www.cryptoarte.io) - An Ethereum art collection, non-fungible token, and Dapp. -- [Muuviez](https://muuviez.com) - A movie discovery and tracking website with stylish design - [NAGA VIRTUAL](https://nagavirtual.com) - NAGA VIRTUAL is the first independent virtual goods market. - [Scroll.in](https://scroll.in) - Scroll.in is an independent news, information, and entertainment venture. - [Akunyi](https://akunyi.com) - Charity Website From d3ec898f85e3abbbfbda941abcbc4a387a39bdcd Mon Sep 17 00:00:00 2001 From: Laroche-Nicolas Date: Tue, 31 May 2022 11:56:53 +0200 Subject: [PATCH 168/493] Update Readme Adding a link of a website using Vue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45de7861d..3d7f9ccca 100644 --- a/README.md +++ b/README.md @@ -1148,6 +1148,7 @@ - [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. ### Interactive Experiences From 039134d026b9b2519d16d3583d84f2e687bf8048 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Mon, 6 Jun 2022 17:08:23 -0700 Subject: [PATCH 169/493] README: add sortablejs-vue3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd8bdd830..27339702b 100644 --- a/README.md +++ b/README.md @@ -2078,6 +2078,7 @@ _Date / datetime / time Picker_ - [vue-card-stack](https://github.com/rodleviton/vue-card-stack) - Stackable, swipeable, tweakable Vue card component. - [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 ##### Autocomplete From 470b4a34eae22f6f1d59a7828bf3187094977d28 Mon Sep 17 00:00:00 2001 From: Season Chen Date: Tue, 7 Jun 2022 17:56:43 +0800 Subject: [PATCH 170/493] Add vfm Add [VFM](https://github.com/ccqgithub/vfm) - Vue driven form management tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd8bdd830..94eeb922b 100644 --- a/README.md +++ b/README.md @@ -2624,6 +2624,7 @@ _Handling of user events (scroll, click, key strike, ...)_ - [@vuito/vue](https://github.com/mathix420/vuito) - Simple, lightweight, isomorphic, and template-based validation library. - [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. #### Resize From 6da2ec36a40e3c0ad2d49a1c9de7e48ea542d3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20=C3=96sterlund?= Date: Thu, 9 Jun 2022 21:32:11 +0200 Subject: [PATCH 171/493] Add Vue 3-component qalendar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd8bdd830..5e2bc3fed 100644 --- a/README.md +++ b/README.md @@ -1656,6 +1656,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 +- [qalendar](https://github.com/tomosterlund/qalendar) - An event calendar and datepicker for Vue 3 #### Map From fe3fceb51e4755d24f2c016005dea754e00e7620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Esser?= Date: Sat, 18 Jun 2022 12:15:51 +0100 Subject: [PATCH 172/493] fixes small typos in README.md --- README.md | 73 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index cd8bdd830..2aa4d7832 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ - [Evolution of Vue - Part I (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/7055926-evolucion-de-vue-parte-i) - [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 comunities (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/6151663-react-vs-vue-las-comunidades) +- [React vs Vue - their communities (My typeof Radio) [es-MX]](https://www.mytypeof.dev/1190693/6151663-react-vs-vue-las-comunidades) ### Youtube Channels @@ -473,7 +473,7 @@ - [Help you learn more efficiently vue3 source code - mini-vue](https://github.com/cuixiaorui/mini-vue) by cuixiaorui - [Vue.js SPA: Build a Powerful E-Commerce App](https://snipcart.com/blog/building-a-vuejs-spa) - [Learning Vue 3.0](https://github.com/chengpeiquan/learning-vue3) -- [Vue 3.0 and decentalized app (dApp)](https://github.com/hypescale/moralis-vue-boilerplate) +- [Vue 3.0 and decentralized app (dApp)](https://github.com/hypescale/moralis-vue-boilerplate) - [Vuejs Authentication Tutorial](https://www.loginradius.com/blog/async/implementing-authentication-on-vuejs-using-jwt/) on LoginRadius blog - [Add a prebuilt video chat widget to any Vue app with daily-js](https://www.daily.co/blog/build-a-video-chat-app-with-vue-and-daily-prebuilt/) by Jess Mitchell, via Daily (August 2021) - [Build a custom video chat app with daily-js and Vue](https://www.daily.co/blog/custom-video-chat-app-with-daily-and-vue/) by Jess Mitchell, via Daily (November 2021) @@ -822,7 +822,7 @@ - [GenVue](https://github.com/herbat73/GenVue) - a hostable, web application that lets confidential users upload and share private files build on Vue.js, Vuetifyjs and NetCore WebAPI stack - [vue-array](https://github.com/BlackHole1/vue-array) - Array object operation under Vue, Array object operation under Vue Use this package to manipulate the array. Vue can monitor the changes in the array - [Laqu-l](https://github.com/laqul/laqul) - A complete App starter kit with Quasar Framework, GraphQL API backend with OAUTH 2.0 authentication, Firebase ready, multilanguage capability and more. -- [Protovue](https://github.com/v1Labs/protovue) - A prototyping component library that helps designers and developers quicky scaffold an abstracted app layout. +- [Protovue](https://github.com/v1Labs/protovue) - A prototyping component library that helps designers and developers quickly scaffold an abstracted app layout. - [Chattier](https://github.com/raniesantos/chattier) - SPA social network built with Laravel 5.6, Vue.js 2, and Bulma (Buefy components + Bulmaswatch themes). Also uses JWT authentication. - [chrome-ribbon-reminder](https://github.com/johndatserakis/chrome-ribbon-reminder) - A Chrome extension written using Vue and Async/Await. Uses a popup display and changes badge counts. - [Faviator](https://www.faviator.xyz/) - A simple easy favicon generator. @@ -848,7 +848,7 @@ - [Statusfy](https://github.com/bazzite/statusfy): Statusfy is a Status Page System, easy to use and completely Open Source. - [DynamoDb-GUI-Client](https://github.com/Arattian/DynamoDb-GUI-Client): Cross-platform GUI client for DynamoDb - [RosterWebApp](https://github.com/SnakeyHips/RosterWebApp) - Open source rostering web application which allows the rostering of employees/teams to work sessions and other features. -- [Vue E-Store Templet](https://github.com/rash0/Vue-Ecom) - An e-commerce templet build with vue/vuex/vue-router and bootstrap4. +- [Vue E-Store Templet](https://github.com/rash0/Vue-Ecom) - An e-commerce template build with vue/vuex/vue-router and bootstrap4. - [Twill](https://twill.io) - An open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. - [MATH_BOT](https://mathbot.com) - Learn math by programming a robot. - [Vue Crossword](https://github.com/Piterden/vue-crossword) - A Vue.js based crossword puzzle builder and filler front-end application. Built with [CodeSandbox](https://codesandbox.io/s/github/Piterden/vue-crossword/tree/master/). @@ -858,7 +858,7 @@ - [Vue HQ Admin Dashboard](https://vue-hq.netlify.com/) – A modern admin dashboard powered by Vue, Sass, Firestore, and Netlify. - [MToDo](https://github.com/satriaajiputra/mtodo) - Mini To Do Lists with simple auth built with Vue.js and JSON Server as data mock. Great as reference for anyone that finding reference about real world Vue.js - [FireX Proxy](https://github.com/Orogenesis/FireX-Proxy) - FireX Proxy is the user's trusted Chrome and Firefox browser extension that allows you to unblock any website and browse the web privately and securely. 🛡 -- [VueSolitaire](https://github.com/silent-lad/VueSolitaire) - Solitaire (spider,klondike) imlemented in Vue.js. +- [VueSolitaire](https://github.com/silent-lad/VueSolitaire) - Solitaire (spider,klondike) implemented in Vue.js. - [Thermal](https://thermal.codecarrot.net) - One stop to all Git repository. - [QMK Configurator](https://github.com/qmk/qmk_configurator) - QMK Firmware Keyboard Configuration UI in Vue.js. - [Eplee](https://github.com/Janglee123/eplee) - Sweet, simple epub reader made with Vue.js and Electron.js. @@ -886,13 +886,13 @@ - [Veniqa](https://github.com/Viveckh/Veniqa) - An E-commerce solution with a shopping client and admin panel written in Vue. - [tato music player](https://github.com/tatoMa/neteast-cloud-music-player) - A mobile first, handwritten, responsive web app for music fans written in Vue and Vuetify. - [Sheiley Shop](https://github.com/itsalb3rt/sheiley_shop_app) - PWA to track personal purchases, No more paper and pencil to go to the supermarket 🏬 Vue and Vuetify -- [Afterman](https://github.com/itsalb3rt/afterman) - 🌕 Create beutiful docs in markdown and HTML from postman collection. Using Quasar Framework +- [Afterman](https://github.com/itsalb3rt/afterman) - 🌕 Create beautiful docs in markdown and HTML from postman collection. Using Quasar Framework - [Greenpress Admin Panel](https://github.com/greenpress/admin-panel) - The Admin panel of Greenpress, a fully-operative open-source for creating blogs and content websites. - [Greenpress Blog-Front](https://github.com/greenpress/blog-front) - The frontend application service of Greenpress, a fully-operative open-source for creating blogs and content websites. - [Movie Paradise](https://github.com/wwwenjie/Movie-Paradise) - A responsive movie preview web app built by Vue and Vuetify - [Pathfinding Visualizer ThreeJS](https://github.com/dhruvmisra/Pathfinding-Visualizer-ThreeJS) - A visualizer for pathfinding algorithms in 3D with maze generation and first-person view - [Agile Visitors](https://github.com/itsalb3rt/agile-visitors) - Application for registering employee entries with the possibility of generating reports, validating and storing users with minimal effort. -- [Pexelry](https://github.com/Junior-Developer/Pexelry) - Application that leverages the pexels api to enable you find beautifull photos and pictures. +- [Pexelry](https://github.com/Junior-Developer/Pexelry) - Application that leverages the pexels api to enable you find beautiful photos and pictures. - [karrot-frontend](https://github.com/yunity/karrot-frontend) - Web application for organization of foodsaving groups worldwide. - [Realtime quiz framework](https://github.com/ably-labs/realtime-quiz-framework) - A starter kit built with NodeJS, VueJS and Ably providing the scalable base networking framework to host a live quiz - [LogChimp](https://github.com/logchimp/logchimp) - Open-source software to track your customer's feedback to build better products. @@ -1018,7 +1018,7 @@ - [Coin Dashboard](https://www.coin-dashboard.com) - The fully client-side cryptocurrency asset dashboard. - [Habitica](https://habitica.com/) - online task management application in the form of a role-playing game. - [MadeWithVueJs](https://madewithvuejs.com/) - A Gallery of Projects made with Vue.js (also the Site itself uses Vue.js) -- [CodeDependencyScanner](https://github.com/NeutroniumCore/CodeDependencyScanner/) - A C# dektop application that display .Net assembly code dependencies build with Vue, Neutronium and D3.js. +- [CodeDependencyScanner](https://github.com/NeutroniumCore/CodeDependencyScanner/) - A C# desktop application that display .Net assembly code dependencies build with Vue, Neutronium and D3.js. - [Thousand Ether Homepage](https://thousandetherhomepage.com) - The Million Dollar Homepage reimagined as an Ethereum DApp. Build on Vue.js and open source. - [Let's Enchance](https://letsenhance.io/) - free online image upscale and enhancement with neural networks. - [Pi.TEAM - Online Invoicing and Accounting](https://pi.team) - Simple to use online accounting and invoicing, free for single users and freelancers. @@ -1118,7 +1118,7 @@ - [PNGK](https://pngk.org/) - Official website for a consultancy company working to find solutions for humanitarian, human rights and other like minded organizations. - [BMWUSA Vehicle Configurator](https://www.bmwusa.com/build-your-own.html) - Vehicle Configurator for BMWUSA - [mumbasket](https://www.mumbasket.com/) - an ecommerce website with laravel and vuejs -- [Fanmio](https://fanmio.com) - Meet your favorites celebrities through personal video experiences on Fanmio +- [Fanmio](https://fanmio.com) - Meet your favorite celebrities through personal video experiences on Fanmio - [OneConcern](https://oneconcern.com) [source](https://github.com/acidjazz/oneconcern) - [AtomicWallet](https://atomicwallet.io) - Multi-asset cryptocurrency wallet. Desktop and [mobile](https://play.google.com/store/apps/details?id=io.atomicwallet) apps both were built with Vue. - [Helpninja](https://dashboard.helpninja.com/) - Simple & fast help desk @@ -1262,7 +1262,7 @@ _Tables / data grids_ - [vue-sorted-table](https://github.com/BernhardtD/vue-sorted-table) - A plugin to turn tables into sorted tables. Supports nested object keys, custom icons and reusable components. - [vue-bootstrap4-table](https://github.com/rubanraj54/vue-bootstrap4-table) - An advanced data table based on Vue 2 and Bootstrap 4, which includes Multi column filtering, Multi column sorting, Pagination & Info, Checkbox rows and Highly customizable slot options. - [vuejs-smart-table](https://github.com/tochoromero/vuejs-smart-table) - Straight Forward Table Component using the vanilla HTML Table Structure with Sorting, Filtering, Pagination and Selection out of the box. -- [@myena/vue-table](https://github.com/myENA/vue-table) - Table Components for Client/Server data handling. Filter, sort, paginate, group, expanding details row. Highly customizible via slots for filter, headers, column, pagination, details row. +- [@myena/vue-table](https://github.com/myENA/vue-table) - Table Components for Client/Server data handling. Filter, sort, paginate, group, expanding details row. Highly customizable via slots for filter, headers, column, pagination, details row. - [vue-jd-table](https://github.com/jamesdruhan/vue-jd-table) - Advanced and flexible data table component for Vue 2. Feature Rich: search, filtering, exporting, pagination (traditional and virtual scroll) and so much more! - [iview-table-page](https://github.com/MengFangui/iview-table-page) - Combines Table and Page components of iview UI together. Based on Vue 2.x. And Hear are some examples to use iview-table-page. - [fancy-grid-vue](https://github.com/FancyGrid/FancyGrid) - Vue adaptor for FancyGrid. @@ -1418,8 +1418,8 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue2-image-loader](https://github.com/leepyng/vue2-image-loader) - A image lazyLoad loader component for vue2 - [vue-my-photos](https://github.com/am283721/vue-my-photos) - A simple dependency-free image lightbox component with filtering capabilities - [vue-img-orientation-changer](https://github.com/nikli2009/vue-img-orientation-changer) - A Vue.js `directive` that automatically adjust your `img` to correct `orientation`. -- [vue-topmodal](https://github.com/adileo/vue-topmodal) - A fully customisable, easy to use, Vue.js modal component. (Responsive, Stackable, Scrollable, Animated) -- [vue-modal 🖼](https://github.com/MelMacaluso/vue-modal) - Feed your objects array for multiple switchable modal content or quickly inline your content. A fully customisable vue modal component . +- [vue-topmodal](https://github.com/adileo/vue-topmodal) - A fully customizable, easy to use, Vue.js modal component. (Responsive, Stackable, Scrollable, Animated) +- [vue-modal 🖼](https://github.com/MelMacaluso/vue-modal) - Feed your objects array for multiple switchable modal content or quickly inline your content. A fully customizable vue modal component . - [@innologica/vue-stackable-modal](https://github.com/Innologica/vue-stackable-modal) - Library for modal dialogs which can be stacked. Fully customizable and very easy to use. - [vue-sweetalert2](https://github.com/avil13/vue-sweetalert2) - wrapper for sweatlaert2 with support for TypeScript, Nuxt and SSR - [vue-modality](https://github.com/ovictorpereira/vue-modality) - A really nice Vue.js modal component @@ -1489,7 +1489,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [@hscmap/vue-menu](https://github.com/michitaro/vue-menu) - Menu / Context Menu component for vue2. - [vue-router-nav](https://github.com/classicalconditioning/vue-router-nav) - Minimalistic responsive navigation bar that renders routes of vue-router. - [vue-drawer-layout](https://github.com/hjl19911127/vue-drawer-layout) - A simple DrawerLayout component like Android has for Vue.js. -- [vue-simple-menu](https://github.com/RGRU/vue-simple-menu) - Simple menu component with a set of basic functionality, which is enought in 80% of cases +- [vue-simple-menu](https://github.com/RGRU/vue-simple-menu) - Simple menu component with a set of basic functionality, which is enough in 80% of cases - [vue-tree-navigation](https://github.com/MisRob/vue-tree-navigation) - Vue.js 2 tree navigation with vue-router support - [bp-vuejs-dropdown](https://github.com/borisbutenko/bp-vuejs-dropdown) - Vuejs => 2 dropdown. Easy to use, no external, optional. - [vue-bulma-accordion](https://github.com/Lunrtick/vue-bulma-accordion) - Simple, easily configurable accordion or collapsible styled with Bulma custom or built in icons available @@ -1498,7 +1498,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vue-dynamic-dropdown](https://github.com/JonathanDn/vue-dropdown) - A Highly Customizable, easy-to-use elegant dropdown component - [vue-navigation-bar](https://github.com/johndatserakis/vue-navigation-bar) - A simple, pretty navbar for your Vue projects. - [vue-simple-search-dropdown](https://github.com/romainsimon/vue-simple-search-dropdown) - A simple searchable input dropdown component with no external dependency -- [@innologica/vue-dropdown-menu](https://github.com/Innologica/vue-dropdown-menu) - Dropdown menu component for Vue. Any element can be dropdown trigger and anything can be dropded down content. +- [@innologica/vue-dropdown-menu](https://github.com/Innologica/vue-dropdown-menu) - Dropdown menu component for Vue. Any element can be dropdown trigger and anything can be dropped down content. - [vue-menu-aim](https://github.com/Dimon24021993/vue-menu-aim) - Menu triangle select, aka Amazon - [vue-stripe-menu](https://github.com/Alexeykhr/vue-stripe-menu) - Creating a navigation menu with animations like on Stripe - [vue-burger-button](https://github.com/VitorLuizC/vue-burger-button) - A pretty simple Vue functional component for menu burger buttons. @@ -1549,7 +1549,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_ - [vuerollr](https://github.com/japick/vuerollr) - Mouseover gallery plugin for Vue.js. Supports image and video. - [vue-splide](https://github.com/Splidejs/vue-splide) - Splide is a free lightweight but powerful slider and carousel, written in pure JavaScript without any dependencies. It supports a thumbnail slider, nested slide. - [swiper](https://github.com/nolimits4web/swiper) - Official Swiper component for Vue 3. Tree shakable, SSR support, typing, a11y and a lot more -- [vue-split-carousel](https://github.com/Aaron00101010/vue-split-carousel) - A carousel component meanwhile display several carousel item, supprot vue 2 and vue 3. +- [vue-split-carousel](https://github.com/Aaron00101010/vue-split-carousel) - A carousel component meanwhile display several carousel item, support vue 2 and vue 3. - [vue-concise-carousel](https://github.com/jambonn/vue-concise-carousel) - Vue Concise Carousel with True SSR. Works for Vue 2 & 3. #### Charts @@ -1629,8 +1629,8 @@ _Display non-editable events in a Calendar_ - [vue-event-calendar](https://github.com/GeoffZhu/vue-event-calendar) - A simple events calendar for Vue2, no dependencies except Vue2. - [vue-calendar-picker](https://github.com/FranckFreiburger/vue-calendar-picker) - Lightweight calendar component for events display, period selection and date picker. - [vue-lunar-calendar](https://github.com/KimWooHyun/vue-lunar-calendar) - A vue component for lunar calendar. Uses Moment.js for date operations. -- [vue-simple-calendar](https://github.com/richardtallent/vue-simple-calendar) - Flexbox-based Vue month calendar compenent; supports multi-day events, localization, holiday emoji, drag/drop. No dependencies. -- [vue2-calendar](https://github.com/Trekels/vue2-calendar) - A simple full calendar component aimed at being flexibile and lightweight. +- [vue-simple-calendar](https://github.com/richardtallent/vue-simple-calendar) - Flexbox-based Vue month calendar component; supports multi-day events, localization, holiday emoji, drag/drop. No dependencies. +- [vue2-calendar](https://github.com/Trekels/vue2-calendar) - A simple full calendar component aimed at being flexible and lightweight. - [vue-jlunar-datepicker](https://github.com/tuhe32/vue-jLunar-datePicker) - A Chinese lunar datepicker component with festivals and solar terms. - [vue-full-calendar](https://github.com/CroudSupport/vue-fullcalendar) - A complete [fullcalendar.io](https://fullcalendar.io) wrapper for both Vue 1 and 2 - [v-calendar](https://github.com/nathanreyes/v-calendar) - Animated calendar/datepicker that displays regions, indicators and day popovers for simple & recurring dates. @@ -1886,7 +1886,7 @@ _Display non-editable events in a Calendar_ - [vue-ribbon](https://github.com/P3trur0/vue-ribbon) - Vue component for GitHub ribbons - [avatio-avatar](https://github.com/trunda/avatio-avatar) - Vue component for illustrated avatars - used by [Avatio](https://avatio.cool) - [vue-jazzicon](https://github.com/man15h/vue-jazzicon) - A dead-simple Jazzicon component for Vue. -- [vue-star-rating](https://github.com/craigh411/vue-star-rating) - A simple, highly customisable star rating component ⭐️ ⭐️ ⭐️ +- [vue-star-rating](https://github.com/craigh411/vue-star-rating) - A simple, highly customizable star rating component ⭐️ ⭐️ ⭐️ - [vue-fixed-header](https://github.com/potato4d/vue-fixed-header) - Simple and cross-browser friendly fixed header component for Vue.js written by TypeScript. - [vue-particle-effect-buttons](https://github.com/dreambo8563/vue-particle-effect-buttons)A bursting particles effects buttons component. - [vue-insomnia](https://github.com/gorbypark/vue-insomnia) - Prevent display screen from sleeping (wake lock). @@ -1908,7 +1908,7 @@ _Display non-editable events in a Calendar_ - [vue-portfolio-viewer](https://github.com/MelihAltintas/vue-portfolio-viewer.git) - Scroll animated portfolio viewer component for vue js :bulb: - [vue-text-middle-ellipsis](https://github.com/Tardigrada777/vue-text-middle-ellipsis) - A simple vue-directive(2+) that clamps the content in the middle of the element if the content inside is too long. - [vuesence-book](https://github.com/altrusl/vuesence-book) - Documentation/help system component. -- [vue-turnjs](https://github.com/Reidond/vue-turnjs) - A component libary to add book experience to your app. +- [vue-turnjs](https://github.com/Reidond/vue-turnjs) - A component library to add book experience to your app. - [vuesence-sliding-header](https://github.com/altrusl/vuesence-sliding-header) - Sliding header(s) for top navigation bar(s). - [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. @@ -1916,7 +1916,7 @@ _Display non-editable events in a Calendar_ - [vue-image-zoomer](https://github.com/samjonesigd/vue-image-zoomer) - image zoom component for Vue.js 2, 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 customisable chat rooms component. Support files, images, videos, audio, emojis, customised actions, etc. +- [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-word-highlighter](https://github.com/kawamataryo/vue-word-highlighter) - The word highlighter library for Vue 2 and Vue 3. @@ -1960,7 +1960,7 @@ _Let the user create & edit data_ - [vue-scroll-picker](https://github.com/wan2land/vue-scroll-picker) - A scroll picker component for Vue 2.x. Support all gestures of mouse(also wheel) and touch. - [vue-fontawesome-picker](https://github.com/zolamk/vue-fontawesome-picker) - a font awesome icon picker component for Vue 2.x. - [vue3-scroll-picker](https://github.com/HJ29/vue3-scroll-picker) - A scroll picker component for Vue 3. -- [vue-wheel-picker](https://github.com/vanishmax/vue-wheel-picker) - Customizable Picker with 3D wheel and all guestures supported for Vue 2. +- [vue-wheel-picker](https://github.com/vanishmax/vue-wheel-picker) - Customizable Picker with 3D wheel and all gestures supported for Vue 2. ##### Generator @@ -2156,7 +2156,7 @@ _Switch / on/off toggle / checkbox_ - [vue-jquery-mask](https://github.com/ankurk91/vue-jquery-mask) - Vue.js v2.x component for [jQuery Mask Plugin](https://github.com/igorescobar/jQuery-Mask-Plugin) - [vue-currency-input](https://github.com/dm4t2/vue-currency-input) - Easy input of currency formatted numbers for Vue.js. - [vue-restricted-input](https://github.com/Scrum/vue-restricted-input) - Input mask library for vue.js based on [restricted-input](https://github.com/braintree/restricted-input) -- [vue-input-facade](https://github.com/RonaldJerez/vue-input-facade) - A lightweight and dependency free input masking library created specific for Vue, originally a fork of the famous _vue-text-mask_ but activelly mantained and with lots of improvements after there. +- [vue-input-facade](https://github.com/RonaldJerez/vue-input-facade) - A lightweight and dependency free input masking library created specific for Vue, originally a fork of the famous _vue-text-mask_ but actively maintained and with lots of improvements after there. ##### Rich Text Editing @@ -2216,7 +2216,7 @@ _Display images_ ##### Video Manipulation -- [vue-playlist](https://github.com/MishaPetrov/vue-playlist) - A lightweight vue (2.0) component with no dependancies that offers truly seamless html5 video playback. The one and only working solution for seamless video play done with vanilla JS. It takes an array of videos and stitches them together into a single video. +- [vue-playlist](https://github.com/MishaPetrov/vue-playlist) - A lightweight vue (2.0) component with no dependencies that offers truly seamless html5 video playback. The one and only working solution for seamless video play done with vanilla JS. It takes an array of videos and stitches them together into a single video. ##### File Upload @@ -2242,7 +2242,7 @@ _Display images_ - [vue-mouse-menu](https://github.com/zgj233/vue-mouse-menu) - A popup menu for vue 2.6+ with support for mobile. - [vue-context](https://github.com/rawilk/vue-context) - A simple but flexible context menu for vue js. - [vue-simple-context-menu](https://github.com/johndatserakis/vue-simple-context-menu) - Simple context-menu component built for Vue. Works well with both left and right clicks. -- [vue-context-menu-popup](https://github.com/Johnathan/vue-context-menu-popup) - Context Menu popup for Vue 2. Works on right click or can be triggered programatically. +- [vue-context-menu-popup](https://github.com/Johnathan/vue-context-menu-popup) - Context Menu popup for Vue 2. Works on right click or can be triggered programmatically. - [@kiyoaki_w/vue-context](https://github.com/Kiyoaki-w/Ki-vue-context) - A customizable context menu component built for Vue2, supporting fontawesome icons. - [@overcoder/vue-context-menu](https://github.com/MicroDroid/vue-context-menu) - Minimal context menus @@ -2357,7 +2357,7 @@ _Layout for the overall / main view_ - [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 (vetical or horizontal). +- [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 @@ -2418,7 +2418,7 @@ _Set of components + responsive layout system_ - [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 boostrap v5 +- [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. @@ -2734,7 +2734,7 @@ _Seamless scrolling_ - [vue-smart-pagination](https://github.com/grinmax/vue-smart-pagination) - Smart pagination of any data with a lot of nice settings. - [vue-paginatron](https://github.com/sbaidon/vue-paginatron) - Pagination component built with scoped-slot props for maximum flexibility. - [vue-ads-pagination](https://github.com/arnedesmedt/vue-ads-pagination) - A vue pagination component build with the css framework `tailwindcss` -- [v-pagy](https://github.com/trandaison/v-pagy) - A lightweight and customizeable Bootstrap Pagination for Vue. +- [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. @@ -2750,7 +2750,7 @@ _Seamless scrolling_ - [vue2-transitions](https://github.com/cristijora/vue2-transitions) ✨ Reusable Vue 2 transition components - [vue-overdrive](https://github.com/mattrothenberg/vue-overdrive) Super easy magic-move transitions for Vue apps 🎩 - [animated-number-vue](https://github.com/Leocardoso94/animated-number-vue) Super easy way to animate numbers. -- [vue-typed-js](https://github.com/Orlandster1998/vue-typed-js) Typed.js integration to easily create typying animations. +- [vue-typed-js](https://github.com/Orlandster1998/vue-typed-js) Typed.js integration to easily create typing animations. - [vue-parent-change-transition](https://github.com/inamori/vue-parent-change-transition) Enable a child components to animate when it changes the parent. - [vue-smooth-reflow](https://github.com/guanzo/vue-smooth-reflow) Transition an elements reflow in response to data changes. - [VueTween](https://github.com/SeregPie/VueTween) Allows components to tween their properties. @@ -2793,7 +2793,7 @@ _Move a DOM node to a target DOM node_ - [vue2-filters](https://github.com/freearhey/vue2-filters) - A collection of standard filters Vue 1._ adapted for use in Vue 2._. - [vue-morphling](https://github.com/jofftiquez/vue-morphling) - A collection of standard and custom filters for Vue 2. -- [vue-currency-filter](https://github.com/mazipan/vue-currency-filter) - Lightweight and Customizeable Vue 2 Currency Filter. +- [vue-currency-filter](https://github.com/mazipan/vue-currency-filter) - Lightweight and Customizable Vue 2 Currency Filter. - [vue-trans](https://github.com/Trekels/vue-trans) - A simple filter to provide a similar way of translating to the Symfony trans. - [vue-string-filter](https://github.com/mazipan/vue-string-filter) - Lightweight Vue 2 String Manipulation Filter. - [vue-units](https://github.com/ERPedersen/vue-units) - A collection of handy unit conversion filters for use in Vue 2. @@ -2891,7 +2891,7 @@ _Utilities not directly related to the UI_ - [vue-ts-loader](https://github.com/HerringtonDarkholme/vue-ts-loader) - Type-check your script in your vue-loader. - [vue-mixin-decorator](https://github.com/justrhysism/vue-mixin-decorator) - Typescript decorator for strongly typed Mixins. - [vue-ts-component-generator](https://github.com/frogbob/vue-ts-component-generator) - A simple cli tool for generating vue typescript components. -- [vue-local-storage-decorator](https://github.com/vip30/vue-local-storage-decorator) - Persist data by using local stoarge in decorator format +- [vue-local-storage-decorator](https://github.com/vip30/vue-local-storage-decorator) - Persist data by using local storage in decorator format - [vuex-module-decorators](https://github.com/championswimmer/vuex-module-decorators) - Typescript/ES7 Decorators to make Vuex modules a breeze - [vuex-class-modules](https://github.com/gertqin/vuex-class-modules) - Introduce a simple type-safe class style syntax for your vuex modules, inspired by vue-class-component. - [vue-corator](https://github.com/joon610/vue-corator) - Vue typescript decorator utils @@ -2995,7 +2995,7 @@ _LocalStorage etc._ - [vuelm](https://github.com/keuller/vuelm) - Lightweight state management inspired by Elm architecture. - [vuez](https://github.com/markselby9/vuez) - A simple but powerful State Management for Vue.js, with only 2 APIs. - [vuet](https://github.com/medevicex/vuet) - Vue.js state management model for Agile Development -- [vue-ya-stash](https://github.com/qgp9/vue-ya-stash) - Yet Another stash storage with update/patch event emitters simillar with v-bind.sync +- [vue-ya-stash](https://github.com/qgp9/vue-ya-stash) - Yet Another stash storage with update/patch event emitters similar with v-bind.sync - [vue-assign-model](https://github.com/midnightSuyama/vue-assign-model) - Automatically assign elements value to model for Vue.js. - [vue-stash](https://github.com/cklmercer/vue-stash) - Easily share reactive data between your Vue components. - [vue-model](https://github.com/aarondfrancis/vue-model) - Model component for Vue.js @@ -3158,7 +3158,7 @@ _Utilities for building / compiling / bundling / loading assets_ - [vue-svg-loader](https://github.com/visualfanatic/vue-svg-loader) - webpack loader that lets you use SVG files as Vue components - [vue-registrar](https://github.com/AmirrezaNasiri/vue-registrar) - ☘️ A package that dynamically registers your components and vuex modules - Makes your code a lot readable! - [vue-automatic-import-loader](https://github.com/hunterliu1003/vue-automatic-import-loader) - webpack loader that auto import your Vue single file components by using a match function. -- [vue-aimg-loader](https://github.com/chenxinan/vue-aimg-loader) - A easy way to use image in Vue template without wirte css. +- [vue-aimg-loader](https://github.com/chenxinan/vue-aimg-loader) - A easy way to use image in Vue template without write css. - [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 @@ -3229,7 +3229,7 @@ _Utilities for building / compiling / bundling / loading assets_ - [vue-socket-cluster](https://github.com/nigeltiany/vue-socket-cluster) - Web Sockets for vue with uws(Micro web sockets) through socket cluster - [vue-native-websocket](https://github.com/nathantsoi/vue-native-websocket) - Native websocket implementation for Vuejs 2 and Vuex - [vue-socket.io-extended](https://github.com/probil/vue-socket.io-extended) - Socket.io bindings for Vue.js and Vuex -- [vue-phoenix](https://github.com/vip30/vue-phoenix) - Elixir Phoenix Web Socket implmentation for vuejs. Also provides typescript decorator for better use. +- [vue-phoenix](https://github.com/vip30/vue-phoenix) - Elixir Phoenix Web Socket implementation for vuejs. Also provides typescript decorator for better use. #### Server-Sent Events @@ -3321,12 +3321,12 @@ _Integrate with services or other frameworks_ - [vue-cli-plugin-electron-builder](https://github.com/nklayman/vue-cli-plugin-electron-builder) - Vue CLI Plugin for Electron with no required configuration that uses Electron Builder. - [vue-cli-plugin-codeceptjs-puppeteer](https://github.com/codecept-js/vue-cli-plugin-codeceptjs-puppeteer) - installs CodeceptJS & Puppeteer for supercharged end 2 end testing 🙋 - [vue-cli-plugin-kami](https://github.com/KamiMeow/vue-cli-plugin-kami) - Vue CLI Plugin with work-made architecture for quickly start your app -- [vue-cli-plugin-auto-alias](https://github.com/BryanAdamss/vue-cli-plugin-auto-alias) - Vue CLI Plugin to automatically sets aliase +- [vue-cli-plugin-auto-alias](https://github.com/BryanAdamss/vue-cli-plugin-auto-alias) - Vue CLI Plugin to automatically sets alias - [vue-cli-plugin-clean](https://github.com/DevTony101/vue-cli-plugin-clean) - Vue CLI Plugin to help you clean and quickly set up your Vue app by adding some common tools and patterns - [vue-cli-plugin-mock](https://github.com/xuxihai123/vue-cli-plugin-mock) - Vue CLI Plugin to mock http request - [vue-cli-plugin-ci](https://github.com/P0ppoff/vue-cli-plugin-ci) - Vue CLI Plugin to generate CI agent config file to start project with CI - [vue-cli-plugin-capacitor](https://github.com/capacitor-community/vue-cli-plugin-capacitor) - A Vue CLI 3 Plugin for Capacitor -- [vue-cli-plugin-chrome-extension-cli](https://github.com/sanyu1225/vue-cli-plugin-chrome-extension-cli) - Vue CLI Plugin generat chrome extension template +- [vue-cli-plugin-chrome-extension-cli](https://github.com/sanyu1225/vue-cli-plugin-chrome-extension-cli) - Vue CLI Plugin generate chrome extension template ##### Google Analytics @@ -3367,7 +3367,7 @@ _Inspecting & debugging_ - [Vue Performance Devtool](https://github.com/vue-perf-devtool/vue-perf-devtool) - Vue Performance Devtool is a browser extension for inspecting the performance of Vue Components - [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 feedbacks with screenshot and technical data and post them to an API like [bruit.io](https://bruit.io). +- [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). #### Docs @@ -3589,3 +3589,4 @@ _Scaffold parts of the app_
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) + From d02b499f739df715b894aecc0f106e64aeeaf08d Mon Sep 17 00:00:00 2001 From: Mahdi Khashan Date: Sun, 19 Jun 2022 14:52:18 +0430 Subject: [PATCH 173/493] add v-on-page-video directive --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd8bdd830..a8b26149a 100644 --- a/README.md +++ b/README.md @@ -2566,6 +2566,7 @@ _Handling of user events (scroll, click, key strike, ...)_ - [v-click-outside-x](https://github.com/Xotic750/v-click-outside-x) - Vue V2 directive to react on click, touch, pointer or multiple events outside an element. - [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 #### Responsive Design From f027474a471e9c068c4d076218e8af058633b08d Mon Sep 17 00:00:00 2001 From: Alex Liu Date: Wed, 22 Jun 2022 13:59:06 +0800 Subject: [PATCH 174/493] Add Vue Composition Form --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9358dfb4..2de87024d 100644 --- a/README.md +++ b/README.md @@ -2625,6 +2625,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 #### Resize From e7192cd8ce95bdbdbfb87ec4f5fb5185266e0e5c Mon Sep 17 00:00:00 2001 From: Boris Astanin Date: Fri, 24 Jun 2022 11:34:27 +0300 Subject: [PATCH 175/493] 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 a08d6a0fac93ff4838a7fa2188ced6230097f5ec Mon Sep 17 00:00:00 2001 From: Andy Li <63885381+tutorialcode@users.noreply.github.com> Date: Fri, 24 Jun 2022 13:38:12 -0400 Subject: [PATCH 176/493] add Vue Mastery Intro to Vue 3 course --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2de87024d..0c53b9bc0 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,7 @@ - [Vue Pwa: Build a Progressive Web Application With Nuxt](https://snipcart.com/blog/vue-pwa-development) on Snipcart - [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 ### Examples 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 177/493] 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 178/493] 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 179/493] 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 180/493] 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 181/493] 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 182/493] 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 183/493] 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 184/493] 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 185/493] 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 186/493] 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 187/493] 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 188/493] 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 189/493] 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 190/493] 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 191/493] 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 192/493] 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 193/493] 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 194/493] 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 195/493] 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 196/493] 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 197/493] 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 198/493] 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 199/493] 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 200/493] 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 201/493] 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 202/493] 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 203/493] 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 204/493] 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 205/493] 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 206/493] 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 207/493] 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 208/493] 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 209/493] 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 210/493] 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 211/493] 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 212/493] 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 213/493] 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 214/493] 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 215/493] 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 216/493] 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 217/493] 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 218/493] 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 219/493] 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 220/493] 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 221/493] 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 222/493] 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 223/493] 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 224/493] 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 225/493] 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 226/493] 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 227/493] 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 228/493] 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 229/493] 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 230/493] 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 231/493] 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 232/493] 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 233/493] 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 234/493] 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 235/493] 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 236/493] 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 237/493] 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 238/493] 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 239/493] 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 240/493] 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 241/493] 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 242/493] 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 243/493] 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 244/493] 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 245/493] 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 246/493] 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 247/493] 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 248/493] 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 249/493] 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 250/493] 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 251/493] 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 252/493] 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 253/493] 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 254/493] 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 255/493] 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 256/493] 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 257/493] 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 258/493] =?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 259/493] 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 260/493] 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 261/493] 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 262/493] 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 263/493] 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 264/493] 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 265/493] 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 266/493] 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 267/493] 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 268/493] 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 269/493] 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 270/493] 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 271/493] 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 272/493] =?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 273/493] =?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 274/493] 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 275/493] 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 276/493] 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 277/493] 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 278/493] 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 279/493] 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 280/493] 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 281/493] 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 282/493] 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 283/493] 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 284/493] 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 285/493] 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 286/493] 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 287/493] 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 288/493] 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 289/493] 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 290/493] 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 291/493] 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 292/493] 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 293/493] 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 294/493] 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 295/493] 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 296/493] 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 297/493] 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 298/493] 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 299/493] 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 300/493] 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 301/493] 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 302/493] 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 303/493] 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 304/493] 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 305/493] 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 306/493] 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 307/493] 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 308/493] 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 309/493] 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 310/493] 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 311/493] 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 312/493] 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 313/493] 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 314/493] 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 315/493] 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 316/493] 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 317/493] 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 318/493] 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 319/493] 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 320/493] 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 321/493] 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 322/493] 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 323/493] 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 324/493] 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 325/493] 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 326/493] 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 327/493] 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 328/493] 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 329/493] 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 330/493] 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 331/493] 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 332/493] 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 333/493] 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 334/493] 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 335/493] 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 336/493] 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 337/493] 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 338/493] 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 339/493] 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 340/493] 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 341/493] 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 342/493] 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 343/493] 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 344/493] * 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 345/493] 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 346/493] 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 347/493] 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 348/493] 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 349/493] 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 350/493] 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 351/493] 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 352/493] 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 353/493] 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 354/493] 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 355/493] 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 356/493] 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 357/493] 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 358/493] 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 359/493] 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 360/493] 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 361/493] 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 362/493] 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 363/493] 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 364/493] 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 365/493] 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 366/493] 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 367/493] 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 368/493] 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 369/493] 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 370/493] 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 371/493] 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 372/493] 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 373/493] 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 374/493] 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 375/493] 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 376/493] 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 377/493] 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 378/493] 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 379/493] 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 380/493] 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 381/493] 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 382/493] 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 383/493] 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 384/493] 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 385/493] 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 386/493] 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 387/493] 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 388/493] 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 389/493] 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 390/493] 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 391/493] 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 392/493] 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 393/493] 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 394/493] 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 395/493] 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 396/493] 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 397/493] 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 398/493] 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 399/493] 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 400/493] 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 401/493] 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 402/493] 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 403/493] 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 404/493] 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 405/493] 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 406/493] 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 407/493] 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 408/493] 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 &