Vuejs
Introduction
- Why vuejs
- Setup with typescript
Directives
books
Vue.js By example - Packt by John Au-Yeung
- a mix of everything, vuejs, nodejs and event PHP
- a bit weak in the theory part of things it is focused on small projects and each one adds some of the features that vuejs has. It is hands-on - it feels like a hurry when trying to learn something with vuejs.
- The book uses options api there is a chapter (chapter 5) that touches on composition api, but that’s it - it says this is composition api and then it gets back to the options api. Not sure if it helps or adds complexity for the target audience.
- it also mixes the composition api with ionic.