@jeffreyway Can we have a tutorial for VUE. Vue documentaion for me not really good so far. Its like a puzzle :)
Please include the following :)
-Basic of course
-components (Non Parent-Child Communication)
-Vuex
-Render
-Vue CLI
-Custom Directives
-and Deployment For Production (Can we use forge? or just a hosting server? or firebase application?)
Objective here is to be able to create a standalone SPA website connecting to Laravel or Firebase
I watched all 22 lessons os Vue 1.0 from @JeffreyWay and read the Vuejs 2.0 docs i think is not too hard to understand if you have a knowlodge in the first version. Otherwise you can search in the google if you don't understand something i learn a lot just reading and studying examples in github.
VueJS 2.0 have a lot of examples too in github that can help you to understand the structure and how to deal with the modifications.
About Vuex, i still confused about the theory but i got how to use just reading the docs.
P.S. The best way to learn is practice, so read the docs and try do some small app.
@starmatt for me the videos is outdated. I tried version 1 and 2, it has really big difference. So i believe those videos need to be updated too. But its not as huge as angular 1 and 2. You will see the difference because i tried in both version just had obstacle along the way.