Edd Yerburgh: "Just published vue server test utils. It includes the render and renderToString methods. Same mounting options as vue-test-utils."
https://vue-test-utils.vuejs.org/en/api/renderToString.html
https://vue-test-utils.vuejs.org/en/api/renderToString.html
Creating Your Own Vue.js Router [1/4]
https://vueschool.io/articles/tutorials/creating-your-own-router/86/
https://vueschool.io/articles/tutorials/creating-your-own-router/86/
Vue.js Tutorials
Creating Your Own Router - Vue js Tutorials and Courses
Probably you've been using routers in the frontend world for a while, but... have you ever written one by yourself? Do you know the foundations of a router? It might seem like it just works, but under the hood a router must take care of several things. A…
Series "A deep dive in the Vue.js source code"
https://medium.com/@oneminutejs/a-deep-dive-in-the-vue-js-source-code-fd9638c05c05
https://medium.com/@oneminutejs/a-deep-dive-in-the-vue-js-source-code-fd9638c05c05
Medium
A deep dive in the Vue.js source code
This series presents an exhaustive dive in the Vue.js source code in order to illustrate fundamental JavaScript concepts. It attempts to…
Vue.js + Firebase Realtime Database - How to use Firebase Realtime Database in Vue.js applications.
https://vueschool.io/courses/vuejs-firebase-realtime-database
https://vueschool.io/courses/vuejs-firebase-realtime-database
Vue School
Vue.js + Firebase Realtime Database, a FREE Vue.js Course
Learn how to use the Firebase Realtime Database in your Vue.js applications with our free, premium Vue.js video course.
FrontendMasters.com Free week!
Introduction to Vue.js by Sarah Drasner
https://frontendmasters.com/courses/vue/
Introduction to Vue.js by Sarah Drasner
https://frontendmasters.com/courses/vue/
Frontendmasters
Learn Vue 3 | An Introductory Class to Vue.js by Sarah Drasner
Learn fundamental concepts in Vue, such as directives, methods, & computed watchers. You’ll learn Vue’s reactivity system & the new Composition API in Vue 3
FrontendMasters.com Free week!
Advanced Vue.js Features from the Ground Up by Evan You
https://frontendmasters.com/courses/advanced-vue/
Advanced Vue.js Features from the Ground Up by Evan You
https://frontendmasters.com/courses/advanced-vue/
Frontendmasters
Learn Advanced Vue.js Features with the Creator of Vue.js |
Learn how to build accessible routing, state management, form validation and internationalization from the ground up by composing basic Vue.js features.
vue-storybook - custom
https://github.com/mattrothenberg/vue-storybook
<story>
blocks for Vue single file componentshttps://github.com/mattrothenberg/vue-storybook
GitHub
mattrothenberg/vue-storybook
vue-storybook - Custom blocks for Vue single file components
[video] Building a Sortable Component with Vue.js by Adam Wathan
https://youtube.com/watch?v=jR3R_m5FPRc
https://youtube.com/watch?v=jR3R_m5FPRc
YouTube
Building a Sortable Component with Vue.js
My Advanced Vue Component Design course:
https://advancedvue.com/
Source code from stream:
https://github.com/adamwathan/vue-shopify-sortable-demo
https://advancedvue.com/
Source code from stream:
https://github.com/adamwathan/vue-shopify-sortable-demo
vuex-mappers - сomponent agnostic Vuex mappers.
https://github.com/ktsn/vuex-mappers/blob/master/README.md
https://github.com/ktsn/vuex-mappers/blob/master/README.md
GitHub
ktsn/vuex-mappers
vuex-mappers - Component agnostic Vuex mappers
vuex-connect - a binding utility for a Vue component and a Vuex store.
https://github.com/ktsn/vuex-connect/blob/master/README.md
https://github.com/ktsn/vuex-connect/blob/master/README.md
GitHub
ktsn/vuex-connect
vuex-connect - A binding utility for a Vue component and a Vuex store.
List Rendering and Vue’s v-for Directive
https://css-tricks.com/list-rendering-and-vues-v-for-directive/
https://css-tricks.com/list-rendering-and-vues-v-for-directive/
CSS-Tricks
List Rendering and Vue’s v-for Directive | CSS-Tricks
List rendering is one of the most commonly used practices in front-end web development. Dynamic list rendering is often used to present a series of similarly
[for beginners] How Two-Way Binding Really Works in Vue.js
https://www.youtube.com/watch?v=02po4VjqGbk
https://www.youtube.com/watch?v=02po4VjqGbk
YouTube
How Two-Way Binding Really Works in Vue.js
Vue's `v-model` feature can seem like magic at first, but it turns out it's actually really simple under the hood. In this quick screencast, I'll teach you h...