From 1f1f80c060832f955160d43e66a3d75d7da49147 Mon Sep 17 00:00:00 2001 From: Danny Feliz Date: Mon, 28 Nov 2016 23:23:50 -0400 Subject: [PATCH 0001/1425] Add Laracast tutorials to learn Vue 2 Step By Step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 588d75a5b..e0852dbdf 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ - [Medium like Image Loading with Vue.js](https://www.theodo.fr/blog/2016/10/medium-like-image-loading-with-vue-js/) - [How to Use Vuex in a Laravel Spark Project](https://metricloop.com/blog/how-to-use-vuex-in-a-laravel-spark-project) on Metric Loop - [How To Set Up Modules in Vuex](https://metricloop.com/blog/how-to-set-up-modules-in-vuex) on Metric Loop +- [Learn Vue 2: Step By Step](https://laracasts.com/series/learn-vue-2-step-by-step) on Laracasts #### 0.12 and earlier From f66cde1daae06be3d057ef54d7ea9ebd3f89154f Mon Sep 17 00:00:00 2001 From: Danny Feliz Date: Sun, 18 Jun 2017 11:40:58 -0400 Subject: [PATCH 0002/1425] Add vue-pagination-bootstrap component --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 791f8769d..928df17dd 100644 --- a/README.md +++ b/README.md @@ -992,6 +992,7 @@ Tooltips / popovers - [vue-pagination-2](https://github.com/matfish2/vue-pagination-2) - Vue.js 2 pagination component. - [vuejs-uib-pagination](https://github.com/sant123/vuejs-uib-pagination) - Best and complete pagination plugin for Vue.js. Inspired in Angular Bootstrap Pagination. - [vuejs-paginate](https://github.com/lokyoung/vuejs-paginate) - A Vue.js(v2.x+) component for creating pagination. + - [vue-pagination-bootstrap](https://github.com/brunoseco/vue-pagination-bootstrap) - A Vue.js (1.x & 2.x) server-side paging component with template based on bootstrap ### Animation From 0dd2593969f0ab85b311346012a3c20675ed4bf5 Mon Sep 17 00:00:00 2001 From: Danny Feliz Date: Sun, 18 Jun 2017 11:43:59 -0400 Subject: [PATCH 0003/1425] Fix Boostrap name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 928df17dd..356af9394 100644 --- a/README.md +++ b/README.md @@ -992,7 +992,7 @@ Tooltips / popovers - [vue-pagination-2](https://github.com/matfish2/vue-pagination-2) - Vue.js 2 pagination component. - [vuejs-uib-pagination](https://github.com/sant123/vuejs-uib-pagination) - Best and complete pagination plugin for Vue.js. Inspired in Angular Bootstrap Pagination. - [vuejs-paginate](https://github.com/lokyoung/vuejs-paginate) - A Vue.js(v2.x+) component for creating pagination. - - [vue-pagination-bootstrap](https://github.com/brunoseco/vue-pagination-bootstrap) - A Vue.js (1.x & 2.x) server-side paging component with template based on bootstrap + - [vue-pagination-bootstrap](https://github.com/brunoseco/vue-pagination-bootstrap) - A Vue.js (1.x & 2.x) server-side paging component with a template based on Bootstrap ### Animation From 62451b4fb545cda0f0b64877740eae9a109c09ab Mon Sep 17 00:00:00 2001 From: Danny Feliz Date: Wed, 12 Jul 2017 16:13:27 -0400 Subject: [PATCH 0004/1425] Add v-money package --- README.md | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 9e0c2f05c..2e0c6687a --- a/README.md +++ b/README.md @@ -821,6 +821,7 @@ Tooltips / popovers - [vue-ip-input](https://github.com/lakb248/vue-ip-input) - An ip input implemented by vuejs. - [vue-numeric](https://github.com/kevinongko/vue-numeric) - Input field component to display currency value based on Vue. - [awesome-mask](https://github.com/moip/awesome-mask) - Mask directive based on a pure and simply VanillaJS implementation +- [v-money](https://github.com/vuejs-tips/v-money) - Tiny (<2k gzipped) input/directive mask for currency #### Rich Text Editing From c35850504c055ed1e616cfb22a93cd1e11e5ea68 Mon Sep 17 00:00:00 2001 From: zgj <769995666@qq.com> Date: Fri, 14 Jul 2017 13:29:22 +0800 Subject: [PATCH 0005/1425] add a new Context Menu component --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 962322e47..80181cb1e 100755 --- a/README.md +++ b/README.md @@ -853,6 +853,7 @@ Tooltips / popovers - [vue-context-menu](https://github.com/vmaimone/vue-context-menu) - A context menu component for vue js. - [vue-lil-context-menu](https://github.com/timwis/vue-lil-context-menu) - A flexible lil context menu component for Vue. + - [vue-mouse-menu](https://github.com/zgj233/vue-mouse-menu) - A mouse-menu component for vue 2+. #### Miscellaneous From 1648e23f1ecfbf887774ad7a6f176c750f9ab70b Mon Sep 17 00:00:00 2001 From: v_yguiliu Date: Tue, 7 Aug 2018 09:49:55 +0800 Subject: [PATCH 0006/1425] Added vue-element-admin-tpl --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12c71205f..aeccf0a31 100644 --- a/README.md +++ b/README.md @@ -1625,6 +1625,8 @@ Tooltips / popovers - [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) - A magical vue admin based on Element UI 2.x - [d2admin](https://github.com/FairyEver/d2admin-vue-element) - An elegant backstage template build by vue - [rest-admin](https://github.com/wxs77577/rest-admin) - Restful Admin Panel Based on Vue and Boostrap 4 [Online Demo](http://rest-admin.genyii.com) + - [vue-element-admin-tpl](https://github.com/mengdu/vue-element-admin-tpl) - An admin platform template based on Element UI 2.x + ### Server-side rendering From 8bc6b672c05f0f695bfe059822d611688da99cd7 Mon Sep 17 00:00:00 2001 From: v_yguiliu Date: Tue, 7 Aug 2018 09:50:58 +0800 Subject: [PATCH 0007/1425] Added vue-m-message plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aeccf0a31..3abda2062 100644 --- a/README.md +++ b/README.md @@ -903,6 +903,7 @@ - [vue-izitoast](https://github.com/arthurvasconcelos/vue-izitoast) - A Vue.js 2 wrapper around IziToast. - [vue-toastr-2](https://github.com/saivarunk/vue-toastr-2) - Simple toast notifications for Vue.js built on [toastr](https://github.com/CodeSeven/toastr) - [vue-snack](https://github.com/zerodois/vue-snack) - A Vue.JS plugin for Snackbars based on Google Material. + - [vue-m-message](https://github.com/mengdu/m-message) - A message plugin for vue. ### Loader From 65b27f90e7a369394dd53e669924a726b17ee670 Mon Sep 17 00:00:00 2001 From: Elf-mousE Date: Wed, 8 Aug 2018 20:02:37 +0800 Subject: [PATCH 0008/1425] add BalmUI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c496e4646..0cc53f010 100644 --- a/README.md +++ b/README.md @@ -1568,6 +1568,7 @@ Tooltips / popovers - [Zircle UI](https://zircleui.github.io/zircleUI/) - A lightweight front-end library for developing zoomable user interfaces. - [vue-mdc-adapter](https://github.com/stasson/vue-mdc-adapter) - Material Components integration for Vue.js as per MDC Team's [guidelines](https://github.com/material-components/material-components-web/blob/master/docs/integrating-into-frameworks.md). - [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 + - [BalmUI](https://material.balmjs.com/) - Next Generation Material UI for Vue.js - [PrimeVue](https://github.com/primefaces/primevue) - A Vue.js 2.0 UI Component library for Web - [vuesax](https://github.com/lusaxweb/vuesax) - Frontend vue Components for Vue.js. - [vuecidity](https://bitbucket.org/acidmartin/vuecidity) - UI component framework for Vue.js 2.0 From 1ded0344805c3e68bbdae2b63a720d82ec5b2e83 Mon Sep 17 00:00:00 2001 From: "N.Elf-mousE" Date: Thu, 9 Aug 2018 13:47:48 +0800 Subject: [PATCH 0009/1425] Add BalmUI to frameworks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc53f010..092577ba2 100644 --- a/README.md +++ b/README.md @@ -1568,13 +1568,13 @@ Tooltips / popovers - [Zircle UI](https://zircleui.github.io/zircleUI/) - A lightweight front-end library for developing zoomable user interfaces. - [vue-mdc-adapter](https://github.com/stasson/vue-mdc-adapter) - Material Components integration for Vue.js as per MDC Team's [guidelines](https://github.com/material-components/material-components-web/blob/master/docs/integrating-into-frameworks.md). - [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 - - [BalmUI](https://material.balmjs.com/) - Next Generation Material UI for Vue.js - [PrimeVue](https://github.com/primefaces/primevue) - A Vue.js 2.0 UI Component library for Web - [vuesax](https://github.com/lusaxweb/vuesax) - Frontend vue Components for Vue.js. - [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 - [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://material.balmjs.com/) - Next Generation Material UI for Vue.js ### Mobile From a09c9af9c9f0fae06bd0eed759852aa5422594a0 Mon Sep 17 00:00:00 2001 From: v_yguiliu Date: Mon, 13 Aug 2018 17:53:43 +0800 Subject: [PATCH 0010/1425] remove vue-element-admin-tpl --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3abda2062..7c1fbbc81 100644 --- a/README.md +++ b/README.md @@ -1626,7 +1626,6 @@ Tooltips / popovers - [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) - A magical vue admin based on Element UI 2.x - [d2admin](https://github.com/FairyEver/d2admin-vue-element) - An elegant backstage template build by vue - [rest-admin](https://github.com/wxs77577/rest-admin) - Restful Admin Panel Based on Vue and Boostrap 4 [Online Demo](http://rest-admin.genyii.com) - - [vue-element-admin-tpl](https://github.com/mengdu/vue-element-admin-tpl) - An admin platform template based on Element UI 2.x ### Server-side rendering From 60e5d1adef721b28373eb54bec36c389ff5e344f Mon Sep 17 00:00:00 2001 From: mengdu <1752295326@qq.com> Date: Mon, 13 Aug 2018 21:53:37 +0800 Subject: [PATCH 0011/1425] remove void line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7c1fbbc81..906c2a002 100644 --- a/README.md +++ b/README.md @@ -1627,7 +1627,6 @@ Tooltips / popovers - [d2admin](https://github.com/FairyEver/d2admin-vue-element) - An elegant backstage template build by vue - [rest-admin](https://github.com/wxs77577/rest-admin) - Restful Admin Panel Based on Vue and Boostrap 4 [Online Demo](http://rest-admin.genyii.com) - ### Server-side rendering - [Nuxt.js](https://github.com/nuxt/nuxt.js) - Versatile Vue.js Framework. From 4a87ecf1afff111ce0fefe70b3cbc99b5a501acb Mon Sep 17 00:00:00 2001 From: mengdu <1752295326@qq.com> Date: Mon, 13 Aug 2018 22:47:31 +0800 Subject: [PATCH 0012/1425] Added vue-m-button component. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 906c2a002..e9e6b5f11 100644 --- a/README.md +++ b/README.md @@ -1485,6 +1485,7 @@ Tooltips / popovers - [vue-poll](https://github.com/ppietris/vue-poll) - A Vue.js component for voting - [vue-diagrams](https://github.com/gwenaelp/vue-diagrams) - Diagram component for vue.js, inspired by react-diagrams - [vue-easy-polls](https://github.com/updivision/vue-easy-polls) - A Vue.js component for creating polls, voting and showing results. It’s easy to implement and easy to customize. + - [vue-m-button](https://github.com/mengdu/m-button) - A beautiful button component for vue. #### Wizard From 6f9ee7faa9243c66b1476055d59687b3ac0f1805 Mon Sep 17 00:00:00 2001 From: Antoni Andre Date: Fri, 28 Dec 2018 18:09:39 +1100 Subject: [PATCH 0013/1425] Add splitpanes ui layout, vueperslides carousel, vue-cal full calendar. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 262a5b3a9..8ba370104 100644 --- a/README.md +++ b/README.md @@ -1165,6 +1165,7 @@ Tooltips / popovers - [vue-flux](https://github.com/deulos/vue-flux) - Image slider which comes with 20 cool transitions. - [vue-glide](https://github.com/antonreshetov/vue-glide) - Vue slider & carousel component on top of the [Glide.js](https://github.com/glidejs/glide) - [vue-owl-carousel](https://github.com/s950329/vue-owl-carousel) - Vue component for [Owl Carousel 2](https://owlcarousel2.github.io/OwlCarousel2/) + - [vueper-slides](https://github.com/antoniandre/vueper-slides) - A touch ready and responsive slideshow / carousel for Vue JS. ### Charts @@ -1238,6 +1239,7 @@ Tooltips / popovers - [vue-tuicalendar](https://github.com/lkmadushan/vue-tuicalendar) - VueJS wrapper component for [tui.calendar](https://github.com/nhnent/tui.calendar) calendar - [vue-jqxscheduler](https://github.com/jqwidgets/vue/tree/master/scheduler) - VueJS Scheduler component. - [toast-ui.vue-calendar](https://github.com/nhnent/toast-ui.vue-calendar) - Vue Wrapper for [TOAST UI Calendar](http://ui.toast.com/tui-calendar). + - [vue-cal](https://github.com/antoniandre/vue-cal) - A Vue JS full calendar, no dependency, no BS. 🤘. ### Map @@ -1476,7 +1478,7 @@ Tooltips / popovers - [v-region](https://github.com/TerryZ/v-region) - A simple region selector, provide Chinese administrative division data. - [v-selectpage](https://github.com/TerryZ/v-selectpage) - A powerful selector for Vue2, list or table view of pagination, use tags for multiple selection, i18n and server side resources supports. - [vue-cool-select](https://github.com/iliyaZelenko/vue-cool-select) - Bootstrap / Material Design theme, support slots, autocomplete, events, validation and more. - + #### Slider - [vue-slider-component](https://github.com/NightCatSama/vue-slider-component) - Slider for vue1.x and vue2.x. @@ -1728,6 +1730,7 @@ Tooltips / popovers - [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-magic-grid](https://github.com/venkatperi/vue-splitter-pane) - A Vuejs component which renders two slots in a adjustable split arrangement (vetical or horizontal). + - [splitpanes](https://github.com/antoniandre/splitpanes) - A Vue JS reliable, simple and touch-ready panes splitter / resizer. @@ -2055,7 +2058,7 @@ composing CSS breakpoint state. - [vue-numeral-filter](https://github.com/lloydjatkinson/vue-numeral-filter) - A collection of filters that allows Numeral.js to be used inline in the template section of a component. - [vue-filter-date-format](https://github.com/eduardnikolenko/vue-filter-date-format) - Simple datetime filter for Vue 2. - [vue-filter-pluralize](https://github.com/eduardnikolenko/vue-filter-pluralize) - Simple pluralize filter for Vue 2. - + ### SVG - [vue-svgicon](https://github.com/MMF-FE/vue-svgicon) - A tool to create svg icon components. (vue 2.x). From e62278e2ed96249688d30117fd065a80888e342d Mon Sep 17 00:00:00 2001 From: Danny Feliz Date: Fri, 11 Jan 2019 11:37:10 -0400 Subject: [PATCH 0014/1425] Add vue-rocker-switch component --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d87ca96e4..ee1997255 100755 --- a/README.md +++ b/README.md @@ -1565,6 +1565,7 @@ Tooltips / popovers - [vue2-collapse](https://github.com/roszpun/vue-collapse/) - Vue Collapse is a flexible content toggling plugin for the accordion lists or any other conditional content rendering. - [vue-badger-accordion](https://github.com/vanderb/vue-badger-accordion) - A wrapping Component for Badger Accordion for Vue.js 2.0+ - [vue-loading-checkbox](https://github.com/Carrene/vue-loading-checkbox) - A highly customizable Vue.js checkbox UI component with loading state + - [vue-rocker-switch](https://github.com/DannyFeliz/vue-rocker-switch) - A customizable rocker switch component for Vue.js. #### Masked Input From 23888dcf13749634aef0a28bec175afcc0e78e79 Mon Sep 17 00:00:00 2001 From: Satria Aji Putra Date: Tue, 26 Feb 2019 09:55:03 +0700 Subject: [PATCH 0015/1425] Add MToDo a Vue based open source project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4166edc1b..bbfddde14 100755 --- a/README.md +++ b/README.md @@ -717,6 +717,7 @@ - [Vue Org Chart](https://github.com/Hoogkamer/vue-org-chart) - Manage and publish your interactive organization chart (orgchart), free and no webserver required. - [Beep](https://github.com/ModusCreateOrg/beep) - Account Security Scanner built with Vue.js and Ionic 4 - [Vue CRUD](https://github.com/szczepanmasny/vue-crud) - Vue.js based REST-ful CRUD system. Vue CRUD allows you to easily create fast applications such as CMS or CRM. +- [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 ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. From 535077117e481b883d68b16110f9dad68b9c1dec Mon Sep 17 00:00:00 2001 From: lycHub <1120805364@qq.com> Date: Sun, 24 Mar 2019 16:42:38 +0800 Subject: [PATCH 0016/1425] add a slider plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1be575b9f..1b2f0d59d 100755 --- a/README.md +++ b/README.md @@ -1553,6 +1553,7 @@ Tooltips / popovers #### Slider - [vue-slider-component](https://github.com/NightCatSama/vue-slider-component) - Slider for vue1.x and vue2.x. + - [iv-slider](https://github.com/lycHub/v-slider) - Slider component for vue2.x. - [vue-circle-slider](https://github.com/devstark-com/vue-circle-slider) - Circle slider component for vue2.x. - [vue-netflix-slider](https://github.com/fanyeh/vue-slider) - A Netflix like slider. - [vue-slide-bar](https://github.com/biigpongsatorn/vue-slide-bar) - Very simple vue slider bar component. From 61c86c88b09e3ccb8434a60332a09b9d0eb0dcca Mon Sep 17 00:00:00 2001 From: vnovick Date: Tue, 2 Apr 2019 17:39:44 +0300 Subject: [PATCH 0017/1425] adding hasura tutorials --- README.md | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 1be575b9f..7acbe44b2 100755 --- a/README.md +++ b/README.md @@ -10,25 +10,25 @@ > A curated list of awesome things related to Vue.js - [Resources](#resources) - - [Official Resources](#official-resources) - - [External Resources](#external-resources) - - [Job Portal](#job-portal) - - [Community](#community) - - [Conferences](#conferences) - - [Podcasts](#podcasts) - - [Youtube Channels](#youtube-channels) - - [Official Examples](#official-examples) - - [Tutorials](#tutorials) - - [Examples](#examples) - - [Books](#books) - - [Blog Posts](#blog-posts) + - [Official Resources](#official-resources) + - [External Resources](#external-resources) + - [Job Portal](#job-portal) + - [Community](#community) + - [Conferences](#conferences) + - [Podcasts](#podcasts) + - [Youtube Channels](#youtube-channels) + - [Official Examples](#official-examples) + - [Tutorials](#tutorials) + - [Examples](#examples) + - [Books](#books) + - [Blog Posts](#blog-posts) - [Projects Using Vue.js](#projects-using-vuejs) - - [Open Source](#open-source) - - [Commercial Products](#commercial-products) - - [Apps/Websites](#appswebsites) - - [Interactive Experiences](#interactive-experiences) - - [Enterprise Usage](#enterprise-usage) - - [A11y](#a11y) + - [Open Source](#open-source) + - [Commercial Products](#commercial-products) + - [Apps/Websites](#appswebsites) + - [Interactive Experiences](#interactive-experiences) + - [Enterprise Usage](#enterprise-usage) + - [A11y](#a11y) - [Components & Libraries](#components--libraries) - [UI Components](#ui-components) - [Table](#table) @@ -58,7 +58,7 @@ - [Miscellaneous](#miscellaneous) - [Tabs](#tabs) - [Form](#form) - - [Phone Number Input](#phone-number-input-formatter) + - [Phone Number Input Formatter](#phone-number-input-formatter) - [Picker](#picker) - [Generator](#generator) - [Date Picker](#date-picker) @@ -122,7 +122,7 @@ - [Mobx](#mobx) - [Authentication/Authorization](#authenticationauthorization) - [Vuex Utilities](#vuex-utilities) - - [Sync Between Tabs](#sync-between-tabs) + - [Sync Between Tabs](#sync-between-tabs) - [GraphQL](#graphql) - [Concurrency Management](#concurrency-management) - [Code Style](#code-style) @@ -268,7 +268,7 @@ - [**Vue.js 2.0 HackerNews Clone**](https://github.com/vuejs/vue-hackernews-2.0) ### Tutorials - +- [Vue and GraphQL with Hasura video course](https://dev.to/hasurahq/vue-and-graphql-with-hasura-video-course-3mpp) - [Vue.js screencasts](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 - [Create a GitHub File Explorer Using Vue.js](https://scotch.io/tutorials/create-a-github-file-explorer-using-vue-js) on Scotch.io @@ -417,6 +417,7 @@ - [Vue for Designers](https://designcode.io/vue) by Design+Code (February 2019) ### Examples +- [Realtime chat App with Vue and Hasura ](https://dev.to/hasurahq/realtime-chat-app-with-vue-and-hasura-202h) - [Starter Application with JWT Auth + sample backend API in Laravel](http://forum.vuejs.org/topic/39/starter-application-with-jwt-auth-sample-backend-api) - [Node Webkit + Vue example](https://github.com/brandonjpierce/node-webkit-boilerplate) by @brandonjpierce - [Vue Samples](https://github.com/superlloyd/VueSamples) by @superlloyd @@ -565,6 +566,7 @@ - [Vue.js Quick Start Guide](https://www.packtpub.com/application-development/vuejs-quick-start-guide) by Ajdin Imsirovic, Packt. (October 2018) ### Blog Posts +- [Realtime chat App with Vue and Hasura ](https://dev.to/hasurahq/realtime-chat-app-with-vue-and-hasura-202h) - [Vue x Hasura GraphQL](https://medium.com/@malgamves/vue-x-hasura-graphql-d66f585a3ba5) - [Using GraphQL Mutations in Vue.js](https://medium.com/@malgamves/using-graphql-mutations-in-vue-js-3b4570234edf) - [Learn How To Build A Data-Driven Search UI with Vue.JS](https://medium.appbase.io/learn-how-to-build-a-github-search-explorer-app-with-vue-js-c66f61d6e152) From 912e3c1d099125f29b15173cd4d2a3b702adfa1a Mon Sep 17 00:00:00 2001 From: kevin olson Date: Thu, 4 Apr 2019 19:37:39 -0500 Subject: [PATCH 0018/1425] add laranuxt and oneconcern --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1be575b9f..20821f28a 100755 --- a/README.md +++ b/README.md @@ -417,6 +417,7 @@ - [Vue for Designers](https://designcode.io/vue) by Design+Code (February 2019) ### Examples +- [Laravel + Nuxt.js boilerplate](https://github.com/acidjazz/laranuxt) - by [@acidjazz](https://github.com/acidjazz) - [Starter Application with JWT Auth + sample backend API in Laravel](http://forum.vuejs.org/topic/39/starter-application-with-jwt-auth-sample-backend-api) - [Node Webkit + Vue example](https://github.com/brandonjpierce/node-webkit-boilerplate) by @brandonjpierce - [Vue Samples](https://github.com/superlloyd/VueSamples) by @superlloyd @@ -745,6 +746,7 @@ - [Vice Video](https://video.vice.com/) - [Formlets](https://www.formlets.com) - [Laracasts](https://laracasts.com) + - [OneConcern](https://oneconcern.com) [source](https://github.com/acidjazz/oneconcern) - [esa.io](https://esa.io/) - [稀土掘金](http://gold.xitu.io) - [Prague Airport](http://www.prague-airport.com/) From 69712a9d9553f17a781baada153b976ec6882061 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Fri, 19 Apr 2019 17:39:24 -0500 Subject: [PATCH 0019/1425] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20as=20requested?= =?UTF-8?q?=20-=20items=20moved=20to=20the=20end=20of=20each=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20821f28a..dd39cd5ff 100755 --- a/README.md +++ b/README.md @@ -417,7 +417,6 @@ - [Vue for Designers](https://designcode.io/vue) by Design+Code (February 2019) ### Examples -- [Laravel + Nuxt.js boilerplate](https://github.com/acidjazz/laranuxt) - by [@acidjazz](https://github.com/acidjazz) - [Starter Application with JWT Auth + sample backend API in Laravel](http://forum.vuejs.org/topic/39/starter-application-with-jwt-auth-sample-backend-api) - [Node Webkit + Vue example](https://github.com/brandonjpierce/node-webkit-boilerplate) by @brandonjpierce - [Vue Samples](https://github.com/superlloyd/VueSamples) by @superlloyd @@ -538,6 +537,7 @@ - [vue-todo-list](https://github.com/alexander-elgin/vue-todo-list) ToDo List sample app based on Vue + Vuex + Vuetify + Vee-Validate - [Vue.js and Ionic v4 examples](https://github.com/ModusCreateOrg/ionic-vue-examples/) - A set of examples of how to use Ionic v4 with Vue.js - [ Personal Website that use Vue, Vuex and Vue-Router ](https://github.com/MuratcanSenturk/MuratcanSenturk.github.io) - A simple website example that made with vue, vuex and vue-router by [https://github.com/MuratcanSenturk](Muratcan Şentürk) +- [Laravel + Nuxt.js boilerplate](https://github.com/acidjazz/laranuxt) - by [@acidjazz](https://github.com/acidjazz) ### Books @@ -746,7 +746,6 @@ - [Vice Video](https://video.vice.com/) - [Formlets](https://www.formlets.com) - [Laracasts](https://laracasts.com) - - [OneConcern](https://oneconcern.com) [source](https://github.com/acidjazz/oneconcern) - [esa.io](https://esa.io/) - [稀土掘金](http://gold.xitu.io) - [Prague Airport](http://www.prague-airport.com/) @@ -919,6 +918,7 @@ - [Monocle Reader](https://monoclereader.com/) - Follow feeds, Twitter, YouTube, Blogs and everything else, all in one place. - [前站导航](https://www.frontendjs.com/) - 前端社区、文档收录. - [Geenes](https://geenes.app) - Generate and apply color palettes to your UI, then export it to sketch or code. + - [OneConcern](https://oneconcern.com) [source](https://github.com/acidjazz/oneconcern) ### Interactive Experiences From 8ccdd802bf115bd1bfa17358cef2117f3c2686a0 Mon Sep 17 00:00:00 2001 From: arunredhu Date: Mon, 20 May 2019 12:56:10 +0530 Subject: [PATCH 0020/1425] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 385741e10..1f89f584d 100755 --- a/README.md +++ b/README.md @@ -424,6 +424,7 @@ - [Vue for Designers](https://designcode.io/vue) by Design+Code (February 2019) ### Examples +- [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) - [Starter Application with JWT Auth + sample backend API in Laravel](http://forum.vuejs.org/topic/39/starter-application-with-jwt-auth-sample-backend-api) - [Node Webkit + Vue example](https://github.com/brandonjpierce/node-webkit-boilerplate) by @brandonjpierce - [Vue Samples](https://github.com/superlloyd/VueSamples) by @superlloyd From 5bccc6cbb2c9888a65197fdee4e9b8825a09797f Mon Sep 17 00:00:00 2001 From: Denis Efremov Date: Sun, 26 May 2019 03:50:08 +0300 Subject: [PATCH 0021/1425] Added AtomicWallet apps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 385741e10..097190487 100755 --- a/README.md +++ b/README.md @@ -930,6 +930,7 @@ - [Blurrish](http://blurrish.cognitusapps.com/) - Encrypted Morning Pages journal for Mac/Windows, built with Vue and Electron. Blurs as you write so you can journal in public workspaces. - [ExifShot](https://exifshot.com/) - What and how on photography, beautifully. - [Studolog](https://studolog.com/) - Online file sharing platform for students, including tester and reviews. Currently in Czech 🇨🇿 only. + - [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. ### Interactive Experiences From 6f362a1ef840710545def9d75c8344197b39a32b Mon Sep 17 00:00:00 2001 From: lycHub <1120805364@qq.com> Date: Thu, 30 May 2019 13:33:32 +0800 Subject: [PATCH 0022/1425] iv-slider --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b2f0d59d..da6e92693 100755 --- a/README.md +++ b/README.md @@ -1553,12 +1553,12 @@ Tooltips / popovers #### Slider - [vue-slider-component](https://github.com/NightCatSama/vue-slider-component) - Slider for vue1.x and vue2.x. - - [iv-slider](https://github.com/lycHub/v-slider) - Slider component for vue2.x. - [vue-circle-slider](https://github.com/devstark-com/vue-circle-slider) - Circle slider component for vue2.x. - [vue-netflix-slider](https://github.com/fanyeh/vue-slider) - A Netflix like slider. - [vue-slide-bar](https://github.com/biigpongsatorn/vue-slide-bar) - Very simple vue slider bar component. - [textra](https://github.com/hosein2398/Textra) - Vue js add-on to slide text. - [vue-knob-control](https://github.com/kramer99/vue-knob-control) - A rotary knob control for Vue.js + - [iv-slider](https://github.com/lycHub/v-slider) - Slider component for vue2.x. #### Drag and Drop From ac6f812d2f665ac296d38787ade70e989b0b0aeb Mon Sep 17 00:00:00 2001 From: justice47 <29502063+justice47@users.noreply.github.com> Date: Thu, 30 May 2019 16:53:15 +0300 Subject: [PATCH 0023/1425] Excluded deleted vue-spinner-component --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 385741e10..8e871441f 100755 --- a/README.md +++ b/README.md @@ -1070,7 +1070,6 @@ - [vue-radial-progress](https://github.com/wyzant-dev/vue-radial-progress) - Radial progress bar component for Vue.js. - [vue-simple-spinner](https://github.com/dzwillia/vue-simple-spinner) - A simple, flexible spinner for Vue.js - [vue-wait](https://github.com/f/vue-wait) - Complex Loader Management for Vue/Vuex and Nuxt applications. - - [vue-spinner-component](https://sergeyloysha.github.io/vue-spinner-component/) - Customizable, lightweight spinner for Vue.js. - [vue-progress-path](https://github.com/Akryum/vue-progress-path) - Customizable progress indicators and spinners that support any custom SVG path. - [vue-blockui](https://github.com/realdah/vue-blockui) - BlockUI for vue 2, similar to jquery blockUI, can be used for loading screen. - [epic-spinners](https://github.com/epicmaxco/epic-spinners) - Easy to use css spinners collection with vue.js integration. From d866c1ad42f808da79fbc7373c7da7b12e414318 Mon Sep 17 00:00:00 2001 From: arunredhu Date: Fri, 14 Jun 2019 15:40:43 +0530 Subject: [PATCH 0024/1425] Added Large scale Vue.js application boilerplate In example added large scale Vue.js application boilerplate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f89f584d..126ec8bd6 100755 --- a/README.md +++ b/README.md @@ -424,7 +424,6 @@ - [Vue for Designers](https://designcode.io/vue) by Design+Code (February 2019) ### Examples -- [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) - [Starter Application with JWT Auth + sample backend API in Laravel](http://forum.vuejs.org/topic/39/starter-application-with-jwt-auth-sample-backend-api) - [Node Webkit + Vue example](https://github.com/brandonjpierce/node-webkit-boilerplate) by @brandonjpierce - [Vue Samples](https://github.com/superlloyd/VueSamples) by @superlloyd @@ -546,6 +545,7 @@ - [Vue.js and Ionic v4 examples](https://github.com/ModusCreateOrg/ionic-vue-examples/) - A set of examples of how to use Ionic v4 with Vue.js - [ Personal Website that use Vue, Vuex and Vue-Router ](https://github.com/MuratcanSenturk/MuratcanSenturk.github.io) - A simple website example that made with vue, vuex and vue-router by [Muratcan Şentürk](https://github.com/MuratcanSenturk) - [Client-Side Vue.js](https://github.com/Trifectuh/Client-Side-Vue) - [Demo](https://client-side-vue.herokuapp.com) - Vue.js client-side for tiny, quick-loading, node.js-less Single Page Apps by [Justin Wash](https://github.com/Trifectuh) +- [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) ### Books From 6fc8be272dcd2810434083f1039e36c17ee10830 Mon Sep 17 00:00:00 2001 From: Dmytro Tolok Date: Mon, 1 Jul 2019 12:08:50 +0300 Subject: [PATCH 0025/1425] docs(README): adds stfalcon-vue-di library to Miscellaneous category --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 05a6390a5..2a05d13e1 100755 --- a/README.md +++ b/README.md @@ -1118,7 +1118,7 @@ - [vue-component-loading](https://github.com/val-bubbleflat/vue-component-loading) - Manage a loading state inside each component and display the global loading state with a progressbar. - [vue-scroll-progress](https://github.com/spemer/vue-scroll-progress) - Simple Vue.js plugin for page scroll progress bar - [vue-read-progress](https://github.com/ajerez/vue-read-progress) - Customizable progress bar at the top of the page that shows the scroll progress - - [easy-circular-progress](https://github.com/dreambo8563/easy-circular-progress) - Easy circular progress component with counting effect + - [easy-circular-progress](https://github.com/dreambo8563/easy-circular-progress) - Easy circular progress component with counting effect ### Tooltip @@ -1959,7 +1959,7 @@ Tooltips / popovers - [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. + - [vue-tailwind](https://github.com/alfonsobries/vue-tailwind) - Vue components with customizable classes ready for TailwindCSS, but compatible with any framework. ### Admin Template @@ -2340,7 +2340,7 @@ the amazing Vue.js. - [vue-t9n](https://github.com/Ni55aN/vue-t9n) - Simplest way to translate your applications - [vue-simple-inline-translation](https://github.com/alidrus/vue-simple-inline-translation) - A Vue component that simplifies the way text is translated: by translating it inline. - [vue-i18n-extract](https://github.com/pixari/vue-i18n-extract) - Manage vue-i18n localization with static analysis. Make reports about missing and unused i18n entries. - - [vscode-vue-i18n-ally](https://github.com/antfu/vue-i18n-ally) - VSCode extension for better Vue-i18n experiences. + - [vscode-vue-i18n-ally](https://github.com/antfu/vue-i18n-ally) - VSCode extension for better Vue-i18n experiences. ### Custom Events @@ -2532,6 +2532,7 @@ the amazing Vue.js. - [vue-async-operations](https://github.com/devstark-com/vue-async-operations) - Managing async operations statuses in your Vue components - [vue-direction](https://github.com/shwilliam/vue-direction) - 👋 Direction aware hover in Vuejs - [vue-unique-id](https://github.com/berniegp/vue-unique-id) - Generates unique component ids and component-scoped HTML ids. +- [stfalcon-vue-di](https://github.com/stfalcon-studio/stfalcon-vue-di) - ⭐️Lightweight DI for vue components️ ❤️ ### Web Workers - [vue-worker](https://github.com/israelss/vue-worker) - A Vue.js plugin to use webworkers in a simply way. @@ -2701,7 +2702,7 @@ Payment utilities. - [jest-vue-matcher](https://github.com/14nrv/jest-vue-matcher) - Additional jest matchers for vue - [vue-hubble](https://github.com/crishellco/vue-hubble) - A better way to select elements for UI testing in Vue. - [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. - + ###### Browser-less require @@ -2795,7 +2796,7 @@ Payment utilities. - [vue-lib-template](https://github.com/biigpongsatorn/vue-lib-template) - 🛠 A simple template for building and publishing Vue component/library as a opensource. - [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. + - [VuePlay](https://christiankienle.github.io/vueplay/) - Generate disposable Vue playgrounds in seconds. Allows you to test things quickly. - [Mevn-CLI](https://github.com/madlabsinc/mevn-cli) - Light speed setup for MEVN stack based apps. ### Client From 31aff27e4d0405091fd991a69eac70f1d42d05a8 Mon Sep 17 00:00:00 2001 From: Dmytro Tolok Date: Mon, 1 Jul 2019 12:18:47 +0300 Subject: [PATCH 0026/1425] docs(README): adds stfalcon-vue-di library --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2a05d13e1..9854f6138 100755 --- a/README.md +++ b/README.md @@ -1118,7 +1118,7 @@ - [vue-component-loading](https://github.com/val-bubbleflat/vue-component-loading) - Manage a loading state inside each component and display the global loading state with a progressbar. - [vue-scroll-progress](https://github.com/spemer/vue-scroll-progress) - Simple Vue.js plugin for page scroll progress bar - [vue-read-progress](https://github.com/ajerez/vue-read-progress) - Customizable progress bar at the top of the page that shows the scroll progress - - [easy-circular-progress](https://github.com/dreambo8563/easy-circular-progress) - Easy circular progress component with counting effect + - [easy-circular-progress](https://github.com/dreambo8563/easy-circular-progress) - Easy circular progress component with counting effect ### Tooltip @@ -1959,7 +1959,7 @@ Tooltips / popovers - [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. + - [vue-tailwind](https://github.com/alfonsobries/vue-tailwind) - Vue components with customizable classes ready for TailwindCSS, but compatible with any framework. ### Admin Template @@ -2340,7 +2340,7 @@ the amazing Vue.js. - [vue-t9n](https://github.com/Ni55aN/vue-t9n) - Simplest way to translate your applications - [vue-simple-inline-translation](https://github.com/alidrus/vue-simple-inline-translation) - A Vue component that simplifies the way text is translated: by translating it inline. - [vue-i18n-extract](https://github.com/pixari/vue-i18n-extract) - Manage vue-i18n localization with static analysis. Make reports about missing and unused i18n entries. - - [vscode-vue-i18n-ally](https://github.com/antfu/vue-i18n-ally) - VSCode extension for better Vue-i18n experiences. + - [vscode-vue-i18n-ally](https://github.com/antfu/vue-i18n-ally) - VSCode extension for better Vue-i18n experiences. ### Custom Events @@ -2702,7 +2702,7 @@ Payment utilities. - [jest-vue-matcher](https://github.com/14nrv/jest-vue-matcher) - Additional jest matchers for vue - [vue-hubble](https://github.com/crishellco/vue-hubble) - A better way to select elements for UI testing in Vue. - [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. - + ###### Browser-less require @@ -2796,7 +2796,7 @@ Payment utilities. - [vue-lib-template](https://github.com/biigpongsatorn/vue-lib-template) - 🛠 A simple template for building and publishing Vue component/library as a opensource. - [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. + - [VuePlay](https://christiankienle.github.io/vueplay/) - Generate disposable Vue playgrounds in seconds. Allows you to test things quickly. - [Mevn-CLI](https://github.com/madlabsinc/mevn-cli) - Light speed setup for MEVN stack based apps. ### Client From c97d1df8082fdd177e6cfeb8b87f380272ebf580 Mon Sep 17 00:00:00 2001 From: Dmytro Tolok Date: Mon, 1 Jul 2019 12:30:08 +0300 Subject: [PATCH 0027/1425] docs(README): adds stfalcon-vue-di library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9854f6138..f955d744c 100755 --- a/README.md +++ b/README.md @@ -2532,7 +2532,7 @@ the amazing Vue.js. - [vue-async-operations](https://github.com/devstark-com/vue-async-operations) - Managing async operations statuses in your Vue components - [vue-direction](https://github.com/shwilliam/vue-direction) - 👋 Direction aware hover in Vuejs - [vue-unique-id](https://github.com/berniegp/vue-unique-id) - Generates unique component ids and component-scoped HTML ids. -- [stfalcon-vue-di](https://github.com/stfalcon-studio/stfalcon-vue-di) - ⭐️Lightweight DI for vue components️ ❤️ +- [stfalcon-vue-di](https://github.com/stfalcon-studio/stfalcon-vue-di) - ⭐️ Lightweight DI for vue components️ ❤️ ### Web Workers - [vue-worker](https://github.com/israelss/vue-worker) - A Vue.js plugin to use webworkers in a simply way. From e2903c0a15e55fadd37ec013e4a41cb15143dc61 Mon Sep 17 00:00:00 2001 From: yemiwebby Date: Wed, 31 Jul 2019 04:30:22 +0100 Subject: [PATCH 0028/1425] Added a new link for CometChat tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e12524d37..513fdceac 100755 --- a/README.md +++ b/README.md @@ -558,6 +558,7 @@ - [Client-Side Vue.js](https://github.com/Trifectuh/Client-Side-Vue) - [Demo](https://client-side-vue.herokuapp.com) - Vue.js client-side for tiny, quick-loading, node.js-less Single Page Apps by [Justin Wash](https://github.com/Trifectuh) - [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) - [Snake game on Vue.js without Canvas](https://github.com/Seokky/vue-snake-game) +- [Build a Vue chat app with CometChat](https://github.com/yemiwebby/vue-group-chat-app) ### Books From 9cff9373fac8c7559e064257377140f7b5010855 Mon Sep 17 00:00:00 2001 From: arunredhu Date: Fri, 9 Aug 2019 08:45:11 +0530 Subject: [PATCH 0029/1425] Description updated for Vue.js boilerplate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 126ec8bd6..2426cfdba 100755 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ - [Vue.js and Ionic v4 examples](https://github.com/ModusCreateOrg/ionic-vue-examples/) - A set of examples of how to use Ionic v4 with Vue.js - [ Personal Website that use Vue, Vuex and Vue-Router ](https://github.com/MuratcanSenturk/MuratcanSenturk.github.io) - A simple website example that made with vue, vuex and vue-router by [Muratcan Şentürk](https://github.com/MuratcanSenturk) - [Client-Side Vue.js](https://github.com/Trifectuh/Client-Side-Vue) - [Demo](https://client-side-vue.herokuapp.com) - Vue.js client-side for tiny, quick-loading, node.js-less Single Page Apps by [Justin Wash](https://github.com/Trifectuh) -- [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) +- [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) - A boilerplate for starting large scale, flexible Vue.js application with using Vuex as state management - by [Arun Redhu](https://arunredhu.in) ### Books From ec4e03f981dce7e4a4abc2fa06a411caccb37d7a Mon Sep 17 00:00:00 2001 From: Stan Date: Fri, 9 Aug 2019 09:03:32 +0200 Subject: [PATCH 0030/1425] [New] vue-notification from @mathieustan --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e12524d37..467e2f1a1 100755 --- a/README.md +++ b/README.md @@ -1071,7 +1071,7 @@ - [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! - [vue-grd](https://github.com/1000ch/vue-grd) - Simple, Light-weight and Flexible Vue.js component for grid layout. - [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. - + ### Notification *Toaster / snackbar — Notify the user with a modeless temporary little popup* @@ -1100,6 +1100,7 @@ - [vue-notification-bell](https://github.com/Carrene/vue-notification-bell) - A Vue UI component for showing notifications. - [v-tostini](https://github.com/marverix/v-tostini) - Really plain toast notifications mechanism for Vue.js 2.x. No CSS included. - [vue-toast-notification](https://github.com/ankurk91/vue-toast-notification) - Yet another Vue.js Toast notification plugin. + - [vue-notification](https://github.com/mathieustan/vue-notification) - A clean & nice notification system with Material Design style with a queue :new: ### Loader @@ -1773,7 +1774,7 @@ Tooltips / popovers - [vue-croppie](https://github.com/jofftiquez/vue-croppie) - Yet another image cropper - [vue-slim-cropper](https://github.com/wannaxiao/vue-slim-cropper) - 💇 A simple and elegant mobile image crop upload component for Vue 2.x. - [vue-advanced-cropper](https://github.com/Norserium/vue-advanced-cropper) - An advanced cropper that gives you opportunity to create almost any cropper that you desire - + *Display images* - [vue-cloudinary](https://github.com/diegopamio/vue-cloudinary) - A vue (2.0) plugin that offers a reusable directive to get images from Cloudinary (https://cloudinary.com) with dynamic manipulation (resizing/cropping/effects/watermarking/scaling/formatting) and optimization (webp/png/auto quality/auto retina). @@ -2452,7 +2453,7 @@ the amazing Vue.js. - [vue-auth-plugin](https://github.com/d0whc3r/vue-auth-plugin) - A simple authentication and authorization library for Vue.js using typescript - [vue-google-signin-button](https://github.com/phanan/vue-google-signin-button) - A simple Vue plugin to include a Google sign-in button into your web app - [vue-facebook-signin-button](https://github.com/phanan/vue-facebook-signin-button) - A simple plugin to include a custom Facebook sign-in button into your web app - + #### Vuex Utilities - [vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate) - Persist Vuex state with localStorage. @@ -2741,7 +2742,7 @@ Payment utilities. - [jest-vue-matcher](https://github.com/14nrv/jest-vue-matcher) - Additional jest matchers for vue - [vue-hubble](https://github.com/crishellco/vue-hubble) - A better way to select elements for UI testing in Vue. - [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. - + ###### Browser-less require From f9206e3f4f5119a44cbf326e05729da0065d00fb Mon Sep 17 00:00:00 2001 From: partyka1 Date: Fri, 16 Aug 2019 05:43:03 +0200 Subject: [PATCH 0031/1425] vue-material-design-ripple --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e12524d37..3a7049aad 100755 --- a/README.md +++ b/README.md @@ -2271,6 +2271,7 @@ composing CSS breakpoint state. ### Miscellaneous + - [vue-material-design-ripple](https://github.com/partyka1/vue-material-design-ripple) - Add material design ripple to any element that just works. No dependencies. - [vue-resource-progressbar-interceptor](https://github.com/staskjs/vue-resource-progressbar-interceptor) - Interceptor that ties a progressbar to all requests, that it is clear that something is loading. - [vue-images-loaded](https://github.com/David-Desmaisons/Vue.ImagesLoaded) - Vue.js 2.0 directive to detect images loading. - [vue-visible](https://github.com/javisperez/vue-visible) - A v-visible directive for VueJS (2.x), like v-show but for visibility. From 9043685314f566b9e3135ddc309e067d831a8722 Mon Sep 17 00:00:00 2001 From: partyka1 Date: Fri, 16 Aug 2019 05:46:11 +0200 Subject: [PATCH 0032/1425] vue-material-design-ripple --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7049aad..7dc6d0b51 100755 --- a/README.md +++ b/README.md @@ -2271,7 +2271,7 @@ composing CSS breakpoint state. ### Miscellaneous - - [vue-material-design-ripple](https://github.com/partyka1/vue-material-design-ripple) - Add material design ripple to any element that just works. No dependencies. + - [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. - [vue-resource-progressbar-interceptor](https://github.com/staskjs/vue-resource-progressbar-interceptor) - Interceptor that ties a progressbar to all requests, that it is clear that something is loading. - [vue-images-loaded](https://github.com/David-Desmaisons/Vue.ImagesLoaded) - Vue.js 2.0 directive to detect images loading. - [vue-visible](https://github.com/javisperez/vue-visible) - A v-visible directive for VueJS (2.x), like v-show but for visibility. From 9a944f8cd3b715e0edb69424eff8bd29b2e2312a Mon Sep 17 00:00:00 2001 From: Dmytro Tolok Date: Sat, 17 Aug 2019 19:02:44 +0300 Subject: [PATCH 0033/1425] fix(readme): Removes broken links --- README.md | 64 ++++++------------------------------------------------- 1 file changed, 6 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index f955d744c..f0aa48d38 100755 --- a/README.md +++ b/README.md @@ -192,7 +192,6 @@ - [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 Tips](http://vuetips.com) - Tips to become a better Vue.js developer - [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. - [Vue News](https://vuenews.io) - Social website focusing on the latest Vue.js news and information. @@ -218,8 +217,6 @@ - [Vue Land - Discord chat server](https://vue-land.js.org/) - [VueJS Russia - Telegram Group [Russian]](https://t.me/vuejs_ru) - [VueJS Viet Nam - Facebook group](https://www.facebook.com/groups/vuejsvietnam/) -- [VueJS Spanish - Slack Group](https://slack.vue-es.org/) -- [VueJS Korean - Slack Group](https://vuejs-korea.signup.team/) - [VueJS Thailand - Facebook Group](https://www.facebook.com/groups/VuejsThailand/) - [VueJS Brasil - Telegram Group [Portuguese]](https://t.me/vuejsbrasil) - [VueJS Brasil - Facebook Page [Portuguese]](https://www.facebook.com/vuejsbrasil/) @@ -251,7 +248,6 @@ - [JavaScript Air 016 (03-30-2016)](https://javascriptair.com/episodes/2016-03-30/) - [Codecasts #2 - Falando Sobre Vuejs e Web Components (2016-08-19) [pt-BR]](https://soundcloud.com/codecasts/2-falando-sobre-vuejs-e-web-components) - [Full Stack Radio #50 (09-21-2016)](http://www.fullstackradio.com/50) -- [和 Vue.js 框架的作者聊聊前端框架开发背后的故事 [zh-CN]](http://teahour.fm/2015/08/16/vuejs-creator-evan-you.html) - [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) @@ -282,11 +278,7 @@ - [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 -- [Vue.js build set-up from scratch with webpack, vue-loader and hot reload](http://skyronic.com/2015/12/28/vue-project-scratch/) -- [Vuex basics: Tutorial and explanation](http://skyronic.com/2016/01/03/vuex-basics-tutorial/) - [Vuex introduction video - James Browne from London Vue.js Meetup #1](https://www.youtube.com/watch?v=l1KHL-TX3qs) -- [Vue.js 中文系列视频教程](https://laravist.com/series/vue-js-1-0-in-action-series) on Laravist -- [Develop a Reactive Invoice App using Vue.js](http://craigmckenna.com/develop-a-reactive-invoice-app-using-vue-js/) on craigmckenna.com - [Hybrid App Example with Laravel and Vue.js in Portuguese](https://www.youtube.com/watch?v=TGSJjDahlrQ) by @vedovelli - [Vue.js Introduction Turkish Language](http://oguzhan.in/vue-js-ile-uygulama-gelistirme/) on oguzhan.in - [Vue.js VideoTutoral Series in Spanish (3-8-2016)](https://www.youtube.com/watch?v=IlFk3cyRB0Y&list=PLM-Y_YQmMEqD2EWfWpSbiV3WgShRRW3FE&index=7) on YouTube by Juan Andrés Núñez @@ -300,7 +292,6 @@ - [Jayway Vue.js 2 workshop. Build an e-commerce site with vue-router, vuex and vue-resource](https://github.com/jayway/vue-js-workshop) - [How to Create Great VueJS Applications Using Wijmo Controls](http://wijmo.com/blog/how-to-create-great-vuejs-applications-using-wijmo-controls/) - [**讲解Vue.js 2 官网 中文-含代码、百度云、youtube**](https://github.com/bhnddowinf/vuejs2-learn) on bhnddowinf -- [Vue.js Cheatsheet: Server-side Applications, Router, Vuex Store, GraphQL and more](https://www.gitbook.com/book/xpepermint/vue-js-cheatsheet/details) by [@xpepermint](https://twitter.com/kristijansedlak) - [Medium like Image Loading with Vue.js](https://www.theodo.fr/blog/2016/10/medium-like-image-loading-with-vue-js/) - [How to Use Vuex in a Laravel Spark Project](https://metricloop.com/blog/how-to-use-vuex-in-a-laravel-spark-project) on [Metric Loop](https://metricloop.com/blog) - [How To Set Up Modules in Vuex](https://metricloop.com/blog/how-to-set-up-modules-in-vuex) on [Metric Loop](https://metricloop.com/blog) @@ -317,7 +308,6 @@ - [Vue.js 2 - Getting Started](https://www.youtube.com/playlist?list=PL55RiY5tL51p-YU-Uw90qQH419BM4Iz07) - [Vue.js 2 & Vuex (Basics)](https://www.youtube.com/playlist?list=PL55RiY5tL51pT0DNJraU93FhMzhXxtDAo) - [Türkçe VueJS Eğitim Videoları](https://www.youtube.com/playlist?list=PLa3NvhdFWNipwk1KXeUpVQnAiAfuBw4El) on YouTube by [Fatih Acet](http://fatihacet.com) -- [Building a JSON Tree View Component in Vue.js from Scratch in Six Steps](https://devblog.digimondo.io/building-a-json-tree-view-component-in-vue-js-from-scratch-in-six-steps-ce0c05c2fdd8#.738ok0l4p) on [digimondo devblog](https://devblog.digimondo.io/) by [Arvid Kahl](https://www.twitter.com/arvidkahldev) - [Let's Vue! - OpenLecture 2017.01 in Russian](https://youtu.be/7pmw5gvWAf8) on YouTube by Illya Klymov ([@xanf](https://github.com/xanf/)) - [Bootstrapping your first Vue.js application using vue-cli](https://afropolymath.svbtle.com/bootstrapping-your-first-vue-js-project/) by [@afropolymath](https://twitter.com/afropolymath) - [Build vue-hackernews-2.0 from Scratch](https://github.com/Detachment/Build-vue-hackernews-2.0-from-scratch) by [@ Detachment](https://github.com/Detachment) @@ -335,7 +325,6 @@ - [5 Practical Examples For Learning Vue.js](http://tutorialzine.com/2016/03/5-practical-examples-for-learning-vue-js/) - [Migrating from KnockoutJS to VueJS](https://jes.al/2017/05/migrating-from-knockoutjs-to-vuejs/) by [@jesalg](https://twitter.com/jesalg) - [Create a quiz with Vue.js](https://medium.com/@rap2h/create-a-quiz-with-vue-js-ed1e8e0e8294) by [@rap2h](https://twitter.com/rap2h) -- [Vue.js: Getting Started](https://ecofic.com/courses/vue-getting-started/) by [@chadcampbell](https://twitter.com/chadcampbell) - [Vue.js 2 & Firebase - Building Real Time Single Page Web Applications](https://www.youtube.com/watch?v=we4zuQIXmnw) - [Vue.js 2 & Vue-Resource - Real-World Application With External API Access](https://www.youtube.com/watch?v=p-7Zi9xYt2M) - [Interactive Vue.js Screencasts For Beginners](https://scrimba.com/playlist/playlist-38) @@ -347,7 +336,6 @@ - [Using Typescript in your VueJS app](https://medium.com/coding-blocks/using-typescript-in-your-vue-app-c4aba0bbc8bc) - [Vue.js视频系列,免费、入门、实战](http://nodelover.me/courses) on nodelover - [Vue.js 预览](https://ninghao.net/course/4256) on ninghao.net -- [Vue.js: Development Machine Setup](https://www.ecofic.com/about/blog/vue-dev-machine-setup/) by [@chadcampbell](https://twitter.com/chadcampbell) - [Building a Vue v2 JS app using Vue-router](https://www.liquidlight.co.uk/blog/article/building-a-vue-v2-js-app-using-vue-router/) by [@mikestreety](https://twitter.com/mikestreety) - [Build your own carousel with Vue](https://medium.com/@davidatomhernandez/how-to-a-simple-carousel-with-vue-138715d615d7) by [@Atom_Hernandez](https://twitter.com/Atom_Hernandez) - [Unit Testing Vue.js Components with the Official Vue Testing Tools and Jest](https://alexjoverm.github.io/series/Unit-Testing-Vue-js-Components-with-the-Official-Vue-Testing-Tools-and-Jest/) by [@alexjoverm](https://twitter.com/alexjoverm) @@ -369,20 +357,11 @@ - [Getting Started with VueJS 2](https://www.udemy.com/getting-started-with-vue-js) by Sachin Bhatnagar [@sachinbee](https://www.twitter.com/sachinbee) on [Udemy](https://udemy.com/) - [Getting Started with Vuex: Managing State in Vue.js](https://sabe.io/tutorials/getting-started-with-vuex) on [Sabe.io](https://sabe.io/) - [Vue2 ACL using CASL](https://medium.com/@sergiy.stotskiy/vue-acl-with-casl-781a374b987a) by Sergii Stotskyi -- [JavaScript Choice Made Easy - Angular v. React v. Vue (Video)](https://www.packtpub.com/application-development/javascript-choice-made-easy-%E2%80%93-angular-v-react-v-vue-video) by Daniel Kmak, Packt. (November 2017) - [Vuejs 2.5+ Authentication Tutorial using Auth0](https://www.storyblok.com/tp/how-to-auth0-vuejs-authentication) on Storyblok blog -- [GraphCMS beginners guide with Vue](https://graphcms.com/docs/getting-started/beginners_guide_with_vue/) on GraphCMS - [Vue.js debugging in Chrome and VS Code](https://github.com/Microsoft/vscode-recipes/tree/master/vuejs-cli) This recipe shows how to use the Debugger for Chrome extension with VS Code to debug Vue.js applications generated by the Vue CLI. - [Getting Started with Vue JS 2 (Video)](https://www.packtpub.com/web-development/getting-started-vue-js-2-video) by Sachin Bhatnagar, Packt. (January 2018) - [Building a movie app interface with Vue.js](https://hackernoon.com/building-a-movie-app-interface-with-vue-js-cdc8aeb5db0b) by Hassan Djirdeh, [@djirdehh](https://twitter.com/djirdehh) - [Let’s Build a Custom Vue.js Router](https://hackernoon.com/lets-build-a-custom-vue-js-router-7de634be87c4) by Hassan Djirdeh, [@djirdehh](https://twitter.com/djirdehh) -- [Getting started with Vue, Webpack 4 & Babel](https://medium.com/@BjornKrols/getting-started-with-vue-webpack-4-babel-edd3e577421e) by Bjorn Krols, [@KrolsBjorn](https://twitter.com/KrolsBjorn) -- [How to add Bootstrap 4 to your Vue project](https://medium.com/@BjornKrols/integrating-and-customising-bootstrap-4-in-vue-js-cbc29ba7688e) by Bjorn Krols, [@KrolsBjorn](https://twitter.com/KrolsBjorn) -- [How to add Semantic UI to your Vue project](https://codeburst.io/how-to-add-semantic-ui-to-your-vue-project-cc8c4783a673) by Bjorn Krols, [@KrolsBjorn](https://twitter.com/KrolsBjorn) -- [How to add ESLint to your Vue project](https://codeburst.io/tutorial-how-to-add-eslint-to-your-vue-js-project-ccfb84fab9) by Bjorn Krols, [@KrolsBjorn](https://twitter.com/KrolsBjorn) -- [How to make content dynamic via URL query parameters in Vue](https://medium.com/@BjornKrols/tutorial-dynamic-content-via-url-query-parameters-in-vue-js-d2df19b66633) by Bjorn Krols, [@KrolsBjorn](https://twitter.com/KrolsBjorn) -- [How to enable history mode for AWS S3 hosted Vue applications](https://medium.com/@BjornKrols/how-to-enable-history-mode-for-aws-s3-hosted-vue-applications-3bf40d51d9a7) by Bjorn Krols, [@KrolsBjorn](https://twitter.com/KrolsBjorn) -- [A basic introduction to debugging Vue applications using breakpoints](https://medium.com/@BjornKrols/a-basic-introduction-to-debugging-vue-applications-using-breakpoints-2ef76ce419f2) by Bjorn Krols, [@KrolsBjorn](https://twitter.com/KrolsBjorn) - [Building a Library Management app with Vue, Firebase and Scaffoldhub](https://vue-firebase.com/tutorial.html) By Felipe Lima [@fpastorelima](https://twitter.com/fpastorelima) - [Build a Vue.Js E-Commerce App with ButterCMS Headless Backend](https://snipcart.com/blog/vuejs-ecommerce-headless-buttercms) - [MASTER VUE.JS](https://vueschool.io/) @@ -432,7 +411,6 @@ - [How to Dynamically Add a Class Name in Vue](https://michaelnthiessen.com/dynamically-add-class-name/) by Michael Thiessen ### Examples -- [Starter Application with JWT Auth + sample backend API in Laravel](http://forum.vuejs.org/topic/39/starter-application-with-jwt-auth-sample-backend-api) - [Node Webkit + Vue example](https://github.com/brandonjpierce/node-webkit-boilerplate) by @brandonjpierce - [Vue Samples](https://github.com/superlloyd/VueSamples) by @superlloyd - [HackerNews clone with vue.js + vue-router](https://github.com/kazupon/vue-router-hackernews) by @kazupon @@ -551,7 +529,6 @@ - [**Vue(2.0) + Node.js: A blog**](https://github.com/FatDong1/vue-blog) by @FatDong1 - [vue-todo-list](https://github.com/alexander-elgin/vue-todo-list) ToDo List sample app based on Vue + Vuex + Vuetify + Vee-Validate - [Vue.js and Ionic v4 examples](https://github.com/ModusCreateOrg/ionic-vue-examples/) - A set of examples of how to use Ionic v4 with Vue.js -- [ Personal Website that use Vue, Vuex and Vue-Router ](https://github.com/MuratcanSenturk/MuratcanSenturk.github.io) - A simple website example that made with vue, vuex and vue-router by [Muratcan Şentürk](https://github.com/MuratcanSenturk) - [Client-Side Vue.js](https://github.com/Trifectuh/Client-Side-Vue) - [Demo](https://client-side-vue.herokuapp.com) - Vue.js client-side for tiny, quick-loading, node.js-less Single Page Apps by [Justin Wash](https://github.com/Trifectuh) - [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) @@ -694,7 +671,6 @@ - [vuegg](https://github.com/vuegg/vuegg) - vue GUI generator: Create mockups and code in one go! It leverages the creation of pages, components and styles with its visual editor. Generate all scaffolding code for your next vuejs project. - [Podlove Web Player](https://github.com/podlove/podlove-web-player) - Podcast-optimized, HTML5-based audio player featuring chapters, transcripts and embedding. - [Leo Vue](https://github.com/kaleguy/leovue) - Use the open source Leo outlining editor/IDE to create webapps with nested menus, with support for Vue components in content. -- [Justine](https://github.com/MisRob/Justine) - A configurable HTML documentation generator (currently supports JSDoc) using Vue components for the documentation template - [Deezer-Vue](https://sh0cked.github.io/deezer-vue/) - Deezer client built with Vue\Vuex - [Vuep.run](https://vuep.run) - Online SFC editor for Vue - [V·oogle](https://github.com/VeryWow/v-oogle) - Google.com, reVued @@ -749,15 +725,11 @@ ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. - - [Collate Notes](http://www.collatenotes.com/) - - [Formester](https://www.formester.com/) - Form, email marketing automation made easy - [ChatWoot](https://www.chatwoot.com/) - Livechat and agent collaboration over Facebook messenger. - [VueA](https://themeforest.net/item/vuejs-laravel-admin-template/20119122?ref=jyostna&utm_source=awesomevue) - VueJS Admin template with multiple layouts and laravel version. - [Teleo](https://www.teleo.co/?utm_source=AwesomeVue) - Team collab-app moving effortlessly between talking, planning & doing - - [Cover](http://cover.20theme.com) - A high quality Component Library built on Vue.js - [EducationLink](https://geteducation.link/?utm_source=AwesomeVue) - CRM and sales automation for education agents and colleges. - [Pragmatic v2.0](https://1.envato.market/LYWqL) - Responsive and configurable admin template built with Vue.js and Element. - - [Seat](https://www.useseat.com/) - Simple and modern team communication and collaboration solution. - [Moonitor](https://moonitor.io/) - Cryptocurrency tracker for Desktop. - [Deskree](https://deskree.com/) - Online collaboration platform that combines Ideas, Tasks, and Issues in one place. - [OSHCExpress](https://oshcexpress.com/?utm_source=AwesomeVue) - A comparison and ecommerce for OSHC (Overseas Student Health Cover) insurance (Australia's insurance for international students). @@ -772,30 +744,20 @@ - [稀土掘金](http://gold.xitu.io) - [Prague Airport](http://www.prague-airport.com/) - [Portfolio Site](http://corentinbac.com/) - - [Laravist](https://laravist.com/) - - [Atiiv](https://atiiv.com) - An app aimed for personal trainers and their clients. - [Statamic](https://statamic.com) - [Embalses!](http://embalses.azurewebsites.net/) - A tool to report water dam level using the U.S. Geological Survey database. - [TravelMap](http://clem.travelmap.fr) - A simple way for travelers to create a blog based on a Map. - [Proper Cloth Shirt Builder](https://propercloth.com/design-a-shirt) - Custom shirt builder. - - [CheckIt](https://check-it.io) - [Reddit News](https://github.com/Mati365/reddit-news) - A browser extension which show notifications and news from reddit. - - [Powerpuff Yourself by Cartoon Networks](https://www.powerpuffyourself.com/) - - [小桃酱](https://app.xiaotaojiang.com/) - - [cloudradioo](http://cloudradioo.com) - Web app that plays randomly all top 50 songs from the soundcloud charts - - [vNotes](https://halfeld.github.io/v-notes/#!/) - Simple and beautiful notepad to Markdown with Vue.js and Local Storage API. - [Open Function Computers](http://www.openfunctioncomputers.com/#!/home) - [Dermail](https://github.com/zllovesuki/dermail-webmail) - A webmail client written in Vue.js for Dermail, a mail system written in node.js. - [octimine](https://www.octimine.com/) - A patent search engine. - [Draxed](https://www.draxed.com/) - A web based MySQL and PostgreSQL data browser and dashboard manager. - [Leapspotleap](http://www.leapspotleap.com) - A simple way to look up wikipedia articles near you. Or simply navigate to a place and find interesting wikipedia information. Responsive web app. - - [X-SONGTAO](http://xiangsongtao.com) - A Personal blog. FE and CMS are in same vue SPA. - [Jobinja](https://jobinja.ir) - A Job Board and career platform operating in Iran. - [滚蛋吧!莆田系](https://putianxi.github.io/) - Show all Putian hospital information - - [Jobi : Recruiting Platform ](https://www.jobi.tn/) - [The Spice House](https://www.thespicehouse.com) - Ecommerce website for high quality spices. Checkout, cart, the product detail page, and search are built using Vue. Checkout is a single page app written with Vue & Vuex. - [Livestorm](http://livestorm.co) - Webinar / Live events app. - - [Metric Loop](https://metricloop.com) - A technology services and solutions website. - [Holden](https://www.holden.com.au) - [Global-Exam](https://global-exam.com) - Online Training for Language Proficiency Tests - [SlugSurvival](https://github.com/zllovesuki/slugsurvival) - A webapp that helps student better plan their courses (hobby project, not in affiliation with UCSC). @@ -809,7 +771,6 @@ - [WizzAir](https://wizzair.com/) - [Moving to HTTPS](https://movingtohttps.com/) - Guide to moving different platform/hosting sites to HTTPS - [Booknshelf](https://booknshelf.com/) - Discover great books and bookshelves on different topics. - - [Top HN](https://tophn.info/) - A real time display of top news activity on Hacker News - [Euronews](http://www.euronews.com) - Euronews is a multilingual news media service, headquartered in Lyon, France. - [Roozame روزامه‡](http://www.roozame.com) - Roozame is a Persian smart news media service. - [Koumoul](https://koumoul.com) @@ -833,8 +794,6 @@ - [1XBET](https://1xbet.com) - A betting company operating since 2007 - [MyOwnTV](http://myowntv.org) - A streaming website for creating internet television - [CrowdCircus](https://crowdcircus.com) - Europe’s biggest crowdfunding- and crowdinvesting-aggregator - - [Talk to Someone](https://talktosomeone.net) - Free, anonymous and confidential online text chat with strangers around the world. - - [轮子工厂](http://www.wheelsfactory.cn) - A ui components and libraries sharing website - [ابیات ناب پارسی](http://naaab.ir) - A collection of Persian poems - [Ripplectron](https://github.com/devjin0617/ripplectron) - Ripple(Blockchain coin) Wallet Desktop client for vue-electron - [PingBreak](https://pingbreak.com) A free and simple website monitoring service using vuejs for real-time dashboard @@ -849,7 +808,6 @@ - [Frontend Masters Intro to Vue](https://frontendmasters.com/courses/vue/) - Frontend Masters full day course - [TR-101](https://inverted3.gitlab.io/drum-machine/) - A drum synth / sequencer. - [Bazaar](https://bazaar.co) - Media sharing platform. - - [WynnStats](https://maple3142.github.io/wynn/) - A unofficial WynnCraft statistics. - [Vectr](https://vectr.com/new) - A free vector graphics software - [brain bits](https://github.com/dashersw/brain-bits) - A P300 online spelling mechanism for Emotiv headsets - [Coin Dashboard](https://www.coin-dashboard.com) - The fully client-side cryptocurrency asset dashboard. @@ -872,11 +830,9 @@ - [27.ua](https://27.ua) - Ukraine-based internet hypermarket - [Chess Guardian](http://vitomd.com/vue-chess-guardian/) - Answer chess positional questions from your own games. - [Blackjack Break](https://blackjackbreak.com) - A quick game of blackjack - - [MECHANICAL](https://addons.mozilla.org/en-US/firefox/addon/mechmod/) - Reddit mod for Firefox that surfaces contextual data insights. - [GameVix](https://www.gamevix.com/) - Swap your used video game discs with others, hassle free. PWA with Material Design. - [VivifyScrum](https://app.vivifyscrum.com) - Agile project management app for teams that deliver. Customizable Scrum and Kanban boards. - [9GAG](https://9gag.com) - Popular online platform and social media website - - [CryptoVue](https://www.cryptovue.com/) - Real-time cryptocurrency dashboard - [Kitchen Stories](https://kitchenstories.io) - Cooking platform - [MailRabbit](https://mailrabbit.io) - Create, A/B test, and monitor transactional emails without a developer. - [Vue资源精选](http://vue.awesometiny.com) - great Vue components list, category, inline demo show and brief @@ -903,9 +859,7 @@ - [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 - - [What Would Mark Ruffalo Do?](https://www.whatwouldmarkruffalodo.com/) - Motivational website based on the story that Mark Ruffalo failed at several hundred auditions before finding success. - [Brandy](https://getbrandy.io) - brand assets manager for your menu bar. - - [Ruster社区](https://forum.ruster.xyz/) - Rust fullstack community forum for CN. - [NBC Sports](https://www.nbcsports.com/) - NBC Sports is a sports news website. - [WITHIN](https://www.with.in/) - Extraordinary stories in Virtual Reality. - [plottr.io](https://plottr.io/) - Plan your running and cycling routes @@ -953,14 +907,11 @@ ### Interactive Experiences - - [Jean-Pierre Morin | 1700 LAPOSTE](http://1700laposte.com/jean-pierre-morin/) - - [Facebook NewsFeed](https://newsfeed.fb.com/) - [YouTube AdBlitz 2016](https://adblitz.withyoutube.com/#!/advertisers) - [Omnisense Experience](http://omnisense.net) - [Louis Ansa Website (portfolio)](http://louisansa.com) - [Djeco.com](http://www.djeco.com/en) - [Tolks.io](https://tolks.io) - - [Meet Graham](http://www.meetgraham.com.au) - [NOIZE original](http://noizeoriginal.com) - [TR-101 Synth Drum Machine](https://inverted3.gitlab.io/drum-machine) - [Bootstrap 4 Editor](http://www.itwonders-web.com/bootstrap4-editor/) @@ -1042,7 +993,6 @@ - [el-data-table](https://github.com/FEMessage/el-data-table) - base on element-ui, makes crud easily - [DevExtreme Vue Grid](https://devexpress.github.io/devextreme-reactive/vue/grid/) - High-performance plugin-based Vue data grid for Bootstrap. - [vue-ads-table-tree](https://github.com/arnedesmedt/vue-ads-table-tree) - A vue Table component, with filtering, sorting and pagination. Rows can have child rows, so a tree structure can be build. It also supports async calls to load rows from the backend. It's built with the css framework [tailwindcss](https://tailwindcss.com/docs/what-is-tailwind/) - - [Syncfusion Data Grid for Vue](https://github.com/syncfusion/ej2-vue-grids) - Displays and manipulates tabular data with features such as paging, sorting, filtering, editing, and grouping. - [@marketconnect/vue-pivot-table](https://github.com/MarketConnect/vue-pivot-table) - A vue component for pivot table - [vue-teible](https://github.com/hiendv/teible) - Lightweight and flexible table component for the web :zap: - [vue-jqxgrid](https://github.com/jqwidgets/vue/tree/master/grid) - Vue data grid with filtering, sorting, editing, grouping, data export and other features. @@ -1118,7 +1068,7 @@ - [vue-component-loading](https://github.com/val-bubbleflat/vue-component-loading) - Manage a loading state inside each component and display the global loading state with a progressbar. - [vue-scroll-progress](https://github.com/spemer/vue-scroll-progress) - Simple Vue.js plugin for page scroll progress bar - [vue-read-progress](https://github.com/ajerez/vue-read-progress) - Customizable progress bar at the top of the page that shows the scroll progress - - [easy-circular-progress](https://github.com/dreambo8563/easy-circular-progress) - Easy circular progress component with counting effect + - [easy-circular-progress](https://github.com/dreambo8563/easy-circular-progress) - Easy circular progress component with counting effect ### Tooltip @@ -1959,7 +1909,7 @@ Tooltips / popovers - [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. + - [vue-tailwind](https://github.com/alfonsobries/vue-tailwind) - Vue components with customizable classes ready for TailwindCSS, but compatible with any framework. ### Admin Template @@ -2272,7 +2222,7 @@ based on [threejs](https://threejs.org/) and [Panolens](https://pchen66.github.i ### Printing -- [vue-html-to-paper](https://mycure-inc.github.io/vue-html-to-paper/) - Vue mixin for paper printing html elements to paper. +- [vue-html-to-paper](https://github.com/mycure-labs/vue-html-to-paper) - Vue mixin for paper printing html elements to paper. ## Utilities @@ -2340,7 +2290,7 @@ the amazing Vue.js. - [vue-t9n](https://github.com/Ni55aN/vue-t9n) - Simplest way to translate your applications - [vue-simple-inline-translation](https://github.com/alidrus/vue-simple-inline-translation) - A Vue component that simplifies the way text is translated: by translating it inline. - [vue-i18n-extract](https://github.com/pixari/vue-i18n-extract) - Manage vue-i18n localization with static analysis. Make reports about missing and unused i18n entries. - - [vscode-vue-i18n-ally](https://github.com/antfu/vue-i18n-ally) - VSCode extension for better Vue-i18n experiences. + - [vscode-vue-i18n-ally](https://github.com/antfu/vue-i18n-ally) - VSCode extension for better Vue-i18n experiences. ### Custom Events @@ -2433,7 +2383,6 @@ the amazing Vue.js. - [vuex-async-module](https://github.com/liqueflies/vuex-async-module) - Reduce async boilerplate code generating Vuex modules. Compatible with Vue 2.x. - [vuex-api](https://github.com/vouill/vuex-api) - A vuex plugin for effortlessly handle api calls. - [vuex-queries](https://github.com/whtsky/vuex-queries) - Vuex-Queries helps you write query functions in Vuex - - [vuex-microservice](https://github.com/ndabAP/vuex-microservice) - Define microservice URLs at a dedicated place and use them inside your Vuex actions. - [vuex-iframe-sync](https://github.com/L-Chris/vuex-iframe-sync) - Vuex state synchronization between iframe/window. - [vuex-aspect](https://gitlab.com/frissdiegurke/vuex-aspect) - Bind remote data of any kind to the vuex store. - [Vuenut](https://lusaxweb.github.io/vuenut.org/) - is a component to develop faster and more fluently. @@ -2647,7 +2596,6 @@ Payment utilities. ## Dev Tools - [vue-dev-server](https://github.com/paulpflug/vue-dev-server) - A small development server for building `vue` components. - - [vuepack.org](http://vuepack.org) - A simple page that allows you to select Vue components and download them as a single minified JS file. - [Storybook](https://storybook.js.org) - The UI Development Environment. works with v3.2+ later. - [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. - [vue-dummy](https://github.com/paulcollett/vue-dummy) - Placeholder Text and Dummy Images as a simple `v-dummy` directive. @@ -2702,7 +2650,7 @@ Payment utilities. - [jest-vue-matcher](https://github.com/14nrv/jest-vue-matcher) - Additional jest matchers for vue - [vue-hubble](https://github.com/crishellco/vue-hubble) - A better way to select elements for UI testing in Vue. - [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. - + ###### Browser-less require @@ -2796,7 +2744,7 @@ Payment utilities. - [vue-lib-template](https://github.com/biigpongsatorn/vue-lib-template) - 🛠 A simple template for building and publishing Vue component/library as a opensource. - [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. + - [VuePlay](https://christiankienle.github.io/vueplay/) - Generate disposable Vue playgrounds in seconds. Allows you to test things quickly. - [Mevn-CLI](https://github.com/madlabsinc/mevn-cli) - Light speed setup for MEVN stack based apps. ### Client From 06ba4815ce8b1209affb99f99681f6d4b8192a78 Mon Sep 17 00:00:00 2001 From: Samuel Trottier Date: Mon, 26 Aug 2019 14:45:12 -0400 Subject: [PATCH 0034/1425] Adding vue-select-wheel to the select section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e12524d37..11bc6c063 100755 --- a/README.md +++ b/README.md @@ -1632,6 +1632,7 @@ Tooltips / popovers - [vue-cool-select](https://github.com/iliyaZelenko/vue-cool-select) - Bootstrap / Material Design theme, support slots, autocomplete, events, validation and more. - [@myena/advanced-select](https://github.com/myENA/advanced-select) - Single/Multiple Select component with search, controls for (de)select all and a Bootstrap 3 theme - [@alfsnd/vue-bootstrap-select](https://github.com/Sandalf/vue-bootstrap-select) - Vue version of [bootstrap-select](https://github.com/snapappointments/bootstrap-select/). + - [vue-wheel-select] (https://github.com/SamuelTrottier/vue-wheel-select) - A simple scrolling select component. #### Slider From 6d9a69f8be73eca68f48d7f9feee0a3404dd03a6 Mon Sep 17 00:00:00 2001 From: VIctor Soares Rodrigues Pereira Date: Fri, 30 Aug 2019 17:59:12 -0300 Subject: [PATCH 0035/1425] Add vue-modality --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e26c4191..fa3b18f0b 100755 --- a/README.md +++ b/README.md @@ -1194,6 +1194,7 @@ Tooltips / popovers - [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 . - [@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 ### Parallax From add5706f5ff7d3fee24b01dfde99d6cdce85b7c0 Mon Sep 17 00:00:00 2001 From: Zelalem Mekonen Date: Sun, 1 Sep 2019 06:02:21 +0300 Subject: [PATCH 0036/1425] added vue-fontawesome-picker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e26c4191..c29dceac3 100755 --- a/README.md +++ b/README.md @@ -1576,6 +1576,7 @@ Tooltips / popovers #### Picker - [vue-smooth-picker](https://github.com/hiyali/vue-smooth-picker) - A smooth picker component for Vue 2.x, like iOS native datetime picker. + - [vue-fontawesome-picker](https://github.com/zolamk/vue-fontawesome-picker) - a font awesome icon picker component for Vue 2.x. #### Generator From 6a63b9f8aac7d1de15a7ec61b48e6f5252e155c6 Mon Sep 17 00:00:00 2001 From: chenqiaoen521 <274078815@qq.com> Date: Wed, 4 Sep 2019 13:49:12 +0800 Subject: [PATCH 0037/1425] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..dfa3e429b 100755 --- a/README.md +++ b/README.md @@ -1387,6 +1387,7 @@ Tooltips / popovers - [v-playback](https://github.com/TerryZ/v-playback) - A Vue2 plugin to make video play easier. - [vue-audio-recorder](https://github.com/grishkovelli/vue-audio-recorder) - Audio recorder for Vue.js. It allows to create, play, download and store records on a server - [vue-video-section](https://github.com/johndatserakis/vue-video-section) - A simple video header/section component for Vue. Good for video backgrounds and overlaying content on them. + - [vue-waveform](https://github.com/chenqiaoen521/vue-waveform) -It is use canvas waveform audio player wavesurfer component contains timeline bar line for Vue 2.x ### Infinite Scroll From cf4ecf81c33a0349ae078b9e695f1c6e4647b0f3 Mon Sep 17 00:00:00 2001 From: Artur Sena Date: Thu, 5 Sep 2019 19:23:14 -0300 Subject: [PATCH 0038/1425] add vue-player --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..5f657b6f9 100755 --- a/README.md +++ b/README.md @@ -1378,6 +1378,7 @@ Tooltips / popovers ### Audio / Video - [Vue-APlayer](https://github.com/SevenOutman/vue-aplayer) - :cake: Easy-to-config music player for Vue 2.x. + - [vue-player](https://github.com/algoz098/vue-player) - A simple html5 video player with img placeholder for Vue 2.x. - [vue-audio](https://github.com/shershen08/vuejs-sound-player) - audio-tag wrapper; sound player component for Vue 2.x - [vue-dplayer](https://github.com/sinchang/vue-dplayer) - A Vue 2.x video player component based on DPlayer. - [vue-canvasvideo](https://github.com/chrishurlburt/vue-canvasvideo) - A Vue 2.x component for video backgrounds and autoplay video on iOS/Safari. From 445d5ecdbc750359f4a28353c17d72375f3c17dc Mon Sep 17 00:00:00 2001 From: cjblomqvist Date: Fri, 6 Sep 2019 09:26:27 +0200 Subject: [PATCH 0039/1425] Move vue-netflix-slider to proper category It's really a carousel, not a slider. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a94a8fbd8..753d37943 100755 --- a/README.md +++ b/README.md @@ -1277,6 +1277,7 @@ Tooltips / popovers - [Lingallery](https://github.com/ChristophAnastasiades/Lingallery) - Simple image gallery component for Vue which displays a large image with thumbnails below - [vue-piece-slider](https://github.com/dreambo8563/vue-piece-slider) - Animated slides in a fragmented look - [vue2-photo-carousel](https://github.com/leepyng/vue2-photo-carousel) - A photo carousel component for Vue2 + - [vue-netflix-slider](https://github.com/fanyeh/vue-slider) - A Netflix like slider. ### Charts @@ -1646,7 +1647,6 @@ Tooltips / popovers - [vue-slider-component](https://github.com/NightCatSama/vue-slider-component) - Slider for vue1.x and vue2.x. - [vue-circle-slider](https://github.com/devstark-com/vue-circle-slider) - Circle slider component for vue2.x. - - [vue-netflix-slider](https://github.com/fanyeh/vue-slider) - A Netflix like slider. - [vue-slide-bar](https://github.com/biigpongsatorn/vue-slide-bar) - Very simple vue slider bar component. - [textra](https://github.com/hosein2398/Textra) - Vue js add-on to slide text. - [vue-knob-control](https://github.com/kramer99/vue-knob-control) - A rotary knob control for Vue.js From c1127c4bacf8d30cd2351bfb3fd928e61465bce1 Mon Sep 17 00:00:00 2001 From: Josh Kuttler <35892475+JoshK2@users.noreply.github.com> Date: Sun, 8 Sep 2019 00:35:08 +0300 Subject: [PATCH 0040/1425] Add vue-spinners-css --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..bb6794d01 100755 --- a/README.md +++ b/README.md @@ -1129,6 +1129,7 @@ - [vue-spinners](https://github.com/Saeris/vue-spinners) - 💫 A collection of loading spinner components for Vuejs - [vue-progress-bar](https://github.com/Yangfan2016/vue-yan-progress) - This is a cascading progress bar plugin based on vue - [vue-loading-button](https://github.com/shwilliam/vue-loading-button) - 👇 Straightforward button with slideout loading indicator + - [vue-spinners-css](https://github.com/JoshK2/vue-spinners-css) - Amazing collection of pure CSS vue spinners components of css spinners for ajax or loading animation based on loading.io. #### Progress Bar From 01207e9ac5c89702b0153721a0425ed8c020d50e Mon Sep 17 00:00:00 2001 From: invader Date: Mon, 9 Sep 2019 00:47:49 +0300 Subject: [PATCH 0041/1425] add vue-emit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..5bda0316f 100755 --- a/README.md +++ b/README.md @@ -2396,6 +2396,7 @@ the amazing Vue.js. - [vue-bus](https://github.com/fffixed/vue-bus) - Tiny simple central event bus plugin for Vue.js 2. - [vue-simple-events](https://github.com/VeryWow/vue-simple-events) - Yet another event management plugin, but WITHOUT Vue instance - [vue-option-events](https://github.com/Cweili/vue-option-events) - Bring Vue.js 1 events option and $emit to Vue.js 2. + - [vue-emit](https://github.com/denisinvader/vue-emit) - A helper function to emit events from functional components. ### Persistence From 5637b37f9282eb3b0bcaa3c626f79426e20421c9 Mon Sep 17 00:00:00 2001 From: John Papa Date: Tue, 10 Sep 2019 21:35:29 -0400 Subject: [PATCH 0042/1425] added pluralsight course --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..c9e09bdbb 100755 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ - [Real-time Grid Component Laravel, Vue.js, Vuex & Socket.io](https://www.youtube.com/watch?v=Jxefsv5Zqkw&t=3s) - [VueJS 2 - The Complete Guide (incl. Vuex) - Udemy Tutorial](https://www.udemy.com/vuejs-2-the-complete-guide) - [Develop Web Apps with Vue.js](https://egghead.io/courses/develop-web-apps-with-vue-js) on [egghead.io](https://egghead.io/) +- [Vue: Getting Started](https://www.pluralsight.com/courses/vue-getting-started) on [Pluralsight](https://www.pluralsight.com) - [Vue.js 2 - Getting Started](https://www.youtube.com/playlist?list=PL55RiY5tL51p-YU-Uw90qQH419BM4Iz07) - [Vue.js 2 & Vuex (Basics)](https://www.youtube.com/playlist?list=PL55RiY5tL51pT0DNJraU93FhMzhXxtDAo) - [Türkçe VueJS Eğitim Videoları](https://www.youtube.com/playlist?list=PLa3NvhdFWNipwk1KXeUpVQnAiAfuBw4El) on YouTube by [Fatih Acet](http://fatihacet.com) From be3fbc690f0efd1a07da267a69031a7c3cc9dd4d Mon Sep 17 00:00:00 2001 From: Taha Shashtari Date: Wed, 11 Sep 2019 20:38:24 +0300 Subject: [PATCH 0043/1425] add one-on-one chat app in Vue with CometChat --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..1ac158233 100755 --- a/README.md +++ b/README.md @@ -559,6 +559,7 @@ - [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) - [Snake game on Vue.js without Canvas](https://github.com/Seokky/vue-snake-game) - [Build a Vue chat app with CometChat](https://github.com/yemiwebby/vue-group-chat-app) +- [A one-on-one chat app in Vue with CometChat](https://github.com/cometchat-pro-tutorials/vue-cometchat-one-on-one-chat) ### Books From b8682692b8f20214d1c8001615e6721840ba6b9d Mon Sep 17 00:00:00 2001 From: Andrew <44983823+andrewvasilchuk@users.noreply.github.com> Date: Thu, 12 Sep 2019 17:05:24 +0300 Subject: [PATCH 0044/1425] add v-ripple-directive Add `v-ripple-directive`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..42769d859 100755 --- a/README.md +++ b/README.md @@ -2295,6 +2295,7 @@ composing CSS breakpoint state. - [vue-lifecycle](https://github.com/FL3NKEY/vue-lifecycle) - A Vue.js lifecycle directives. - [vue-aspect-ratio](https://github.com/3vilArthas/v-aspect-ratio) - Aspect ratio directive for vue. - [@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. + - [v-ripple-directive](https://github.com/andrewvasilchuk/v-ripple-directive) - Vue.js directive for ripple effect. ### WebGL From 37aec59ea3be42c7c5b17502ec4fff1218a2314d Mon Sep 17 00:00:00 2001 From: "Bernhard E. Reiter" Date: Mon, 16 Sep 2019 13:52:01 +0200 Subject: [PATCH 0045/1425] Remove Justine entry Justine is marked as deprecated on https://www.npmjs.com/package/justine and the repo is gone. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a94a8fbd8..432dbc976 100755 --- a/README.md +++ b/README.md @@ -702,7 +702,6 @@ - [vuegg](https://github.com/vuegg/vuegg) - vue GUI generator: Create mockups and code in one go! It leverages the creation of pages, components and styles with its visual editor. Generate all scaffolding code for your next vuejs project. - [Podlove Web Player](https://github.com/podlove/podlove-web-player) - Podcast-optimized, HTML5-based audio player featuring chapters, transcripts and embedding. - [Leo Vue](https://github.com/kaleguy/leovue) - Use the open source Leo outlining editor/IDE to create webapps with nested menus, with support for Vue components in content. -- [Justine](https://github.com/MisRob/Justine) - A configurable HTML documentation generator (currently supports JSDoc) using Vue components for the documentation template - [Deezer-Vue](https://sh0cked.github.io/deezer-vue/) - Deezer client built with Vue\Vuex - [Vuep.run](https://vuep.run) - Online SFC editor for Vue - [V·oogle](https://github.com/VeryWow/v-oogle) - Google.com, reVued From 724523ed3d1f3ef8a962ce2e14433090941e9072 Mon Sep 17 00:00:00 2001 From: HEL Mab Date: Mon, 16 Sep 2019 22:45:41 +0700 Subject: [PATCH 0046/1425] add vue-loading package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..43d770ed3 100755 --- a/README.md +++ b/README.md @@ -1129,6 +1129,7 @@ - [vue-spinners](https://github.com/Saeris/vue-spinners) - 💫 A collection of loading spinner components for Vuejs - [vue-progress-bar](https://github.com/Yangfan2016/vue-yan-progress) - This is a cascading progress bar plugin based on vue - [vue-loading-button](https://github.com/shwilliam/vue-loading-button) - 👇 Straightforward button with slideout loading indicator + - [vue-loading](https://github.com/HELMAB/vue-loading) - 🔄 Block page while requesting API #### Progress Bar From 71e5a00ba81980619067b00d4c9a5b652533bab0 Mon Sep 17 00:00:00 2001 From: "hosokawa.takahiro" Date: Thu, 19 Sep 2019 20:41:12 +0900 Subject: [PATCH 0047/1425] Added v-ajax-form --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..81227facb 100755 --- a/README.md +++ b/README.md @@ -2100,6 +2100,7 @@ composing CSS breakpoint state. - [vue-awesome-form](https://github.com/fightingm/vue-awesome-form) - A vue.js component just like json-editor - [vue-form-components](https://github.com/antonreshetov/vue-form-components) - Clean & minimal vue form elements with validation - [ncform](https://github.com/ncform/ncform) - a very nice configuration generation way to develop form + - [v-ajax-form](https://github.com/hosokawat/v-ajax-form) - vue.js component plug-in to make Form tag compatible with ajax request #### Validation From 40048cc52048a0fdaa111f4b4ae5f1a005f667f4 Mon Sep 17 00:00:00 2001 From: Kalpa Madushan Perera Date: Fri, 20 Sep 2019 16:10:28 +0530 Subject: [PATCH 0048/1425] Updated commercial application list Added Leave Dates https://www.leavedates.com Leave Management System build using Laravel and VueJS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..f60ad67d8 100755 --- a/README.md +++ b/README.md @@ -778,6 +778,7 @@ - [ScaffoldHub](https://www.scaffoldhub.io) - Online Web App Generator for VueJS with NodeJS, and MongoDB or SQL. - [Commandeer](https://getcommandeer.com) - Could Management Reimagined. A Desktop cloud management app built with Vue.js and Electron. - [SA Email Builder](https://app.emailbuilder.top) - Email template builder responsive made with VueJS and Quasar Framework + - [Leave Dates](https://leavedates.com) - A powerful new way to track your staff leave. ### Apps/Websites - [Laravel Spark](https://spark.laravel.com/) From 20137e802eb62f2b92b548777feb2014da01fb16 Mon Sep 17 00:00:00 2001 From: sunzhenghua Date: Mon, 23 Sep 2019 19:27:14 +0800 Subject: [PATCH 0049/1425] +axios-mocker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..56131ce3f 100755 --- a/README.md +++ b/README.md @@ -2360,6 +2360,7 @@ based on [threejs](https://threejs.org/) and [Panolens](https://pchen66.github.i - [vue-chimera](https://github.com/SasanFarrokh/vue-chimera) - A full-featured RESTful resource based client, compatible with Nuxt.js and allows server side fetch. - [vue-google-api](https://github.com/vertcitron/vue-google-api) - A wrapper for easy integration of the Google's APIs client in any vue.js 2 project, based on promises, with built-in Oauth2 "Sign In with Google" facilities. - [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()). + - [axios-mocker](https://github.com/eshengsky/axios-mocker) - The most convenient tool to mock requests for axios, with built-in Chrome extension support. ### i18n From 3d5aa396cc196c6a07dcb11df868916da8370c53 Mon Sep 17 00:00:00 2001 From: Maxim Noverin Date: Thu, 26 Sep 2019 01:49:37 +0500 Subject: [PATCH 0050/1425] vue-pincode-input added to Form / Pincode Input --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a94a8fbd8..42262d097 100755 --- a/README.md +++ b/README.md @@ -1574,6 +1574,9 @@ Tooltips / popovers - [vue-phone-number-input](https://github.com/LouisMazel/vue-phone-number-input) - A beautiful input to format & valid phone number with country code :fire: +#### Pincode Input + - [vue-pincode-input](https://github.com/Seokky/vue-pincode-input) - Smart pincode input component + #### Picker - [vue-smooth-picker](https://github.com/hiyali/vue-smooth-picker) - A smooth picker component for Vue 2.x, like iOS native datetime picker. From f3ce31cb15c4b02c5e60782ac6a144e6d247744c Mon Sep 17 00:00:00 2001 From: Andrew <44983823+andrewvasilchuk@users.noreply.github.com> Date: Mon, 30 Sep 2019 19:00:22 +0300 Subject: [PATCH 0051/1425] add vue-accessible-modal A Vue.js accessible modal wrapper over your components. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..aa3088eaf 100755 --- a/README.md +++ b/README.md @@ -1195,6 +1195,7 @@ Tooltips / popovers - [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 . - [@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-accessible-modal](https://github.com/andrewvasilchuk/vue-accessible-modal) - A Vue.js accessible modal wrapper over your components. ### Parallax From 91467e1623dd35890c4b017814757d23b2a6131d Mon Sep 17 00:00:00 2001 From: sivaram si Date: Mon, 30 Sep 2019 21:55:17 +0530 Subject: [PATCH 0052/1425] Added Helpninja in Apps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..18b565a87 100755 --- a/README.md +++ b/README.md @@ -970,6 +970,7 @@ - [Wirenook](https://wirenook.com/) - Free online app for building responsive website wireframes. Hi- and Lo- Fidelity, project sharing and svg download. - [Kvalitetskontroll](https://www.kvalitetskontroll.no/) - Norwegian management system tailored for the construction industry. - [Poolside FM](https://poolside.fm/) - A retro-style music player + - [Helpninja](https://dashboard.helpninja.com/) - Simple & fast help desk ### Interactive Experiences From a5b69c6dc5ce8b58a72ba0a4f6342de954ffeb43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Madeja?= Date: Wed, 2 Oct 2019 00:11:28 +0200 Subject: [PATCH 0053/1425] Add vue-web-cam repository --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..0c6f748ae 100755 --- a/README.md +++ b/README.md @@ -1556,6 +1556,7 @@ Tooltips / popovers - [vue-car-plate-keyboard](https://github.com/yimocanxue/vue-car-plate-keyboard) - A car license plate number keyboard for VueJS 2.x.(车牌号输入键盘,支持新能源车牌🚗🚗🚗) - [vue-dataflow-editor](https://github.com/krthr/vue-dataflow-editor) - Vue2 dataflow graph editor - [cool-emoji-picker](https://github.com/kevinfaguiar/cool-emoji-picker) - A fast plug-n-play [Tw]emoji Picker (+textarea for Twemoji rendering) component for Vue. + – [vue-web-cam](https://github.com/VinceG/vue-web-cam) - Webcam component for VueJs. ### Tabs From dd7de680f65357c6cd3e64964c76daddaca86c26 Mon Sep 17 00:00:00 2001 From: Ian Luan Date: Wed, 2 Oct 2019 00:12:48 -0300 Subject: [PATCH 0054/1425] Added TodoDev in Apps/Websites --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a94a8fbd8..398834cb7 100755 --- a/README.md +++ b/README.md @@ -970,6 +970,8 @@ - [Wirenook](https://wirenook.com/) - Free online app for building responsive website wireframes. Hi- and Lo- Fidelity, project sharing and svg download. - [Kvalitetskontroll](https://www.kvalitetskontroll.no/) - Norwegian management system tailored for the construction industry. - [Poolside FM](https://poolside.fm/) - A retro-style music player + - [Todo DEV](todoteam-3263d.web.app/) - A simple Todo App made for developers with Vuejs, Vuetify and the powerful Firebase. + ### Interactive Experiences From 1a7d0c81c21cb5265d2cec4408cf90ed1daf8a76 Mon Sep 17 00:00:00 2001 From: Ian Luan Date: Wed, 2 Oct 2019 00:18:08 -0300 Subject: [PATCH 0055/1425] Added TodoDev in Apps/Websites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 398834cb7..48d9361b4 100755 --- a/README.md +++ b/README.md @@ -970,7 +970,7 @@ - [Wirenook](https://wirenook.com/) - Free online app for building responsive website wireframes. Hi- and Lo- Fidelity, project sharing and svg download. - [Kvalitetskontroll](https://www.kvalitetskontroll.no/) - Norwegian management system tailored for the construction industry. - [Poolside FM](https://poolside.fm/) - A retro-style music player - - [Todo DEV](todoteam-3263d.web.app/) - A simple Todo App made for developers with Vuejs, Vuetify and the powerful Firebase. + - [Todo DEV](https://todoteam-3263d.web.app/) - A simple Todo App made for developers with Vuejs, Vuetify and the powerful Firebase. ### Interactive Experiences From 701d65c53d1a51b551c015728bfbb01f83ca1e50 Mon Sep 17 00:00:00 2001 From: Alexander Vysotsky Date: Wed, 2 Oct 2019 11:30:26 +0700 Subject: [PATCH 0056/1425] Add @utlime/vue-zoom to Miscellaneous --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..5a2ee00fc 100755 --- a/README.md +++ b/README.md @@ -1849,6 +1849,7 @@ Tooltips / popovers - [vue-ui-predicate](https://github.com/FGRibreau/ui-predicate/tree/master/packages/ui-predicate-vue) - A rules editor, generic filtering UI, predicates component for Vue JS. - [vue-mobile-detection](https://github.com/ajerez/vue-mobile-detection) - Vue.js prototype function `this.$isMobile()` that returns a Boolean value depending on whether or not the user is browsing with a mobile. - [vue-input-contenteditable](https://github.com/Cobertos/vue-input-contenteditable) - A Vue component wrapper for `contenteditable` with all the features you normally expect. Make beautiful inputs without the restrictions of `input[type='text']`. + - [@utlime/vue-zoom](https://github.com/utlime/vue-zoom) - A Vue zoom component. #### Wizard From 62bd88f498c20ad9feb1d92becd5681eee551993 Mon Sep 17 00:00:00 2001 From: Angelin Calu Date: Sun, 6 Oct 2019 00:15:45 +0300 Subject: [PATCH 0057/1425] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..4a0661b88 100755 --- a/README.md +++ b/README.md @@ -1328,6 +1328,7 @@ Tooltips / popovers - [vuejs-countdown](https://github.com/getanwar/vuejs-countdown) - A simple countdown timer component for vue js 2.0 - [vue2-flip-countdown](https://github.com/philipjkim/vue2-flip-countdown) - A countdown timer with flip effect for Vue 2.x - [timeline-vuejs](https://github.com/pablosirera/timeline-vuejs) - A minimalist timeline for Vue + - [bs-vue-timeline](https://github.com/x10sv/bs-vue-timeline) - An alternative responsive boostrap-vue timeline - [vue-awesome-countdown](https://github.com/mlinquan/vue-awesome-countdown) - Countdown plug-in with high performance and high accuracy for Vue 2.5.0+. Official site: [https://vac.js.org](https://vac.js.org) - [vue-clock2](https://github.com/bestvist/vue-clock2) - Display clock component for Vue. - [vuemodoro](https://github.com/P3trur0/vuemodoro) - Pomodoro timer as single file Vue component. From f43659879c474b285095de1399f48438190e63b0 Mon Sep 17 00:00:00 2001 From: Angelin Calu Date: Sun, 6 Oct 2019 00:16:49 +0300 Subject: [PATCH 0058/1425] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a0661b88..9715ae5f0 100755 --- a/README.md +++ b/README.md @@ -1328,7 +1328,7 @@ Tooltips / popovers - [vuejs-countdown](https://github.com/getanwar/vuejs-countdown) - A simple countdown timer component for vue js 2.0 - [vue2-flip-countdown](https://github.com/philipjkim/vue2-flip-countdown) - A countdown timer with flip effect for Vue 2.x - [timeline-vuejs](https://github.com/pablosirera/timeline-vuejs) - A minimalist timeline for Vue - - [bs-vue-timeline](https://github.com/x10sv/bs-vue-timeline) - An alternative responsive boostrap-vue timeline + - [bs-vue-timeline](https://github.com/x10sv/bs-vue-timeline) - An alternative responsive boostrap-vue timeline - [vue-awesome-countdown](https://github.com/mlinquan/vue-awesome-countdown) - Countdown plug-in with high performance and high accuracy for Vue 2.5.0+. Official site: [https://vac.js.org](https://vac.js.org) - [vue-clock2](https://github.com/bestvist/vue-clock2) - Display clock component for Vue. - [vuemodoro](https://github.com/P3trur0/vuemodoro) - Pomodoro timer as single file Vue component. From 8b50ef8e2b7542f6b6b42915cf2b7f7e139ba0ea Mon Sep 17 00:00:00 2001 From: yemiwebby Date: Tue, 8 Oct 2019 22:51:16 +0100 Subject: [PATCH 0059/1425] Included push notification link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 513fdceac..f9a65afca 100755 --- a/README.md +++ b/README.md @@ -559,6 +559,8 @@ - [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) - [Snake game on Vue.js without Canvas](https://github.com/Seokky/vue-snake-game) - [Build a Vue chat app with CometChat](https://github.com/yemiwebby/vue-group-chat-app) +- [Add Push Notifications to Your Vue Chat App Using CometChat and Firebase](https://www.cometchat.com/tutorials/vue-chat-push-notifications/) + ### Books From 4159407d4dbe4983c10e20ee79158803cee35a76 Mon Sep 17 00:00:00 2001 From: Chris Burke Date: Tue, 8 Oct 2019 20:27:35 -0400 Subject: [PATCH 0060/1425] Adding BMWUSA Vehicle Configurator This change adds the BMWUSA vehicle configurator to the website listing. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..7fe3e3a9e 100755 --- a/README.md +++ b/README.md @@ -970,6 +970,7 @@ - [Wirenook](https://wirenook.com/) - Free online app for building responsive website wireframes. Hi- and Lo- Fidelity, project sharing and svg download. - [Kvalitetskontroll](https://www.kvalitetskontroll.no/) - Norwegian management system tailored for the construction industry. - [Poolside FM](https://poolside.fm/) - A retro-style music player + - [BMWUSA Vehicle Configurator](https://www.bmwusa.com/build-your-own.html) - Vehicle Configurator for BMWUSA ### Interactive Experiences From 4826fd44bc3afbbf61edc0e7dcf959b74fa2b236 Mon Sep 17 00:00:00 2001 From: Andrew Truex Date: Wed, 9 Oct 2019 04:58:49 -0400 Subject: [PATCH 0061/1425] Add Vue.js USA meetups --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..e7c2e2c38 100755 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ - [VueJS Finland - Meetup](https://www.meetup.com/vuejs-finland/) - [VueJS Finland - Facebook Page](https://www.facebook.com/vuejsfinland/) - [Hablemos de Vue.js - Telegram Group [Castellano]](https://t.me/vuejsEs) +- [VueJS USA - Meetups](https://events.vuejs.org/meetups/#united-states) ### Conferences From a9cec0b8a5dc38938ba41b6c27e039e049eb72dc Mon Sep 17 00:00:00 2001 From: justice47 Date: Thu, 10 Oct 2019 18:49:01 +0300 Subject: [PATCH 0062/1425] deleted deprecated components vue-charts and g2-vue --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a94a8fbd8..145ae93c7 100755 --- a/README.md +++ b/README.md @@ -1281,7 +1281,6 @@ Tooltips / popovers ### Charts - [vue-morris](https://github.com/bbonnin/vue-morris) - VueJS component wrapping Morris.js. - - [vue-charts](https://github.com/haydenbbickerton/vue-charts) - Google Charts plugin for Vue.js. - [vue-chartjs](https://github.com/apertureless/vue-chartjs) - Vue.js wrapper for Chart.js. - [hchs-vue-charts](https://github.com/hchstera/vue-charts) - Based on Vue2.0 wrapper for ChartJs. - [vue-echarts](https://github.com/Justineo/vue-echarts) - ECharts component for Vue.js. @@ -1289,7 +1288,6 @@ Tooltips / popovers - [vue-highcharts](https://github.com/weizhenye/vue-highcharts) - Highcharts component for Vue. - [vue-echarts-v3](https://github.com/xlsdg/vue-echarts-v3) - Vue.js(v2.x+) component wrap for ECharts.js(v3.x+). - [vue-chartist](https://github.com/lakb248/vue-chartist) - Vue.js 2.0 component wrap for Chartist. - - [g2-vue](https://github.com/fireyy/g2-vue) - Factory wrapper for using G2 easily in a Vue Component. - [vuebars](https://github.com/DeviaVir/vue-bar) - Simple, elegant spark bars for Vue.js. - [vue-d3-network](https://github.com/emiliorizzo/vue-d3-network) - Vue component to graph networks using d3-force - [vue2vis](https://github.com/alexcode/vue2vis) - Vue2 wrapper for [Visjs](http://visjs.org). From 403364b8ed398b04d97dcb4622ee42fc40065e48 Mon Sep 17 00:00:00 2001 From: Dirk Krause Date: Sun, 13 Oct 2019 10:10:24 +0200 Subject: [PATCH 0063/1425] Quasar dropped iOS native look support ... so one of the main selling points is gone, unfortunately: https://forum.quasar-framework.org/topic/3191/v1-how-to-build-with-ios-theme-t-ios --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a94a8fbd8..026408ff7 100755 --- a/README.md +++ b/README.md @@ -1926,7 +1926,7 @@ Tooltips / popovers *Set of components + responsive layout system* - - [quasar-framework](https://github.com/quasarframework/quasar) - Quasar Framework. Build responsive websites, hybrid mobile Apps (that look native on Android and iOS) and Electron apps using same code, with VueJs 2. + - [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. From 8a88a8d8500d0a9b0f632635a815a1427b8fad5e Mon Sep 17 00:00:00 2001 From: gregoirepuget Date: Mon, 14 Oct 2019 17:12:25 +0200 Subject: [PATCH 0064/1425] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..5ff0edf7c 100755 --- a/README.md +++ b/README.md @@ -970,6 +970,7 @@ - [Wirenook](https://wirenook.com/) - Free online app for building responsive website wireframes. Hi- and Lo- Fidelity, project sharing and svg download. - [Kvalitetskontroll](https://www.kvalitetskontroll.no/) - Norwegian management system tailored for the construction industry. - [Poolside FM](https://poolside.fm/) - A retro-style music player + - [36 Pixels](https://www.36pixels.fr/) - French agency website made with vue.js ### Interactive Experiences From df4a8a1b25a379cbe2ef06145e86b8880fb40fc9 Mon Sep 17 00:00:00 2001 From: Ricardo Nolde Date: Tue, 15 Oct 2019 11:48:05 +1100 Subject: [PATCH 0065/1425] Add `vue-plugin-events` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..e8701c072 100755 --- a/README.md +++ b/README.md @@ -2396,6 +2396,7 @@ the amazing Vue.js. - [vue-bus](https://github.com/fffixed/vue-bus) - Tiny simple central event bus plugin for Vue.js 2. - [vue-simple-events](https://github.com/VeryWow/vue-simple-events) - Yet another event management plugin, but WITHOUT Vue instance - [vue-option-events](https://github.com/Cweili/vue-option-events) - Bring Vue.js 1 events option and $emit to Vue.js 2. + - [vue-plugin-events](https://github.com/nolde/vue-plugin-events) - Simple global event bus for Vue.js applications with automatic subscription control. ### Persistence From 2f7753e16448d89a1c2cb48852dea5f25ad3fd57 Mon Sep 17 00:00:00 2001 From: mvertopoulos <41324762+mvertopoulos@users.noreply.github.com> Date: Tue, 15 Oct 2019 20:49:32 +0300 Subject: [PATCH 0066/1425] Update README.md Added vue-msal plugin in Authentication / Authorization section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..53e9580bc 100755 --- a/README.md +++ b/README.md @@ -2463,6 +2463,7 @@ the amazing Vue.js. - [vue-google-signin-button](https://github.com/phanan/vue-google-signin-button) - A simple Vue plugin to include a Google sign-in button into your web app - [vue-facebook-signin-button](https://github.com/phanan/vue-facebook-signin-button) - A simple plugin to include a custom Facebook sign-in button into your web app - [vue-auth-href](https://github.com/nachodd/vue-auth-href) - A VueJS directive for downloading files that are under a protected route schema + - [vue-msal](https://github.com/mvertopoulos/vue-msal) - Vue plugin for using Microsoft Authentication Library (MSAL) #### Vuex Utilities From 07713dab036ecd048839bb4ab4f521c3eb07b5ad Mon Sep 17 00:00:00 2001 From: AndreasKubasa <55059012+AndreasKubasa@users.noreply.github.com> Date: Tue, 15 Oct 2019 22:04:17 +0200 Subject: [PATCH 0067/1425] Added awesometechstack.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..834fcb281 100755 --- a/README.md +++ b/README.md @@ -780,6 +780,7 @@ - [SA Email Builder](https://app.emailbuilder.top) - Email template builder responsive made with VueJS and Quasar Framework ### Apps/Websites + - [awesometechstack.com](https://www.awesometechstack.com) - Identify with Awesome Tech Stack technologies used on any website or web-app - [Laravel Spark](https://spark.laravel.com/) - [Vice Video](https://video.vice.com/) - [Formlets](https://www.formlets.com) From f1c77c2362984a666cc571c4ecb438248676faa4 Mon Sep 17 00:00:00 2001 From: DominusVilicus Date: Wed, 16 Oct 2019 12:23:29 +1030 Subject: [PATCH 0068/1425] Added Servue Package to ServerSide Rendering --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index a94a8fbd8..93dcfef5b 100755 --- a/README.md +++ b/README.md @@ -168,14 +168,6 @@ - [Command Line / Terminal](#command-line--terminal) - [Prerendering](#prerendering) - - - - - - - - # Resources @@ -2029,6 +2021,7 @@ Tooltips / popovers - [Peco](https://github.com/egojump/peco) - A static website generator for humans. **UNMAINTAINED** - [Saber](https://github.com/egoist/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://futureaus.github.io/servue/) ### Other From 6c5f5fd004fb7caac4d530fed3cc1f918f323f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muratcan=20=C5=9Eent=C3=BCrk?= Date: Thu, 17 Oct 2019 17:33:25 +0300 Subject: [PATCH 0069/1425] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 442be2255..d6712bd1c 100755 --- a/README.md +++ b/README.md @@ -536,6 +536,7 @@ - [**Vue(2.0) + Node.js: A blog**](https://github.com/FatDong1/vue-blog) by @FatDong1 - [vue-todo-list](https://github.com/alexander-elgin/vue-todo-list) ToDo List sample app based on Vue + Vuex + Vuetify + Vee-Validate - [Vue.js and Ionic v4 examples](https://github.com/ModusCreateOrg/ionic-vue-examples/) - A set of examples of how to use Ionic v4 with Vue.js +- [TO](https://github.com/snturk/to) A social media app that allows you post just texts. ### Books From 51551801e3a3de92e4f3fe548caa1171032b2570 Mon Sep 17 00:00:00 2001 From: Gustavo Maronato Date: Fri, 18 Oct 2019 23:02:32 -0300 Subject: [PATCH 0070/1425] Added the notification plugin vue-toastification --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..023bd67a7 100755 --- a/README.md +++ b/README.md @@ -1107,6 +1107,7 @@ - [vue-notification-bell](https://github.com/Carrene/vue-notification-bell) - A Vue UI component for showing notifications. - [v-tostini](https://github.com/marverix/v-tostini) - Really plain toast notifications mechanism for Vue.js 2.x. No CSS included. - [vue-toast-notification](https://github.com/ankurk91/vue-toast-notification) - Yet another Vue.js Toast notification plugin. + - [vue-toastification](https://github.com/Maronato/vue-toastification) - Light, easy and beautiful toasts for Vue ### Loader From 58d75ae36d681f965d596a9846f75e77683d3d86 Mon Sep 17 00:00:00 2001 From: Daniel Elkington <20923693+danielelkington@users.noreply.github.com> Date: Sat, 19 Oct 2019 22:33:14 +1100 Subject: [PATCH 0071/1425] Add vue-camera-gestures --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..a74e3cd14 100755 --- a/README.md +++ b/README.md @@ -1556,6 +1556,7 @@ Tooltips / popovers - [vue-car-plate-keyboard](https://github.com/yimocanxue/vue-car-plate-keyboard) - A car license plate number keyboard for VueJS 2.x.(车牌号输入键盘,支持新能源车牌🚗🚗🚗) - [vue-dataflow-editor](https://github.com/krthr/vue-dataflow-editor) - Vue2 dataflow graph editor - [cool-emoji-picker](https://github.com/kevinfaguiar/cool-emoji-picker) - A fast plug-n-play [Tw]emoji Picker (+textarea for Twemoji rendering) component for Vue. + - [vue-camera-gestures](https://github.com/danielelkington/vue-camera-gestures) - Let users control your Vue app using AI and gestures in front of their camera in just 1 line in your HTML template! ### Tabs From 7275324912e1f3c3b549b6972a27ca1633d38eb9 Mon Sep 17 00:00:00 2001 From: functionalize Date: Sun, 20 Oct 2019 05:42:15 +0200 Subject: [PATCH 0072/1425] add Time Door --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a94a8fbd8..c11d3641d 100755 --- a/README.md +++ b/README.md @@ -778,6 +778,7 @@ - [ScaffoldHub](https://www.scaffoldhub.io) - Online Web App Generator for VueJS with NodeJS, and MongoDB or SQL. - [Commandeer](https://getcommandeer.com) - Could Management Reimagined. A Desktop cloud management app built with Vue.js and Electron. - [SA Email Builder](https://app.emailbuilder.top) - Email template builder responsive made with VueJS and Quasar Framework + - [Time Door](https://timedoor.io) - A time series analysis API ### Apps/Websites - [Laravel Spark](https://spark.laravel.com/) @@ -967,7 +968,7 @@ - [Worksome](https://www.worksome.com/) - Marketplace/platform for qualified it professionals and freelancers and companies looking to hire them. - [Translator-vuejs](https://manuel-suarez-abascal.github.io/translator-vuejs/) - Translation App built with Vuejs, Yandex API & ResponsiveVoice.js API. - [Big Timer](https://www.bigtimer.net/) - Fullscreen countdown timer for workshops, meetings and presentations. Big Timer helps workshop facilitators, meeting chairs, design sprinters, presenters and aspiring game show hosts stick to their program. - - [Wirenook](https://wirenook.com/) - Free online app for building responsive website wireframes. Hi- and Lo- Fidelity, project sharing and svg download. + - [Wirenook](https://wirenook.com/) - Free online app for building responsive website wireframes. Hi- and Lo- Fidelity, project sharing and svg download. - [Kvalitetskontroll](https://www.kvalitetskontroll.no/) - Norwegian management system tailored for the construction industry. - [Poolside FM](https://poolside.fm/) - A retro-style music player @@ -1078,7 +1079,7 @@ - [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! - [vue-grd](https://github.com/1000ch/vue-grd) - Simple, Light-weight and Flexible Vue.js component for grid layout. - [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. - + ### Notification *Toaster / snackbar — Notify the user with a modeless temporary little popup* @@ -1143,7 +1144,7 @@ - [vue-component-loading](https://github.com/val-bubbleflat/vue-component-loading) - Manage a loading state inside each component and display the global loading state with a progressbar. - [vue-scroll-progress](https://github.com/spemer/vue-scroll-progress) - Simple Vue.js plugin for page scroll progress bar - [vue-read-progress](https://github.com/ajerez/vue-read-progress) - Customizable progress bar at the top of the page that shows the scroll progress - - [easy-circular-progress](https://github.com/dreambo8563/easy-circular-progress) - Easy circular progress component with counting effect + - [easy-circular-progress](https://github.com/dreambo8563/easy-circular-progress) - Easy circular progress component with counting effect ### Tooltip @@ -1782,7 +1783,7 @@ Tooltips / popovers - [vue-croppie](https://github.com/jofftiquez/vue-croppie) - Yet another image cropper - [vue-slim-cropper](https://github.com/wannaxiao/vue-slim-cropper) - 💇 A simple and elegant mobile image crop upload component for Vue 2.x. - [vue-advanced-cropper](https://github.com/Norserium/vue-advanced-cropper) - An advanced cropper that gives you opportunity to create almost any cropper that you desire - + *Display images* - [vue-cloudinary](https://github.com/diegopamio/vue-cloudinary) - A vue (2.0) plugin that offers a reusable directive to get images from Cloudinary (https://cloudinary.com) with dynamic manipulation (resizing/cropping/effects/watermarking/scaling/formatting) and optimization (webp/png/auto quality/auto retina). @@ -1848,7 +1849,7 @@ Tooltips / popovers - [vue-long-click](https://github.com/ittus/vue-long-click) - Long click (long press) directive library for vue, support mobile and desktop. - [vue-ui-predicate](https://github.com/FGRibreau/ui-predicate/tree/master/packages/ui-predicate-vue) - A rules editor, generic filtering UI, predicates component for Vue JS. - [vue-mobile-detection](https://github.com/ajerez/vue-mobile-detection) - Vue.js prototype function `this.$isMobile()` that returns a Boolean value depending on whether or not the user is browsing with a mobile. - - [vue-input-contenteditable](https://github.com/Cobertos/vue-input-contenteditable) - A Vue component wrapper for `contenteditable` with all the features you normally expect. Make beautiful inputs without the restrictions of `input[type='text']`. + - [vue-input-contenteditable](https://github.com/Cobertos/vue-input-contenteditable) - A Vue component wrapper for `contenteditable` with all the features you normally expect. Make beautiful inputs without the restrictions of `input[type='text']`. #### Wizard @@ -2002,7 +2003,7 @@ Tooltips / popovers - [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. + - [vue-tailwind](https://github.com/alfonsobries/vue-tailwind) - Vue components with customizable classes ready for TailwindCSS, but compatible with any framework. ### Admin Template @@ -2385,7 +2386,7 @@ the amazing Vue.js. - [vue-t9n](https://github.com/Ni55aN/vue-t9n) - Simplest way to translate your applications - [vue-simple-inline-translation](https://github.com/alidrus/vue-simple-inline-translation) - A Vue component that simplifies the way text is translated: by translating it inline. - [vue-i18n-extract](https://github.com/pixari/vue-i18n-extract) - Manage vue-i18n localization with static analysis. Make reports about missing and unused i18n entries. - - [vscode-vue-i18n-ally](https://github.com/antfu/vue-i18n-ally) - VSCode extension for better Vue-i18n experiences. + - [vscode-vue-i18n-ally](https://github.com/antfu/vue-i18n-ally) - VSCode extension for better Vue-i18n experiences. ### Custom Events @@ -2463,7 +2464,7 @@ the amazing Vue.js. - [vue-google-signin-button](https://github.com/phanan/vue-google-signin-button) - A simple Vue plugin to include a Google sign-in button into your web app - [vue-facebook-signin-button](https://github.com/phanan/vue-facebook-signin-button) - A simple plugin to include a custom Facebook sign-in button into your web app - [vue-auth-href](https://github.com/nachodd/vue-auth-href) - A VueJS directive for downloading files that are under a protected route schema - + #### Vuex Utilities - [vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate) - Persist Vuex state with localStorage. @@ -2752,7 +2753,7 @@ Payment utilities. - [jest-vue-matcher](https://github.com/14nrv/jest-vue-matcher) - Additional jest matchers for vue - [vue-hubble](https://github.com/crishellco/vue-hubble) - A better way to select elements for UI testing in Vue. - [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. - + ###### Browser-less require @@ -2845,7 +2846,7 @@ Payment utilities. - [vue-lib-template](https://github.com/biigpongsatorn/vue-lib-template) - 🛠 A simple template for building and publishing Vue component/library as a opensource. - [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. + - [VuePlay](https://christiankienle.github.io/vueplay/) - Generate disposable Vue playgrounds in seconds. Allows you to test things quickly. - [Mevn-CLI](https://github.com/madlabsinc/mevn-cli) - Light speed setup for MEVN stack based apps. - [vue-cli-template-registry](https://github.com/eliranmal/vue-cli-template-registry) - A solution for installing vue-cli custom templates hosted on private/enterprise repositories. - [vue-enterprise-boilerplate](https://github.com/chrisvfritz/vue-enterprise-boilerplate) - An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI 3. From 27f0459e2066deb0466fb26edcd07701e9baf2fc Mon Sep 17 00:00:00 2001 From: ygl Date: Mon, 21 Oct 2019 12:29:54 +0800 Subject: [PATCH 0073/1425] Add vue-dotmd-loader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..7eb869fbd 100644 --- a/README.md +++ b/README.md @@ -2740,6 +2740,7 @@ Payment utilities. - [vue-storybook](https://github.com/mattrothenberg/vue-storybook) – Add `` blocks to your Vue single file components for tighter integration of Vue + [Storybook](https://github.com/storybooks/storybook) - [vue-patterns](https://github.com/learn-vuejs/vue-patterns) - Useful Vue patterns, techniques, tips and tricks and helpful curated links. - [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. ### Test From a1467e27f948686d6721b78cc4372dc63d49b0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melih=20Erkin=20Sar=C4=B1=C3=A7am?= Date: Mon, 21 Oct 2019 15:58:08 +0300 Subject: [PATCH 0074/1425] Updated Links for Personal Website that use Vue, Vuex and Vue-Router --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a94a8fbd8..219aee09b 100755 --- a/README.md +++ b/README.md @@ -554,7 +554,7 @@ - [**Vue(2.0) + Node.js: A blog**](https://github.com/FatDong1/vue-blog) by @FatDong1 - [vue-todo-list](https://github.com/alexander-elgin/vue-todo-list) ToDo List sample app based on Vue + Vuex + Vuetify + Vee-Validate - [Vue.js and Ionic v4 examples](https://github.com/ModusCreateOrg/ionic-vue-examples/) - A set of examples of how to use Ionic v4 with Vue.js -- [ Personal Website that use Vue, Vuex and Vue-Router ](https://github.com/MuratcanSenturk/MuratcanSenturk.github.io) - A simple website example that made with vue, vuex and vue-router by [Muratcan Şentürk](https://github.com/MuratcanSenturk) +- [ Personal Website that use Vue, Vuex and Vue-Router ](https://github.com/snturk/snturk.github.io) - A simple website example that made with vue, vuex and vue-router by [Muratcan Şentürk](https://github.com/snturk) - [Client-Side Vue.js](https://github.com/Trifectuh/Client-Side-Vue) - [Demo](https://client-side-vue.herokuapp.com) - Vue.js client-side for tiny, quick-loading, node.js-less Single Page Apps by [Justin Wash](https://github.com/Trifectuh) - [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) - [Snake game on Vue.js without Canvas](https://github.com/Seokky/vue-snake-game) From b0ac22c20114b3a7c714ba738b341fff2f508e63 Mon Sep 17 00:00:00 2001 From: Somphong Date: Tue, 22 Oct 2019 14:17:34 +0700 Subject: [PATCH 0075/1425] Add Blog Posts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a94a8fbd8..f9d4f2095 100755 --- a/README.md +++ b/README.md @@ -597,6 +597,8 @@ - [Large-scale Vuex application structures](https://medium.com/3yourmind/large-scale-vuex-application-structures-651e44863e2f) by [Kevin Peters](https://twitter.com/kevinpeters_) - [Composing computed properties in Vue.js](https://medium.com/@kevin_peters/composing-computed-properties-in-vue-js-87b4507af079) by [Kevin Peters](https://twitter.com/kevinpeters_) - [Learn how to refactor Vue.js Single File Components with a real-world example](https://medium.com/@kevin_peters/learn-how-to-refactor-vue-js-single-file-components-on-a-real-world-example-501b3952ae49) by [Kevin Peters](https://twitter.com/kevinpeters_) +- [Get Started Writing Class-based Vue.js Apps in TypeScript](https://www.sitepoint.com/class-based-vue-js-typescript) +- [Vue.js with TypeScript](https://johnpapa.net/vue-typescript) by [John Papa](https://johnpapa.net/about/) # Projects Using Vue.js From 0ddf2c663308900353c7fbb1b3a3a18462bb75fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=95=E6=B3=A0=E6=B5=A9?= Date: Tue, 22 Oct 2019 23:42:17 +0800 Subject: [PATCH 0076/1425] Add vue-tinder --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..8e1b593bd 100755 --- a/README.md +++ b/README.md @@ -1669,6 +1669,7 @@ Tooltips / popovers - [vue-draggable](https://github.com/Vivify-Ideas/vue-draggable) - Vue Drag and Drop library without any dependency. Simple and easy to use. - [vue-nestable](https://github.com/rhwilr/vue-nestable) - A simple drag & drop hierarchical list made as a vue component. - [vue-draggable-nested-tree](https://github.com/phphe/vue-draggable-nested-tree) - A powerful customizable draggable tree view component for Vuejs2 [@phphe](https://github.com/phphe) + - [vue-tinder](https://github.com/shanlh/vue-tinder) - Have your own Tinder and TanTan. #### Autocomplete From 3bd7cecbaf6aba8bcbed97c454122cdf29164b3a Mon Sep 17 00:00:00 2001 From: Sean Becker <36274332+rabbitwerks@users.noreply.github.com> Date: Tue, 22 Oct 2019 13:42:11 -0500 Subject: [PATCH 0077/1425] Update README.md added rabbitwerks javascript Vue centered coding YT channel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..aceb009ef 100755 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ - [How to Dynamically Add a Class Name in Vue](https://michaelnthiessen.com/dynamically-add-class-name/) by Michael Thiessen - [Build a Library web application with Vue JS, Node JS, and SQL or MongoDB using ScaffoldHub](https://www.youtube.com/watch?v=FdC4Mjljd3k) By Felipe Lima [@scaffoldhub_io](https://twitter.com/scaffoldhub_io) - [Building a Realtime Location tracking app with NativeScript + Vue](https://medium.com/saibbyweb/building-a-real-time-location-tracking-app-with-nativescript-vue-under-350-lines-of-code-8b51ad40d657) by Saibbyweb +- [Frontend and Fullstack VENM-stack coding tutorials by RabbitWerks JavaScript](https://www.youtube.com/c/rabbitwerksjavascript) ### Examples - [Starter Application with JWT Auth + sample backend API in Laravel](http://forum.vuejs.org/topic/39/starter-application-with-jwt-auth-sample-backend-api) From 13b2ddb96698e5d3a4d00ec5ced7183539bd15ac Mon Sep 17 00:00:00 2001 From: Somphong Phuangmalai Date: Wed, 23 Oct 2019 15:24:36 +0700 Subject: [PATCH 0078/1425] Add Open Source - [Readnavi](https://github.com/somphongph/readnavi) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..b5399d82a 100755 --- a/README.md +++ b/README.md @@ -759,6 +759,7 @@ - [Daily](https://github.com/dailynowco/daily) - Curated dev news delivered to your new tab 👩🏽‍💻 - [Laravel File Manager](https://github.com/alexusmai/laravel-file-manager) - Powerful file manager for Laravel - [Vue Crypto Dashboard](https://github.com/JayeshLab/vue-crypto-dashboard) - Cryptocurrency Dashboard made with Vue.js +- [Readnavi](https://github.com/somphongph/readnavi) - Template Book tracking and review ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. From 519b341ec4b3b075642c3707e2cf94661c43d4db Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Thu, 24 Oct 2019 00:11:38 -0300 Subject: [PATCH 0079/1425] :sparkles: add vue-burger-button --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..37823b5fe 100755 --- a/README.md +++ b/README.md @@ -1243,6 +1243,7 @@ Tooltips / popovers - [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. - [vue-menu-aim](https://github.com/Dimon24021993/vue-menu-aim) - Menu triangle select, aka Amazon + - [vue-burger-button](https://github.com/VitorLuizC/vue-burger-button) - A pretty simple Vue functional component for menu burger buttons. ### Minus Plus Input From 29dbdae4ead5d24be6b97dab72ca604694f17c98 Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Thu, 24 Oct 2019 00:14:16 -0300 Subject: [PATCH 0080/1425] :sparkles: add vue-form-container --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37823b5fe..7873b42b9 100755 --- a/README.md +++ b/README.md @@ -2120,6 +2120,7 @@ composing CSS breakpoint state. - [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. ### Resize - [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. From cfa231f0f78f9475fb30daefafd35cbe7eddd980 Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Thu, 24 Oct 2019 00:17:38 -0300 Subject: [PATCH 0081/1425] :sparkles: add vue-flipper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7873b42b9..df3176850 100755 --- a/README.md +++ b/README.md @@ -2243,6 +2243,7 @@ composing CSS breakpoint state. - [vue-animate-scroll](https://github.com/mike-prince/vue-animate-scroll) Super lightweight way to add CSS animations to elements as they scroll into view. - [vue-svg-transition](https://github.com/kai-oswald/vue-svg-transition) Create 2-state, SVG-powered transitions - [vue-page-transition](https://github.com/Orlandster/vue-page-transition) Easy route / page transitions for Vue.js + - [vue-flipper](https://github.com/VitorLuizC/vue-flipper) - A component to flip children with a nice transition. ### Meta Tags From fed6b6affa20f907246c237e306d2e909f81d955 Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Thu, 24 Oct 2019 00:21:50 -0300 Subject: [PATCH 0082/1425] :sparkles: add vue-loadable --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df3176850..f20d84ab2 100755 --- a/README.md +++ b/README.md @@ -2328,6 +2328,7 @@ based on [threejs](https://threejs.org/) and [Panolens](https://pchen66.github.i *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. ### Typescript From 3bc25f8909c817ec1e082af294b92e59ae7b169b Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Thu, 24 Oct 2019 00:23:19 -0300 Subject: [PATCH 0083/1425] :sparkles: add vue-uuid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f20d84ab2..4535e34cd 100755 --- a/README.md +++ b/README.md @@ -2586,6 +2586,7 @@ the amazing Vue.js. - [vue-direction](https://github.com/shwilliam/vue-direction) - 👋 Direction aware hover in Vuejs - [vue-unique-id](https://github.com/berniegp/vue-unique-id) - Generates unique component ids and component-scoped HTML ids. - [stfalcon-vue-di](https://github.com/stfalcon-studio/stfalcon-vue-di) - ⭐️ Lightweight DI for vue components️ ❤️ +- [vue-uuid](https://github.com/VitorLuizC/vue-uuid) - Adds UUID to Vue instance. ### Web Workers - [vue-worker](https://github.com/israelss/vue-worker) - A Vue.js plugin to use webworkers in a simply way. From 195df690eb31390406b5664a8db619b80b119d09 Mon Sep 17 00:00:00 2001 From: Sky Date: Fri, 25 Oct 2019 12:15:13 +0800 Subject: [PATCH 0084/1425] Add vue-card-swipe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56131ce3f..2e2376865 100755 --- a/README.md +++ b/README.md @@ -1669,6 +1669,7 @@ Tooltips / popovers - [vue-draggable](https://github.com/Vivify-Ideas/vue-draggable) - Vue Drag and Drop library without any dependency. Simple and easy to use. - [vue-nestable](https://github.com/rhwilr/vue-nestable) - A simple drag & drop hierarchical list made as a vue component. - [vue-draggable-nested-tree](https://github.com/phphe/vue-draggable-nested-tree) - A powerful customizable draggable tree view component for Vuejs2 [@phphe](https://github.com/phphe) + - [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. #### Autocomplete @@ -2360,7 +2361,6 @@ based on [threejs](https://threejs.org/) and [Panolens](https://pchen66.github.i - [vue-chimera](https://github.com/SasanFarrokh/vue-chimera) - A full-featured RESTful resource based client, compatible with Nuxt.js and allows server side fetch. - [vue-google-api](https://github.com/vertcitron/vue-google-api) - A wrapper for easy integration of the Google's APIs client in any vue.js 2 project, based on promises, with built-in Oauth2 "Sign In with Google" facilities. - [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()). - - [axios-mocker](https://github.com/eshengsky/axios-mocker) - The most convenient tool to mock requests for axios, with built-in Chrome extension support. ### i18n From d850360de095cbeb5f249d2f21a7b3c8445b2b54 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 25 Oct 2019 11:22:18 +0300 Subject: [PATCH 0085/1425] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a94a8fbd8..94dae6c5d 100755 --- a/README.md +++ b/README.md @@ -559,6 +559,7 @@ - [Large scale Vue.js application boilerplate + Vuex](https://github.com/arunredhu/vuejs_boilerplate) - [Snake game on Vue.js without Canvas](https://github.com/Seokky/vue-snake-game) - [Build a Vue chat app with CometChat](https://github.com/yemiwebby/vue-group-chat-app) +- [Vue webpack typescript](https://github.com/akoidan/vue-webpack-typescript) Boilerplate with sass/ts/sfc linters. Full typesafety including vuex and nice looking vue component with [vuex-module-decorators](https://github.com/championswimmer/vuex-module-decorators), [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator) ### Books @@ -759,6 +760,7 @@ - [Daily](https://github.com/dailynowco/daily) - Curated dev news delivered to your new tab 👩🏽‍💻 - [Laravel File Manager](https://github.com/alexusmai/laravel-file-manager) - Powerful file manager for Laravel - [Vue Crypto Dashboard](https://github.com/JayeshLab/vue-crypto-dashboard) - Cryptocurrency Dashboard made with Vue.js +- [Pychat](https://github.com/akoidan/pychat) - Self-hosted webrtc video chat (an alternative to Slack) ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. From 797040a9c9970b7afd446664e4945807afbe7ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Rinc=C3=B3n?= Date: Fri, 25 Oct 2019 11:57:10 +0200 Subject: [PATCH 0086/1425] Update README.md Fix vue-html-to-paper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a94a8fbd8..21a42f5f1 100755 --- a/README.md +++ b/README.md @@ -2317,7 +2317,7 @@ based on [threejs](https://threejs.org/) and [Panolens](https://pchen66.github.i ### Printing -- [vue-html-to-paper](https://mycure-inc.github.io/vue-html-to-paper/) - Vue mixin for paper printing html elements to paper. +- [vue-html-to-paper](https://github.com/mycurelabs/vue-html-to-paper) - Vue mixin for paper printing html elements to paper. ## Utilities From 26ec03b39b8a68548c4729efe703486c1628e990 Mon Sep 17 00:00:00 2001 From: Yuriy Degtyar Date: Sat, 26 Oct 2019 03:22:32 +0300 Subject: [PATCH 0087/1425] Replace deprecated material adapter with work fork of it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a94a8fbd8..951e0a066 100755 --- a/README.md +++ b/README.md @@ -1939,7 +1939,6 @@ Tooltips / popovers - [bootstrap-vue](https://bootstrap-vue.github.io) - Implementation of [bootstrap-4](https://getbootstrap.com/) grid and components for Vue.js 2. - [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. - - [vue-mdc-adapter](https://github.com/stasson/vue-mdc-adapter) - Material Components integration for Vue.js as per MDC Team's [guidelines](https://github.com/material-components/material-components-web/blob/master/docs/integrating-into-frameworks.md). - [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 - [vuesax](https://github.com/lusaxweb/vuesax) - Frontend vue Components for Vue.js. @@ -1958,6 +1957,7 @@ Tooltips / popovers - [Inkline](https://github.com/inkline/inkline/) - Inkline is a modern UI/UX Framework for Vue.js designed for creating flawless responsive web applications. - [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 ### Mobile From dc7b39086393a12b6421763819d79d149308c8ef Mon Sep 17 00:00:00 2001 From: Alexey Khrushch Date: Sun, 27 Oct 2019 23:37:16 +0200 Subject: [PATCH 0088/1425] chore(docs): add vue-stripe-menu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..89824599c 100755 --- a/README.md +++ b/README.md @@ -1243,6 +1243,7 @@ Tooltips / popovers - [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. - [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 ### Minus Plus Input From 70a72406cecdfd6c20e28e7df54ad189cfa17eb0 Mon Sep 17 00:00:00 2001 From: pmochine Date: Mon, 28 Oct 2019 12:25:20 +0100 Subject: [PATCH 0089/1425] Added vue-responsive-video-background-player --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..32b860d95 100755 --- a/README.md +++ b/README.md @@ -1387,6 +1387,7 @@ Tooltips / popovers - [v-playback](https://github.com/TerryZ/v-playback) - A Vue2 plugin to make video play easier. - [vue-audio-recorder](https://github.com/grishkovelli/vue-audio-recorder) - Audio recorder for Vue.js. It allows to create, play, download and store records on a server - [vue-video-section](https://github.com/johndatserakis/vue-video-section) - A simple video header/section component for Vue. Good for video backgrounds and overlaying content on them. + - [vue-responsive-video-background-player](https://github.com/avidofood/vue-responsive-video-background-player) - Play your own videos in background responsively in different resolutions. ### Infinite Scroll From 4fb8adb395630392c6aa6d09f074c1e3fb93c991 Mon Sep 17 00:00:00 2001 From: justice47 Date: Tue, 29 Oct 2019 11:03:05 +0300 Subject: [PATCH 0090/1425] Add f2-vue component --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 145ae93c7..b3a0659db 100755 --- a/README.md +++ b/README.md @@ -1313,6 +1313,7 @@ Tooltips / popovers - [vue-plotly](https://github.com/David-Desmaisons/vue-plotly) - Wrapper for [plotly.js](https://plot.ly/javascript/) declarative charting library that ships with 20 chart types, including 3D charts, statistical graphs, and SVG maps. - [vue-funnel-graph-js](https://github.com/greghub/vue-funnel-graph-js) - Funnel graph drawing library for Vue.js. Create vertical and horizontal animated SVG funnel charts and add labels, values, legend and other info. - [pure-vue-chart](https://github.com/djaxho/pure-vue-chart) - Lightweight vue charts implemented without any chart library dependencies + - [f2-vue](https://github.com/justice47/f2-vue) - Vue wrapper of f2 - elegant, interactive and flexible mobile chart library ### Time From bb6a7267ab2a07c7bb9a608941bed60c27d705a8 Mon Sep 17 00:00:00 2001 From: Ahmed Mansour Date: Tue, 29 Oct 2019 16:10:43 +0200 Subject: [PATCH 0091/1425] add nordschool's tutorials --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a94a8fbd8..d6815e1fa 100755 --- a/README.md +++ b/README.md @@ -433,6 +433,11 @@ - [How to Dynamically Add a Class Name in Vue](https://michaelnthiessen.com/dynamically-add-class-name/) by Michael Thiessen - [Build a Library web application with Vue JS, Node JS, and SQL or MongoDB using ScaffoldHub](https://www.youtube.com/watch?v=FdC4Mjljd3k) By Felipe Lima [@scaffoldhub_io](https://twitter.com/scaffoldhub_io) - [Building a Realtime Location tracking app with NativeScript + Vue](https://medium.com/saibbyweb/building-a-real-time-location-tracking-app-with-nativescript-vue-under-350-lines-of-code-8b51ad40d657) by Saibbyweb +- [Nordschool Vue Tutorials](https://nordschool.com/tag/vue) by [Nordschool](https://nordschool.com/) +- [Vue Props Validation - Best Practices](https://nordschool.com/vue-props/) by [Nordschool](https://nordschool.com/) +- [Vue Router - The Complete Guide](https://nordschool.com/vue-router/) by [Nordschool](https://nordschool.com/) +- [Enable VS Code Debugger for Nuxt & Typescript](https://nordschool.com/enable-vs-code-debugger-for-nuxt-and-typescript/) by [Nordschool](https://nordschool.com/) +- [Create A Blog With Gridsome & Vue](https://nordschool.com/create-a-blog-with-gridsome-and-vue/) by [Nordschool](https://nordschool.com/) ### Examples - [Starter Application with JWT Auth + sample backend API in Laravel](http://forum.vuejs.org/topic/39/starter-application-with-jwt-auth-sample-backend-api) From b90da2b76cd3ce4ba3e6486a74ba8989beb55836 Mon Sep 17 00:00:00 2001 From: Jamie S Date: Wed, 23 Oct 2019 21:54:59 -0500 Subject: [PATCH 0092/1425] Add vuex-test-utils --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a94a8fbd8..7d4a874d3 100755 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ - [Inspect](#inspect) - [Docs](#docs) - [Test](#test) - - [Browser-less require](#browser-less-require) + - [Browser-less require](#browser-less-require) - [Source Code Editing](#source-code-editing) - [Atom](#atom) - [Sublime Text](#sublime-text) @@ -2749,6 +2749,7 @@ Payment utilities. - [vue-a2b](https://github.com/fromAtoB/vue-a2b) - A library for Split Testing with Vue.js. Highly configurable and tiny (1.2k gzipped). - [vue-test-utils](https://github.com/vuejs/vue-test-utils) - Official utilities for testing Vue components. - [vue-test-actions](https://github.com/biigpongsatorn/vue-test-actions) - Unit testing Vuex actions with Jest mocks. + - [vuex-test-utils](https://github.com/Incognitus-Io/vuex-test-utils) - Unit testing Vux with chai. - [jest-vue-matcher](https://github.com/14nrv/jest-vue-matcher) - Additional jest matchers for vue - [vue-hubble](https://github.com/crishellco/vue-hubble) - A better way to select elements for UI testing in Vue. - [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. From 0483d09e1d05d8a946d878ef5fce988751454558 Mon Sep 17 00:00:00 2001 From: AndreasKubasa <55059012+AndreasKubasa@users.noreply.github.com> Date: Wed, 30 Oct 2019 23:48:37 +0100 Subject: [PATCH 0093/1425] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 834fcb281..b656cda53 100755 --- a/README.md +++ b/README.md @@ -780,7 +780,6 @@ - [SA Email Builder](https://app.emailbuilder.top) - Email template builder responsive made with VueJS and Quasar Framework ### Apps/Websites - - [awesometechstack.com](https://www.awesometechstack.com) - Identify with Awesome Tech Stack technologies used on any website or web-app - [Laravel Spark](https://spark.laravel.com/) - [Vice Video](https://video.vice.com/) - [Formlets](https://www.formlets.com) @@ -971,7 +970,8 @@ - [Wirenook](https://wirenook.com/) - Free online app for building responsive website wireframes. Hi- and Lo- Fidelity, project sharing and svg download. - [Kvalitetskontroll](https://www.kvalitetskontroll.no/) - Norwegian management system tailored for the construction industry. - [Poolside FM](https://poolside.fm/) - A retro-style music player - + - [AwesomeTechStack](https://awesometechstack.com) - Website Tech Stack Analyzer + ### Interactive Experiences - [Jean-Pierre Morin | 1700 LAPOSTE](http://1700laposte.com/jean-pierre-morin/) From 2085667d4332476dfc498ad5c360f92912c70af5 Mon Sep 17 00:00:00 2001 From: Vivies Valentin Date: Thu, 31 Oct 2019 11:10:03 +0100 Subject: [PATCH 0094/1425] Add vuex-awesome-async --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..416e79fc5 100755 --- a/README.md +++ b/README.md @@ -2495,6 +2495,7 @@ the amazing Vue.js. - [vuex-easy-firestore](https://mesqueeb.github.io/vuex-easy-firestore/) - Easy coupling of Firebase Cloud Firestore and Vuex. 2-way sync with 0 boilerplate! - [vuex-listener](https://github.com/TimurKiyivinski/vuex-listener) - A global Vuex action and mutation listener plugin - [jsonapi-vuex](https://github.com/mrichar1/jsonapi-vuex) - Use a JSONAPI api with a Vuex store, with client-side restructuring/normalization of records. + - [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). ###### Sync Between Tabs From ebe7fb7a3deae1b900d0daefd3da773038e6652e Mon Sep 17 00:00:00 2001 From: Francesco Marretta Date: Thu, 31 Oct 2019 20:17:12 +0100 Subject: [PATCH 0095/1425] Corrected GraphCMS link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a94a8fbd8..54cd526b2 100755 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ - [Vue2 ACL using CASL](https://medium.com/@sergiy.stotskiy/vue-acl-with-casl-781a374b987a) by Sergii Stotskyi - [JavaScript Choice Made Easy - Angular v. React v. Vue (Video)](https://www.packtpub.com/application-development/javascript-choice-made-easy-%E2%80%93-angular-v-react-v-vue-video) by Daniel Kmak, Packt. (November 2017) - [Vuejs 2.5+ Authentication Tutorial using Auth0](https://www.storyblok.com/tp/how-to-auth0-vuejs-authentication) on Storyblok blog -- [GraphCMS beginners guide with Vue](https://graphcms.com/docs/getting-started/beginners_guide_with_vue/) on GraphCMS +- [GraphCMS introduction guide with Vue](https://graphcms.com/docs/introduction/) on GraphCMS - [Vue.js debugging in Chrome and VS Code](https://github.com/Microsoft/vscode-recipes/tree/master/vuejs-cli) This recipe shows how to use the Debugger for Chrome extension with VS Code to debug Vue.js applications generated by the Vue CLI. - [Getting Started with Vue JS 2 (Video)](https://www.packtpub.com/web-development/getting-started-vue-js-2-video) by Sachin Bhatnagar, Packt. (January 2018) - [Building a movie app interface with Vue.js](https://hackernoon.com/building-a-movie-app-interface-with-vue-js-cdc8aeb5db0b) by Hassan Djirdeh, [@djirdehh](https://twitter.com/djirdehh) From 30f332392ab28c7db141a048448737a7ad386b59 Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetcov Date: Fri, 1 Nov 2019 14:58:25 +0100 Subject: [PATCH 0096/1425] Update README.md add vue-starters-directory --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a94a8fbd8..e2df724b6 100755 --- a/README.md +++ b/README.md @@ -2849,6 +2849,9 @@ Payment utilities. - [Mevn-CLI](https://github.com/madlabsinc/mevn-cli) - Light speed setup for MEVN stack based apps. - [vue-cli-template-registry](https://github.com/eliranmal/vue-cli-template-registry) - A solution for installing vue-cli custom templates hosted on private/enterprise repositories. - [vue-enterprise-boilerplate](https://github.com/chrisvfritz/vue-enterprise-boilerplate) - An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI 3. + - [vue-starters-directory](https://shershen08.github.io/vue-starters-directory/) - Search for available scaffold projects and starter kits for VueJS. Features search and github stats are available. + + ### Client From 17b1919c0cf2d8e1e90856df1ab09bc01f7ad83a Mon Sep 17 00:00:00 2001 From: Christian Kienle Date: Sun, 3 Nov 2019 11:53:53 +0100 Subject: [PATCH 0097/1425] Added miniPress to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a94a8fbd8..c157a2f31 100755 --- a/README.md +++ b/README.md @@ -759,6 +759,7 @@ - [Daily](https://github.com/dailynowco/daily) - Curated dev news delivered to your new tab 👩🏽‍💻 - [Laravel File Manager](https://github.com/alexusmai/laravel-file-manager) - Powerful file manager for Laravel - [Vue Crypto Dashboard](https://github.com/JayeshLab/vue-crypto-dashboard) - Cryptocurrency Dashboard made with Vue.js +- [miniPress](https://christiankienle.github.io/minipress/) - Yet another static site generator ### Commercial Products - [Wijmo](http://wijmo.com/products/wijmo-5/) - A collection of UI controls with VueJS support. From 9f8cdfd3d6e3c2f01b8445c7f0fd0906f553a0ea Mon Sep 17 00:00:00 2001 From: Helder Lucas Date: Tue, 5 Nov 2019 12:27:13 +0000 Subject: [PATCH 0098/1425] Adde Vue Autosizer to Form category --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a94a8fbd8..345ca0154 100755 --- a/README.md +++ b/README.md @@ -1848,7 +1848,8 @@ Tooltips / popovers - [vue-long-click](https://github.com/ittus/vue-long-click) - Long click (long press) directive library for vue, support mobile and desktop. - [vue-ui-predicate](https://github.com/FGRibreau/ui-predicate/tree/master/packages/ui-predicate-vue) - A rules editor, generic filtering UI, predicates component for Vue JS. - [vue-mobile-detection](https://github.com/ajerez/vue-mobile-detection) - Vue.js prototype function `this.$isMobile()` that returns a Boolean value depending on whether or not the user is browsing with a mobile. - - [vue-input-contenteditable](https://github.com/Cobertos/vue-input-contenteditable) - A Vue component wrapper for `contenteditable` with all the features you normally expect. Make beautiful inputs without the restrictions of `input[type='text']`. + - [vue-input-contenteditable](https://github.com/Cobertos/vue-input-contenteditable) - A Vue component wrapper for `contenteditable` with all the features you normally expect. Make beautiful inputs without the restrictions of `input[type='text']`. + - [vue-autosizer](https://github.com/hfalucas/vue-autosizer) - A light replacement for built-in `