Vue Use State Effect
The vue-use-state-effect library allows you to create sharable states/stores inside your application. You can then handle them via composables with your own custom logic.
https://itnext.io/vue-use-state-effect-14f81a6c8d62?utm_campaign=vue-use-state-effectthe-vue-use-stat&gi=d6e787cb4fde
#vue #vuejs #javascript #framework
  
  The vue-use-state-effect library allows you to create sharable states/stores inside your application. You can then handle them via composables with your own custom logic.
https://itnext.io/vue-use-state-effect-14f81a6c8d62?utm_campaign=vue-use-state-effectthe-vue-use-stat&gi=d6e787cb4fde
#vue #vuejs #javascript #framework
Medium
  
  Vue Use State Effect
  We all know Vuex. It is a great addition to the Vue ecosystem from the very beginning. It helped to manage the state in dozens of projects…
  Create a Blog With Nuxt Content v2
https://mokkapps.de/blog/create-a-blog-with-nuxt-content-v2/?utm_campaign=create-a-blog-with-nuxt-content-v2in
#vuejs #nuxt #js #framework #javascript
  
  https://mokkapps.de/blog/create-a-blog-with-nuxt-content-v2/?utm_campaign=create-a-blog-with-nuxt-content-v2in
#vuejs #nuxt #js #framework #javascript
Michael Hoffmann
  
  Create a Blog With Nuxt Content v2 - Michael Hoffmann | Michael Hoffmann
  I prefer simple Markdown files as the content source for my blog posts. In this article, I want to show you how can set up a simple blog using Nuxt Content v2.
  How to Use Variables in CSS with v-bind In Vue.js 3
https://zelig880.com/how-to-use-variables-in-css-with-v-bind-in-vuejs-3?utm_campaign=how-to-use-variables-in-css-with-v-bind
#vue #vuejs
  
  https://zelig880.com/how-to-use-variables-in-css-with-v-bind-in-vuejs-3?utm_campaign=how-to-use-variables-in-css-with-v-bind
#vue #vuejs
Zelig880
  
  How to use variables in CSS with v-bind in VueJs 3 - Zelig880
  Unclutter your code of hacks and learn how to use dynamic variables in your CSS using the new feature "v-bind in CSS" available in Vue 3.
  Vue 3 Was a Mistake That We Should Not Repeat
https://medium.com/js-dojo/vue-3-was-a-mistake-that-we-should-not-repeat-81cc65484954
#vue #vuejs
  
  https://medium.com/js-dojo/vue-3-was-a-mistake-that-we-should-not-repeat-81cc65484954
#vue #vuejs
Medium
  
  Vue 3 was a mistake that we should not repeat
  More than 4 years have passed since the initial introduction of Vue 3. Many discussions over several RFCs and a lot of influence from other…
  Getting Started with Vue Composables
https://blog.logrocket.com/getting-started-vue-composables/?utm_campaign=getting-started-with-vue-composables
#vuejs #vue
  
  https://blog.logrocket.com/getting-started-vue-composables/?utm_campaign=getting-started-with-vue-composables
#vuejs #vue
LogRocket Blog
  
  Getting started with Vue composables - LogRocket Blog
  Composable functions extract the logic functionality separately to be reused across several other components.
  Vue’s watch vs watchEffect, which should I use?
https://medium.com/vue-mastery/vues-watch-vs-watcheffect-which-should-i-use-b2ec6aafd8f6
#vue #vuejs
  
  https://medium.com/vue-mastery/vues-watch-vs-watcheffect-which-should-i-use-b2ec6aafd8f6
#vue #vuejs
Medium
  
  Vue’s watch vs watchEffect, which should I use?
  Let’s unwrap the core differences between Vue’s watch and watchEffect so that you can use the best tool for the job in your day-to-day code
  Introductory training on what Nuxt Content is
https://www.youtube.com/watch?v=vgCPAtMwDxA
#nuxt #vue #nodejs
  
  https://www.youtube.com/watch?v=vgCPAtMwDxA
#nuxt #vue #nodejs
YouTube
  
  Why You Should Try Nuxt Content
  RESOURCES 
Nuxt Content Docs - https://content.nuxtjs.org/
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content, interactive code challenges, and more.
https://learnvue.co/vue-3-essentials-cheatsheet/…
  Nuxt Content Docs - https://content.nuxtjs.org/
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content, interactive code challenges, and more.
https://learnvue.co/vue-3-essentials-cheatsheet/…
Creating a Real time chat app with Vue, Socket. io and NodeJS
https://medium.com/@iamdeepinder/creating-a-real-time-chat-app-with-vue-socket-io-and-nodejs-part-2-ab73a75761b
#chat #app #vue #vuejs #socket #nodejs
  
  https://medium.com/@iamdeepinder/creating-a-real-time-chat-app-with-vue-socket-io-and-nodejs-part-2-ab73a75761b
#chat #app #vue #vuejs #socket #nodejs
Medium
  
  Creating a Real time chat app with Vue, Socket.io and NodeJS — Part 2
  This tutorial explains how to build a realtime one to one and group chat application with Vue, Socket.IO Rooms, WebSocket, and NodeJS
  Custom Vue 3 Boilerplate — Vite, Pinia, Vue Router & Tailwind CSS
https://medium.com/js-dojo/custom-vue3-boilerplate-9635806acde3
#vue #vuejs #boilerplate
  
  https://medium.com/js-dojo/custom-vue3-boilerplate-9635806acde3
#vue #vuejs #boilerplate
Medium
  
  Custom Vue 3 boilerplate — Vite, Pinia, Vue Router & Tailwind CSS
  Quick boilerplate tutorial for your next Vue project
  6 VSCode Extensions Necessary for Vue 3 Development
https://dev.to/chris1993/6-vscode-extensions-necessary-for-vue3-development-e6e
#vuejs #vscode
  
  https://dev.to/chris1993/6-vscode-extensions-necessary-for-vue3-development-e6e
#vuejs #vscode
DEV Community
  
  6 VSCode Extensions Necessary for Vue3 Development🔥
  Today, I will share 6 VSCode extensions necessary for Vue3 development, which can be installed and...
  Infinite Scrolling using Vue3 and IntersectionObserver
https://mayank-jain.medium.com/infinite-scrolling-using-vue3-and-intersectionobserver-e767c58c4bd3
#vue #vuejs
  
  https://mayank-jain.medium.com/infinite-scrolling-using-vue3-and-intersectionobserver-e767c58c4bd3
#vue #vuejs
Medium
  
  Infinite Scrolling using Vue3 and IntersectionObserver
  Hi folks! In this article, we are going to build an infinite scroller component using Vue3 and IntersectionObserver.
  Unit Testing Vuex Modules with Jest
https://blog.logrocket.com/unit-testing-vuex-modules-jest/
#vue #vuejs #testing #jest
  
  https://blog.logrocket.com/unit-testing-vuex-modules-jest/
#vue #vuejs #testing #jest
LogRocket Blog
  
  Unit testing Vuex modules with Jest - LogRocket Blog
  With Vuex's centralized state management, you can simplify your application and take advantage of Flux-like architecture.
  Reference some icon css framework that can be used in Vue JS
https://www.youtube.com/watch?v=a6XI8XAuORM
#learnvue #vuejs #icon
  
  https://www.youtube.com/watch?v=a6XI8XAuORM
#learnvue #vuejs #icon
YouTube
  
  The Icon Framework You Should Be Using
  RESOURCES 
Iconify - https://iconify.design/
Icones - https://icones.js.org/
Unplugin-icon - https://github.com/antfu/unplugin-icons
Nuxt Icon - https://github.com/nuxt-modules/icon
UnoCSS - https://uno.antfu.me/
Astro Icon - https://github.com/natemoo-re/astro…
  Iconify - https://iconify.design/
Icones - https://icones.js.org/
Unplugin-icon - https://github.com/antfu/unplugin-icons
Nuxt Icon - https://github.com/nuxt-modules/icon
UnoCSS - https://uno.antfu.me/
Astro Icon - https://github.com/natemoo-re/astro…
Check out some of the new features of Nuxt JS 3 from the LearnVue channel
https://www.youtube.com/watch?v=HvTui3P0w-o
#vue #nuxt #feature
  
  https://www.youtube.com/watch?v=HvTui3P0w-o
#vue #nuxt #feature
YouTube
  
  Nuxt Extends is going to be HUGE
  START BUILDING WITH STORYBLOK - https://go.learnvue.co/storyblok
RESOURCES
NUXT DOCS SAMPLE - https://v3.nuxtjs.org/examples/advanced/config-extends/
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content…
  RESOURCES
NUXT DOCS SAMPLE - https://v3.nuxtjs.org/examples/advanced/config-extends/
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content…
Introduction of some attribute dna directives in Vue JS from the Learn Vue channel
https://youtu.be/tcD5TbOYHOw
#vue #attribute #learnvue
  
  https://youtu.be/tcD5TbOYHOw
#vue #attribute #learnvue
YouTube
  
  Working with Attributes in Vue
  RESOURCES 
https://vuejs.org/guide/components/attrs.html#attribute-inheritance
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content, interactive code challenges, and more.
follow me on twitter:
https:…
https://vuejs.org/guide/components/attrs.html#attribute-inheritance
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content, interactive code challenges, and more.
follow me on twitter:
https:…
👍1
  