Skip to content

Commit bab9b28

Browse files
authored
Merge branch 'master' into master
2 parents 700104f + 42fedc2 commit bab9b28

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
> A curated list of awesome things related to Vue.js
1111
12-
- [Awesome Vue.js ](#awesome-vuejs--)
12+
- [Awesome Vue.js ](#awesome-vuejs--)
1313
- [Resources](#resources)
1414
- [Official Resources](#official-resources)
1515
- [External Resources](#external-resources)
@@ -75,7 +75,6 @@
7575
- [Date Picker](#date-picker)
7676
- [Select](#select)
7777
- [Drag and Drop](#drag-and-drop)
78-
- [Autocomplete](#autocomplete)
7978
- [Type Select](#type-select)
8079
- [Color Picker](#color-picker)
8180
- [Switch](#switch)
@@ -619,6 +618,7 @@
619618
- [douyin](https://github.com/zyronon/douyin) - Imitate TikTok ,Vue Best practices on Mobile
620619
- [MyIP](https://github.com/jason5ng32/MyIP) - All in one IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability and more.
621620
- [fylepad](https://github.com/imrofayel/fylepad) - a notepad with powerful rich-text editing, built with Vue.
621+
- [fresfolio](https://github.com/dkioroglou/fresfolio) - a browser-based note-taking app for managing personal and research projects. The app uses Flask as backend and Vue.js as frontend leveraging the Quasar framework for UI components and responsive design.
622622

623623
### Commercial Products
624624

@@ -642,6 +642,8 @@
642642
- [He3](https://he3.app) - Free and Modern Developer Utilities Toolbox.
643643
- [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.
644644
- [Sneat Vuetify VueJS Admin Template](https://themeselection.com/item/sneat-vuetify-vuejs-admin-template/) - The Ultimate VueJS Admin Template for responsive web apps.
645+
- [Litlyx](https://litlyx.com) - AI-powered web analytics platform. Open-source alternative to Google Analytics 4 and Mixpanel.
646+
645647

646648
### Apps/Websites
647649

@@ -872,7 +874,7 @@
872874

873875
_Set of components + responsive layout system_
874876

875-
- [quasar-framework](https://github.com/quasarframework/quasar) - Quasar Framework. Build responsive websites, hybrid mobile Apps and Electron apps using same code, with VueJs 2.
877+
- [quasar-framework](https://github.com/quasarframework/quasar) - Quasar Framework. Build responsive websites, hybrid mobile Apps and Electron apps using same code, with Vue.js 3.
876878
- [vue-material](https://github.com/vuematerial/vue-material) - Material design for Vue.js.
877879
- [vuetify](https://github.com/vuetifyjs/vuetify) - Material Component Framework for Vue.js 2.
878880
- [buefy](https://github.com/rafaelpimpa/buefy) - Components based on Bulma framework.
@@ -1036,6 +1038,7 @@ _Tables / data grids_
10361038
- [hy-vue-gantt](https://github.com/Xeyos88/HyVueGantt) - A powerful and flexible Gantt chart component for Vue 3 applications.
10371039
- [Vue Pivottable](https://github.com/Seungwoo321/vue-pivottable) – A Vue 2 port of the jQuery-based PivotTable.js.
10381040
- [Vue3 Pivottable](https://github.com/vue-pivottable/vue3-pivottable) – A Vue 3 port of the jQuery-based PivotTable.js.
1041+
- [GridSheet](https://github.com/walkframe/gridsheet) - Highly customizable spreadsheet engine with formula support, multi-sheet references, and a Vue3 wrapper built on a Preact core.
10391042

10401043
#### Notification
10411044

@@ -1114,6 +1117,8 @@ _Overlay / modal / alert / dialog / lightbox / popup_
11141117
- [vue-awesome-sidebar](https://github.com/amirkian007/vue-awesome-sidebar) - A modern and fast sidebar menu component for vue(3x) capable with vue-router.
11151118
- [vue-use-fixed-header](https://github.com/smastrom/vue-use-fixed-header) - Turn your boring fixed header into a smart one.
11161119
- [navpress](https://github.com/aaronlamz/navpress) - NavPress is a CLI tool for generating static navigation websites. It allows you to quickly build a navigation site through a configuration file.
1120+
- [vue-my-dropdown](https://github.com/david-cm-dev/vue-my-dropdown) - A customizable dropdown component for Vue 3 with TypeScript support.
1121+
11171122

11181123
#### Carousel
11191124

@@ -1415,6 +1420,7 @@ _Handling of user events (scroll, click, key strike, ...)_
14151420
- [Vorm](https://github.com/Flo0806/vorm) - A dynamic, schema-driven and fully validated form engine for Vue 3 with zero dependencies and full slot control.
14161421
- [VueFormify](https://github.com/mateenagy/vue-formify) - Build powerful, type-safe forms in Vue 3.
14171422
- [Enforma](https://encolajs.com/enforma/) - UI agnostic, schema-ready form library for Vue 3. 30+ built-in validation rules. UI presets for Vuetify, PrimeVue and Quasar
1423+
- [piying-view](https://github.com/piying-org/piying-view) - Frontend Form Solution; strongly typed; Vue 3
14181424

14191425
##### Validation
14201426

@@ -1427,6 +1433,7 @@ _Handling of user events (scroll, click, key strike, ...)_
14271433
- [vest](https://github.com/ealush/vest) - 🦺 Declarative form validation framework inspired by unit testing.
14281434
- [vorms](https://github.com/Mini-ghost/vorms) - Vue Form Validate with Composition API.
14291435
- [regle](https://github.com/victorgarciaesgi/regle) - ✅ Headless form validation library for Vue.js.
1436+
- [validation-composable](https://github.com/nexxtmove/validation-composable) - ✅ Lightweight validation for Vue — just 40 lines of code.
14301437
- [vue-uform](https://github.com/tu6ge/vue-uform) - an component-first, unstyled, flexible form validation library for Vue 3
14311438

14321439
#### Resize
@@ -1478,7 +1485,7 @@ _Detect when components enter viewport_
14781485
- [@formkit/auto-animate](https://github.com/formkit/auto-animate) Add motion to your apps with a single line of code
14791486
- [blottie](https://github.com/Applelo/blottie) Lottie component for Vue 3
14801487
- [vue-countup-v3](https://github.com/jizai1125/vue-countup-v3) A Vue 3 Component for animation counting.
1481-
- [vue-to-counter](https://github.com/siaikin/vue-to-counter) Scroll strings, numbers, dates like a slot machine.
1488+
- [timered-counter](https://github.com/siaikin/timered-counter) A counter web component with smooth animations
14821489

14831490
#### Meta Tags
14841491

@@ -1672,13 +1679,15 @@ _Integrate with services or other frameworks_
16721679
- [Font Awesome Finder](https://chrome.google.com/webstore/detail/font-awesome-icon-finder/kjejboahkcobalmgldloeinebmbomgog) - Chrome extension to search, preview and choose Font Awesome icons and copy the selected icon HTML code & Unicode to clipboard.
16731680
- [Bit](https://github.com/teambit/bit) - Manage and reuse `vue` components between projects. Easily isolate and share components from any project without changing its source code, organize curated collections and install in different projects.
16741681
- [Vue Mess Detector](https://github.com/rrd108/vue-mess-detector) - A static code analysis tool for 👉 detecting code smells and best practice violations in Vue.js and Nuxt.js projects
1682+
- [Vue Log Arsenal](https://github.com/MvdZon/Vue3-log-arsenal) - Lightweight Vue 3 plugin providing logging directives for easier debugging
16751683

16761684
#### Inspect
16771685

16781686
_Inspecting & debugging_
16791687

16801688
- [devtools](https://github.com/vuejs/devtools) - Chrome devtools extension for debugging Vue.js applications.
16811689
- [vite-plugin-vue-inspector](https://github.com/webfansplz/vite-plugin-vue-inspector) - jump to editor source code while click the element of browser automatically.
1690+
- [vue-flow-vis](https://github.com/MiloradFilipovic/vue-flow-vis) - real-time monitoring of component renders and reactive dependency tracking
16821691

16831692
#### Docs
16841693

0 commit comments

Comments
 (0)